users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/ht-t-pie.jsx
592f73c2672474c09dedc5cac8e6fa857a7df92b
· 484 B · 9 lines
raw
| 1 | import Icon from "../icon.jsx"; |
| 2 | |
| 3 | export default function HTTPie(props) { |
| 4 | return ( |
| 5 | <Icon {...props}> |
| 6 | <path d="M22.141 5.215C22.12 2.314 19.701 0 16.8 0H7.347C4.467 0 2.057 2.277 2 5.157a5.263 5.263 0 0 0 5.26 5.358h4.222a.306.306 0 0 1 .122.583l-6.473 2.838A5.264 5.264 0 0 0 2 18.783C2.023 21.684 4.44 24 7.343 24h2.215c2.923 0 5.356-2.344 5.351-5.266a5.265 5.265 0 0 0-3.293-4.867.303.303 0 0 1-.005-.559l7.404-3.246a5.264 5.264 0 0 0 3.126-4.847Z" /> |
| 7 | </Icon> |
| 8 | ); |
| 9 | } |