diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/beekeeper.jsx')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/beekeeper.jsx | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/beekeeper.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/beekeeper.jsx new file mode 100755 index 0000000..121e00b --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/beekeeper.jsx | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | import Icon from "../icon.jsx"; | ||
| 2 | |||
| 3 | export default function Beekeeper(props) { | ||
| 4 | return ( | ||
| 5 | <Icon {...props}> | ||
| 6 | <path | ||
| 7 | fillRule="evenodd" | ||
| 8 | clipRule="evenodd" | ||
| 9 | d="M7.23 0h11.56A5.21 5.21 0 0 1 24 5.21V18.8A5.21 5.21 0 0 1 18.79 24H5.2A5.21 5.21 0 0 1 0 18.79V5.2A5.21 5.21 0 0 1 4.6.04V13.5c0 1.7.9 3.3 2.4 4.16l2.6 1.51a4.67 4.67 0 0 0 4.79 0l2.6-1.5a4.78 4.78 0 0 0 2.4-4.17v-3c.02-1.72-.9-3.3-2.38-4.16l-2.6-1.5a4.88 4.88 0 0 0-2.4-.66v3A4.78 4.78 0 0 1 16.8 12a4.8 4.8 0 0 1-7.18 4.17A4.78 4.78 0 0 1 7.22 12V0Zm1.09 8.94c.2-.26.46-.49.71-.7V5.18l-.71.42v3.34Zm2.49-1.56c-.21.06-.44.12-.64.21V4.57c.23-.1.46-.17.71-.23v3.02l-.07.02Z" | ||
| 10 | /> | ||
| 11 | </Icon> | ||
| 12 | ); | ||
| 13 | } | ||
