diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/ruby-mine.jsx')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/ruby-mine.jsx | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/ruby-mine.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/ruby-mine.jsx new file mode 100755 index 0000000..7e00335 --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/ruby-mine.jsx | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | import Icon from "../icon.jsx"; | ||
| 2 | |||
| 3 | export default function RubyMine(props) { | ||
| 4 | return ( | ||
| 5 | <Icon {...props}> | ||
| 6 | <path | ||
| 7 | fillRule="evenodd" | ||
| 8 | clipRule="evenodd" | ||
| 9 | d="M0 0h24v24H0V0Zm3 19.2001h9.6v1.8H3v-1.8ZM6.8724 2.9953H3.0072v9.0036h1.7556v-3.402h1.5128l1.9414 3.4032h2.013L8.0961 8.4129a3.2536 3.2536 0 0 0 .4191-.1664c.4866-.2334.8622-.5634 1.125-.9906.264-.426.396-.9228.396-1.476s-.1296-1.0392-.3888-1.4592c-.2598-.4206-.6294-.7464-1.1094-.978-.4806-.2316-1.0356-.3474-1.6656-.3474Zm1.17 3.5082c-.12.2034-.2904.36-.5112.4698-.2208.1098-.4788.1638-.7752.1638H4.7622v-2.682H6.756c.2964 0 .5544.0546.7752.1638.2208.1092.3912.264.5112.4632.12.1998.18.441.18.711 0 .27-.06.5064-.18.7104Zm6.1812-3.5082h-2.4432v9.0036h1.7298V5.5741l-.0258-.4242 2.0706 6.849h1.2738l2.0964-6.894-.0258.4692v6.4248h1.7364v-9.003H18.153l-1.788 5.91-.135.7716-.1542-.7722-1.8522-5.91Z" | ||
| 10 | /> | ||
| 11 | </Icon> | ||
| 12 | ); | ||
| 13 | } | ||
