users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/antigravity.jsx
592f73c2672474c09dedc5cac8e6fa857a7df92b
· 357 B · 9 lines
raw
| 1 | import Icon from "../icon.jsx"; |
| 2 | |
| 3 | export default function Antigravity(props) { |
| 4 | return ( |
| 5 | <Icon {...props}> |
| 6 | <path d="M21.751 22.607c1.34 1.005 3.35.335 1.508-1.508C17.73 15.74 18.904 1 12.037 1 5.17 1 6.342 15.74.815 21.1c-2.01 2.009.167 2.511 1.507 1.506 5.192-3.517 4.857-9.714 9.715-9.714 4.857 0 4.522 6.197 9.714 9.715z" /> |
| 7 | </Icon> |
| 8 | ); |
| 9 | } |