iconista
Version:
Thousands of SVG icons with one React component
14 lines (13 loc) • 2.69 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Disconnected = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 128 128", ...props },
React.createElement("g", { fill: "none", fillRule: "evenodd" },
React.createElement("path", { stroke: "#FFF", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M36.994 35.707l57.33 57.33" }),
React.createElement("path", { fill: "#FFF", d: "M37.89 53.515l-1.797-.331a16.246 16.246 0 0 0-2.947-.268C24.23 52.916 17 60.145 17 69.062c0 8.917 7.229 16.146 16.146 16.146h52.171c11.423 0 20.683-9.26 20.683-20.682 0-11.069-8.695-20.107-19.625-20.657l-.938-.047-.563-.751C80.064 36.65 72.401 32.5 63.768 32.5c-12.092 0-22.287 8.146-25.386 19.253l-.492 1.76zm48.585-11.643c-5.171-6.904-13.417-11.37-22.707-11.37-13.013 0-23.978 8.766-27.313 20.715a18.248 18.248 0 0 0-3.309-.301C23.124 50.916 15 59.04 15 69.062S23.124 87.21 33.146 87.21h52.171C97.844 87.209 108 77.053 108 64.526c0-12.14-9.536-22.051-21.525-22.654z" }),
React.createElement("path", { fill: "#FFF", d: "M88.19 87.028L41.93 40.77c5.201-6.272 13.053-10.268 21.838-10.268 9.29 0 17.536 4.467 22.707 11.37C98.464 42.476 108 52.387 108 64.527c0 11.554-8.639 21.09-19.81 22.502z", opacity: ".2" }),
React.createElement("path", { fill: "#FFF", d: "M28.071 54.017c-4.395-1.118-8.01-3.88-10.196-7.815-4.34-7.812-1.399-17.774 6.549-22.19 7.948-4.415 17.96-1.647 22.3 6.165 1.06 1.91 1.735 3.957 1.934 6.118l-.658.063a15.53 15.53 0 0 0-1.866-5.854C41.956 22.981 32.4 20.34 24.745 24.591c-7.653 4.252-10.46 13.761-6.28 21.284 2.088 3.761 5.58 6.44 9.761 7.45l-.155.691z", opacity: ".2" }),
React.createElement("path", { stroke: "#FFF", d: "M89.736 22.759l-.293.554-.475-.409a11.325 11.325 0 0 0-7.41-2.737c-4.634 0-8.614 2.759-10.356 6.703-.176.4-.103.791.128 1.096.237.313.644.534 1.122.534H114c.851 0 1.47-.68 1.363-1.423-.943-6.54-6.632-11.577-13.517-11.577a13.672 13.672 0 0 0-12.11 7.259zm-49.73 83.536l.293.558.476-.412a12.053 12.053 0 0 1 7.912-2.941c5.009 0 9.304 3.036 11.129 7.358.322.764-.276 1.642-1.265 1.642H14c-.85 0-1.472-.679-1.372-1.429.948-7.094 7.054-12.571 14.449-12.571a14.585 14.585 0 0 1 12.928 7.795zm18.884-14.59l-.293-.56-.478.415a11.952 11.952 0 0 1-7.87 2.94c-4.98 0-9.254-3.035-11.069-7.359-.32-.764.278-1.641 1.267-1.641H84.75c.849 0 1.472.679 1.373 1.43-.943 7.095-7.02 12.57-14.373 12.57-5.588 0-10.438-3.16-12.86-7.794z", opacity: ".2" })));
exports.default = Disconnected;