diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/helium.jsx')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/helium.jsx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/helium.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/helium.jsx new file mode 100755 index 0000000..141b2ff --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/helium.jsx | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | import Icon from "../icon.jsx"; | ||
| 2 | |||
| 3 | export default function Helium(props) { | ||
| 4 | return ( | ||
| 5 | <Icon {...props}> | ||
| 6 | <path | ||
| 7 | d="M7.962 0h8.076c2.768 0 3.772.288 4.785.83a5.638 5.638 0 0 1 2.347 2.347c.542 1.013.83 2.016.83 4.785v8.076c0 2.768-.288 3.772-.83 4.785a5.638 5.638 0 0 1-2.347 2.347c-1.013.542-2.016.83-4.785.83H7.962c-2.768 0-3.772-.288-4.785-.83A5.638 5.638 0 0 1 .83 20.823C.288 19.809 0 18.806 0 16.038V7.962C0 5.194.288 4.19.83 3.177A5.638 5.638 0 0 1 3.177.83C4.191.288 5.194 0 7.962 0Zm2.791 12.504-5.835 5.853a.51.51 0 0 0 0 .716.507.507 0 0 0 .713 0l5.841-5.859v6.262c0 .283.233.516.516.516a.519.519 0 0 0 .516-.516v-6.27l5.849 5.867h.001a.506.506 0 0 0 .712 0 .51.51 0 0 0 0-.716l-5.836-5.853h6.27a.518.518 0 0 0 .516-.515l-.001-.001a.519.519 0 0 0-.516-.516h-6.29l5.858-5.875a.508.508 0 0 0 0-.715h-.002a.503.503 0 0 0-.712 0l-5.849 5.866V4.453a.519.519 0 0 0-.516-.516.519.519 0 0 0-.516.516v6.288L5.63 4.882a.504.504 0 1 0-.713.715l5.858 5.875H4.523a.519.519 0 0 0-.516.516c0 .283.233.516.516.516h6.23Z" | ||
| 8 | /> | ||
| 9 | </Icon> | ||
| 10 | ); | ||
| 11 | } | ||
