diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/bambu-studio.jsx')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/bambu-studio.jsx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/bambu-studio.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/bambu-studio.jsx new file mode 100755 index 0000000..66c60d0 --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/bambu-studio.jsx | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | import Icon from "../icon.jsx"; | ||
| 2 | |||
| 3 | export default function BambuStudio(props) { | ||
| 4 | return ( | ||
| 5 | <Icon {...props}> | ||
| 6 | <path d="m 12.558,2 h 7.115 v 9.056 C 19.6,11.031 19.531,11.01 19.463,10.983 Q 16.088,9.652 12.712,8.325 A 0.207,0.207 0 0 1 12.556,8.093 q 0.006,-2.96 0,-5.917 V 2 Z M 11.437,22 H 4.52 a 0.176,0.176 0 0 1 -0.2,-0.2 q 0,-2.952 0,-5.9 a 0.209,0.209 0 0 1 0.154,-0.234 q 3.421,-1.341 6.839,-2.691 c 0.036,-0.015 0.075,-0.024 0.128,-0.041 V 22 Z M 4.326,2 h 7.107 c 0,0.051 0.008,0.1 0.008,0.14 0,0.169 0,0.338 0,0.507 q 0,4.442 0.011,8.883 a 0.237,0.237 0 0 1 -0.178,0.264 q -3.385,1.324 -6.767,2.66 c -0.055,0.022 -0.112,0.04 -0.182,0.064 V 2 Z m 8.24,7.465 1.184,0.464 q 2.89,1.139 5.783,2.274 a 0.2,0.2 0 0 1 0.152,0.219 q -0.006,4.7 0,9.393 v 0.175 c -0.067,0 -0.117,0.007 -0.167,0.007 q -3.39,0 -6.779,0 c -0.139,0 -0.181,-0.034 -0.181,-0.177 q 0.006,-6.1 0,-12.191 c 0,-0.05 0,-0.1 0.008,-0.167 z" /> | ||
| 7 | </Icon> | ||
| 8 | ); | ||
| 9 | } | ||
