diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/signal.jsx')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/signal.jsx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/signal.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/signal.jsx new file mode 100755 index 0000000..c615f9c --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/signal.jsx | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | import Icon from "../icon.jsx"; | ||
| 2 | |||
| 3 | export default function Signal(props) { | ||
| 4 | return ( | ||
| 5 | <Icon {...props}> | ||
| 6 | <path d="M12.012 2.598c-5.22 0-9.452 3.9-9.452 8.709 0 3.016 1.219 5.301 3.155 6.774H5.71l.234 3.042v.004c0 .017 0 .031.004.046v.006a.306.306 0 00.445.22l.011-.008L9.3 19.717c.854.196 1.767.299 2.71.299 5.22 0 9.452-3.899 9.452-8.71 0-4.81-4.233-8.709-9.454-8.709zM10.39.72a13.058 13.058 0 011.605-.104c.38 0 .75.02 1.119.052l.057-.614a13.089 13.089 0 00-2.865.055l.083.612zm3.797.094c.915.165 1.785.436 2.61.795l.252-.567c-.132-.056-.263-.112-.397-.165-.762-.3-1.551-.524-2.355-.671zm9.169 10.556a9.97 9.97 0 01-.405 2.655l.59.175a10.55 10.55 0 00.431-2.831zM6.745 1.814A12.139 12.139 0 019.331.912L9.196.308a12.161 12.161 0 00-2.72.95zm13.65 1.399a12.005 12.005 0 00-2.329-1.673l-.311.541c.811.445 1.561.981 2.224 1.596l.416-.462zm-5.244 18.838c.945-.24 1.845-.591 2.686-1.03l-.315-.533c-.786.413-1.631.738-2.521.967zM3.677 4.005c.63-.638 1.347-1.2 2.13-1.675l-.327-.529c-.698.422-1.35.914-1.945 1.473-.102.094-.2.191-.3.289l.439.441zm19.48 11.28l-.568-.236a10.472 10.472 0 01-1.354 2.332l.495.369a11.035 11.035 0 001.424-2.465zM20.726 4.433a10.54 10.54 0 011.534 2.228l.555-.275a11.052 11.052 0 00-1.627-2.366l-.465.413zm2.554 3.003l-.568.244c.313.828.521 1.703.604 2.61l.615-.061a10.444 10.444 0 00-.651-2.793zM6.386 22.849l-.969.425-.332-1.025-.585.19.438 1.347a.33.33 0 00.167.188.305.305 0 00.249 0l1.283-.563zm3.823-1.193c-.078-.016-.157-.027-.237-.041l-.465-.079a.311.311 0 00-.172.023l-1.951.853.271.554 1.845-.803c.125.021.25.041.371.059.068.017.139.026.209.038zm3.728.02c-.633.104-1.281.156-1.942.156-.273 0-.525-.015-.772-.038l-.019.615c.251.024.511.04.791.04.698 0 1.383-.058 2.048-.166l-.104-.606zM1.517 7.116c.37-.825.852-1.598 1.425-2.302l-.47-.407A10.884 10.884 0 00.964 6.834l-.01.021zM20.532 18.21a11.497 11.497 0 01-2.07 1.728l.339.515a11.983 11.983 0 002.19-1.829zM.97 14.551c-.188-.796-.293-1.676-.323-2.671H.031c.03 1.071.145 2.005.345 2.843zM.538 7.925c-.297.91-.468 1.853-.51 2.813l.615.03a9.968 9.968 0 01.487-2.662zm4.199 13.26l-.59-1.815a.306.306 0 00-.105-.147 11.75 11.75 0 01-.66-.558l-.422.446c.194.184.408.362.629.541l.561 1.717zm-2.105-3.292a7.463 7.463 0 01-1.355-2.315l-.573.229a8.016 8.016 0 001.468 2.497z" /> | ||
| 7 | </Icon> | ||
| 8 | ); | ||
| 9 | } | ||
