diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/bear.jsx')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/bear.jsx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/bear.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/bear.jsx new file mode 100755 index 0000000..249f1d5 --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/bear.jsx | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | import Icon from "../icon.jsx"; | ||
| 2 | |||
| 3 | export default function Bear(props) { | ||
| 4 | return ( | ||
| 5 | <Icon {...props}> | ||
| 6 | <path d="M11.992,0.623C5.412,0.627 -0,6.043 0,12.622C0,15.462 1.008,18.211 2.842,20.377C3.275,18.108 3.903,15.88 4.717,13.717C5.437,11.845 6.45,10.098 7.717,8.543C8.985,6.987 7.492,6.158 8.542,6.158C9.463,6.279 10.312,6.72 10.942,7.403C11.572,8.085 14.752,6.893 15.997,8.378C17.324,9.592 18.916,10.481 20.647,10.973C22.377,11.464 21.802,10.643 21.322,12.472C20.842,14.302 19.252,15.862 16.057,15.862C14.902,15.862 14.557,16.567 14.557,17.467C14.923,19.185 15.61,20.819 16.582,22.282L17.302,23.377C21.385,21.357 23.979,17.178 23.979,12.622C23.979,6.044 18.57,0.63 11.992,0.623Z" /> | ||
| 7 | </Icon> | ||
| 8 | ); | ||
| 9 | } | ||
