diff options
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/net-news-wire.jsx')
| -rwxr-xr-x | users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/net-news-wire.jsx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/net-news-wire.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/net-news-wire.jsx new file mode 100755 index 0000000..4db43e7 --- /dev/null +++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/net-news-wire.jsx | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | import Icon from "../icon.jsx"; | ||
| 2 | |||
| 3 | export default function NetNewsWire(props) { | ||
| 4 | return ( | ||
| 5 | <Icon {...props}> | ||
| 6 | <path d="M.193 5.012c-.2404.4848-.2737.7724 0 1.3369l4.9267 4.9296c.4604.1626.7184.2138 1.179 0L9.92 7.6857c.2106-.4384.2466-.6914 0-1.1697L4.9512 1.5445c-.4745-.2123-.7485-.238-1.2632 0L.193 5.012ZM5.4144 15.4144l-2.3159 2.256c-.1366.3308-.124.5027 0 .7938l2.316 2.2141c.2794.0963.4363.0773.7158 0l2.3159-2.2977.379.376c.4195.2302.6818.2486 1.2211 0l5.5161-5.4728c.2062-.4006.2013-.6485 0-1.128L11.899 8.4795c-.4277-.1998-.667-.1862-1.0948 0L5.246 13.9523c-.2108.6077-.215.9331.1684 1.4621ZM23.8155 9.8163 14.2992.2912c-.329-.3477-.5133-.4268-.8422 0-1.0863 1.653-1.2793 2.6305-1.179 4.4284.1785 1.3531.4348 2.0691 1.179 3.2586.6483 1.0549 1.118 1.54 2.1054 2.2559 1.4306 1.0571 2.2624 1.3902 3.7897 1.504 1.9629.1438 2.956-.0998 4.4634-1.3369.2536-.1901.2383-.3205 0-.5849ZM20.3627 1.461l-1.6843 1.7128c-.0938.1482-.0924.2311.0421.376l1.8106 1.7546c.2132.0718.3015.0559.4211-.0418l1.6001-1.6292c.2733-.5388.2356-.8407-.0421-1.3787-.1976-.3485-.3772-.5205-.8001-.7938-.4911-.1845-.7808-.2139-1.3474 0ZM16.4045 14.2029l-3.5791 3.6346c-.1692.3593-.1633.5598 0 .9191l5.0529 5.055c.4605.2631.7185.239 1.179 0l3.5792-3.4675c.2378-.4698.2466-.7417 0-1.2115l-5.0108-4.9297c-.4768-.2405-.7444-.2107-1.2212 0Z" /> | ||
| 7 | </Icon> | ||
| 8 | ); | ||
| 9 | } | ||
