Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import React from 'react';
- export default props => (
- <svg {...props} viewBox="0 0 300 300">
- <rect x="81.8" y="13.6" width="54.5" height="272.7" />
- <rect y="204.5" width="54.5" height="81.8" />
- <rect x="163.6" y="150" width="54.5" height="136.4" />
- <rect x="245.5" y="95.5" width="54.5" height="190.9" />
- </svg>
- );
Advertisement
Add Comment
Please, Sign In to add comment