diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/keynote.jsx')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/keynote.jsx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/keynote.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/keynote.jsx new file mode 100755 index 0000000..73dcd0c --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/keynote.jsx | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | import Icon from "../icon.jsx"; | ||
| 2 | |||
| 3 | export default function Keynote(props) { | ||
| 4 | return ( | ||
| 5 | <Icon {...props}> | ||
| 6 | <path d="M23,13.2825938 C23,13.8134141 22.5487801,14.2438036 21.9920387,14.2438036 L21.9920387,14.2438036 L12.92,14.243 L12.9202327,21.345098 C12.9202327,21.8493498 13.3042333,22.2682927 13.8090168,22.3498578 L17.0339036,22.3490919 C17.1378682,22.3490919 17.22215,22.4754011 17.22215,22.6312087 L17.22215,22.7179135 C17.22215,22.8737212 17.1378847,23 17.0339036,23 L7.86311284,23 C7.75914825,23 7.67486643,22.8737212 7.67486643,22.7179135 L7.67486643,22.6312087 C7.67486643,22.4754011 7.75914825,22.3490919 7.86311284,22.3490919 L11.0229725,22.3498073 C11.527756,22.2682345 11.9117566,21.8492568 11.9117566,21.3450489 L11.911,14.243 L3.00796129,14.2438036 C2.49108277,14.2438036 2.06501202,13.8727871 2.00678191,13.3947017 L2,13.2825938 Z M11.7184208,1 C12.2274459,1 12.6400604,1.39347653 12.6400604,1.87889188 L12.6400604,1.87889188 L12.6400604,2.06556744 C12.6400604,2.55098278 12.2274459,2.94445932 11.7184208,2.94445932 L11.7184208,2.94445932 L9.64170756,2.94445932 C9.22111458,2.94445932 8.86702584,2.67546588 8.75645997,2.30829965 L8.75645997,2.30829965 L6.15723551,2.30829965 C5.70220651,2.30829965 5.33200645,2.661329 5.33200645,3.09525272 L5.33200645,3.09525272 L5.33200645,4.20406527 L20.7336056,4.20406527 C21.2835524,4.20406527 21.7379122,4.61344579 21.7691054,5.13705035 L21.7691054,5.13705035 L22.216053,12.64182 L2.61593631,12.64182 L3.06293538,5.13714852 C3.09412855,4.61349488 3.54848838,4.20416344 4.09843519,4.20416344 L4.09843519,4.20416344 L4.71607014,4.20416344 L4.71607014,3.0953018 C4.71607014,2.33750606 5.36258193,1.72093187 6.15728698,1.72093187 L6.15728698,1.72093187 L8.735716,1.72093187 C8.81385333,1.31101139 9.18930373,1 9.64170756,1 L9.64170756,1 Z" /> | ||
| 7 | </Icon> | ||
| 8 | ); | ||
| 9 | } | ||
