aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/grammarly.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/grammarly.jsx')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/grammarly.jsx9
1 files changed, 9 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/grammarly.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/grammarly.jsx
new file mode 100755
index 0000000..574fc84
--- /dev/null
+++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/grammarly.jsx
@@ -0,0 +1,9 @@
1import Icon from "../icon.jsx";
2
3export default function Grammarly(props) {
4 return (
5 <Icon {...props}>
6 <path d="M12,-7.10542736e-15 C18.6278824,-7.10542736e-15 24,5.37252139 24,12 C24,18.6268747 18.6278824,24 12,24 C5.37272042,24 8.8817842e-15,18.6262708 8.8817842e-15,12 C8.8817842e-15,5.37252139 5.37272042,-7.10542736e-15 12,-7.10542736e-15 Z M11.5177091,4.96426774 C8.00904295,5.19979869 5.16955539,8.07086059 4.96819894,11.5814796 C4.733685,15.6664318 7.97407687,19.0019124 12.0048229,19.0019124 C14.0393967,19.0101769 15.9763349,18.1288813 17.3088169,16.5886261 L17.1556895,17.4437846 L17.1556895,18.2168093 C17.1556895,18.6154001 17.4245667,18.9856064 17.8176338,19.0562657 C18.0554118,19.1011531 18.3007987,19.0377271 18.4872137,18.8831969 C18.6736288,18.7286668 18.7817407,18.4990573 18.7822155,18.2566683 L18.7822155,13.6257675 L14.3674454,13.6257675 C13.8688772,13.6257675 13.4752072,14.0750881 13.5686511,14.5908405 C13.6391861,14.983392 14.0087415,15.2527428 14.4078372,15.2527428 L15.6654107,15.2527428 L16.3942728,15.1500755 C15.2283346,16.8609965 13.2033157,17.6485153 10.9896006,17.3012582 C9.18703843,17.0180171 7.63948757,15.7986915 6.98658628,14.0962255 C5.50354182,10.2311022 8.32675207,6.53990941 12.0054258,6.53990941 C13.922532,6.53990941 15.6039186,7.66200302 16.5678975,9.0178158 L16.5691032,9.04680423 C16.8253203,9.41519879 17.3317257,9.52148968 17.7012811,9.26542526 C18.0479113,9.02702555 18.1511653,8.56050888 17.9376036,8.19768495 L17.9436323,8.19768495 C16.5534626,6.02337542 14.0888813,4.7832393 11.5177091,4.96426774 Z" />
7 </Icon>
8 );
9}