AllenYuan

Untitled

May 27th, 2020
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. import React from 'react';
  2.  
  3. export default props => (
  4. <svg {...props} viewBox="0 0 300 300">
  5. <rect x="81.8" y="13.6" width="54.5" height="272.7" />
  6. <rect y="204.5" width="54.5" height="81.8" />
  7. <rect x="163.6" y="150" width="54.5" height="136.4" />
  8. <rect x="245.5" y="95.5" width="54.5" height="190.9" />
  9. </svg>
  10. );
Advertisement
Add Comment
Please, Sign In to add comment