aboutsummaryrefslogtreecommitdiff
path: root/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/zed.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/zed.jsx')
-rwxr-xr-xusers/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/zed.jsx10
1 files changed, 10 insertions, 0 deletions
diff --git a/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/zed.jsx b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/zed.jsx
new file mode 100755
index 0000000..95e4415
--- /dev/null
+++ b/users/ryan/modules/simple-bar/simple-bar-source/lib/components/icons/library/zed.jsx
@@ -0,0 +1,10 @@
1import Icon from "../icon.jsx";
2
3export default function Zed(props) {
4 return (
5 <Icon {...props}>
6 <path d="M.3711 2.407v16.0398h1.4265V2.2836c.0697-.289.193-.3793.4962-.4319l18.8542.0617-2.5428 2.5294H5.3328c-.5379.237-.7383.4637-.9303 1.0487v9.4389h1.3644V5.8h11.4118l-2.5428 2.591H9.116c-.4555.1505-.5859.3412-.7442.7403v2.0976h1.4885V9.8716h3.2251L.9294 22.025c-.2067.8577-.0354 1.179.6822 1.5423l20.2807.0617c1.1526-.533 1.4894-.9714 1.7366-1.9125V6.7254l-1.4885 1.2955v13.6955l-.3722.3702H2.852l2.4808-2.4677H18.419c.8553-.2822 1.1666-.5779 1.2404-1.4806V8.8846l-1.4885 1.5423v7.7114H6.8833l2.4808-2.4677h5.5819c.3855-.1615.5174-.3076.6822-.6169v-2.3442h-1.4265v1.4189h-3.2871L23.1947 1.79c.0618-.79-.166-1.108-1.0543-1.4189H2.2317C.9463.6967.5801 1.1812.3711 2.407Z" />
7 <path d="M0 18.8179V2.3755l.0053-.031C.1128 1.7143.2706 1.2009.6197.8058c.3515-.3979.851-.6247 1.521-.7943L2.1854 0h20.018l.0595.0208c.4565.1598.8287.3472 1.0594.6597.2402.3253.2756.7133.2423 1.1385l-.0106.136-11.7465 11.8022h2.023v-1.4189h2.1687v2.8081l-.0436.0819c-.0893.1675-.1862.3234-.332.4601-.1462.137-.3197.2346-.5343.3245l-.0688.0289H9.5173l-1.7346 1.7254h10.0172V10.277l2.2308-2.3114v10.1879l-.0013.0151c-.0396.4848-.1476.8779-.4175 1.1869-.263.301-.6365.4707-1.0765.6159l-.0566.0186H5.4859l-1.7346 1.7254h17.8638l.1541-.1533V7.8519L24 5.9103v15.854l-.0122.0464c-.1303.4962-.2954.9046-.6093 1.2605-.3095.3508-.7364.6198-1.3304.8945l-.0747.0345-20.451-.0622-.0785-.0397c-.3736-.1892-.6954-.4085-.8575-.7623-.1611-.3518-.1254-.7518-.0179-1.198l.0245-.1017 11.5962-11.5935h-1.9578V11.6H8.0007V9.0604l.0261-.0659c.0818-.2061.1748-.41.3352-.5807.1663-.177.3755-.2886.6376-.3752l.0567-.0187h5.4238l1.8144-1.8488H6.1381v9.1304H4.0313V5.4322l.0186-.0564c.1023-.3118.2198-.5705.4103-.7853.192-.2165.4315-.359.723-.4873l.0714-.0316H18.452l1.7996-1.79L2.3269 2.223a.6643.6643 0 0 0-.1004.026.1748.1748 0 0 0-.0282.0131l-.0008.0005-.0003.0004a.0694.0694 0 0 0-.0064.0105.332.332 0 0 0-.022.0583v16.4861H0ZM1.7976 2.2836c.0697-.289.193-.3793.4962-.4319l18.8542.0617-2.5428 2.5294H5.3328c-.5379.237-.7383.4637-.9303 1.0487v9.4389h1.3644V5.8h11.4118l-2.5428 2.591H9.116c-.4555.1505-.5859.3412-.7442.7403v2.0976h1.4885V9.8716h3.2251L.9294 22.025c-.2067.8577-.0354 1.179.6822 1.5423l20.2807.0617c1.1526-.533 1.4894-.9714 1.7366-1.9125V6.7254l-1.4885 1.2955v13.6955l-.3722.3702H2.852l2.4808-2.4677H18.419c.8553-.2822 1.1666-.5779 1.2404-1.4806V8.8846l-1.4885 1.5423v7.7114H6.8833l2.4808-2.4677h5.5819c.3855-.1615.5174-.3076.6822-.6169v-2.3442h-1.4265v1.4189h-3.2871L23.1947 1.79c.0618-.79-.166-1.108-1.0543-1.4189H2.2317C.9463.6967.5801 1.1812.3711 2.407v16.0398h1.4265V2.2836Z" />
8 </Icon>
9 );
10}