users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/dropbox.jsx
1e8ce6189d196b8d75f9c15bec198ef4fa7a339b
· 475 B · 9 lines
raw
| 1 | import Icon from "../icon.jsx"; |
| 2 | |
| 3 | export default function Dropbox(props) { |
| 4 | return ( |
| 5 | <Icon {...props}> |
| 6 | <path d="M7.3125,0 L0,4.8 L5.025,8.625 L12,4.0875 L7.3125,0 Z M12,4.0875 L19.3125,8.4 L24,4.575 L16.9125,0 L12,4.0875 Z M19.3125,8.4 L12,13.0875 L16.8,16.8 L24,12.4875 L19.3125,8.4 Z M12,13.0875 L5.025,8.625 L0,12.4875 L7.3125,16.8 L12,13.0875 Z M12,15 L7.2,18.6 L4.8,17.175 L4.8,19.2 L12,24 L19.2,19.3125 L19.2,17.175 L16.8,18.6 L12,15 Z" /> |
| 7 | </Icon> |
| 8 | ); |
| 9 | } |