AllenYuan

Untitled

May 27th, 2020
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 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="138" y="116.5" transform="matrix(0.7071 0.7071 -0.7071 0.7071 145.5402 -72.8379)" width="45.5" height="45.5" />
  6. <rect x="52.3" y="141.6" transform="matrix(0.7071 0.7071 -0.7071 0.7071 181.0483 12.848)" width="45.5" height="166.7" />
  7. <rect x="150" y="0" width="21.4" height="42.8" />
  8. <rect x="233.3" y="34.5" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 377.0973 268.0186)" width="21.4" height="42.8" />
  9. <rect x="66.6" y="34.5" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -16.9125 71.0886)" width="21.4" height="42.8" />
  10. <rect x="233.3" y="201.2" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -85.918 237.758)" width="21.4" height="42.8" />
  11. <rect x="257.2" y="128.5" width="42.8" height="21.4" />
  12. </svg>
  13. );
Advertisement
Add Comment
Please, Sign In to add comment