iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.51 kB
JavaScript
;
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 DebugDisconnect = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.617 3.844c-.1-.315-.25-.604-.45-.869l1.353-1.36L13.905 1l-1.36 1.353c-.265-.2-.554-.35-.869-.45a3.073 3.073 0 00-2.14.075 3.03 3.03 0 00-.99.662L7 4.192l4.327 4.327 1.552-1.545a3.03 3.03 0 00.663-.99 3.072 3.072 0 00.075-2.14zm-.888 1.804a2.15 2.15 0 01-.472.704l-.93.93-3.09-3.09.93-.93a2.15 2.15 0 01.704-.471 2.134 2.134 0 011.689.007c.264.114.494.27.69.471.2.196.358.427.472.69a2.134 2.134 0 01.007 1.688zm-4.824 4.994l1.483-1.545-.615-.623-1.49 1.552-1.86-1.86 1.49-1.55L6.291 6 4.808 7.545l-.615-.615L2.64 8.474c-.287.288-.508.62-.663.999a3.023 3.023 0 00-.233 1.168c0 .333.05.657.15.971.106.31.258.597.459.861L1 13.833l.615.616 1.36-1.353c.265.2.552.353.862.458.315.1.638.15.97.15.406 0 .796-.078 1.17-.232.378-.155.71-.376.998-.663l1.545-1.552-.615-.615zm-2.263 2.023a2.16 2.16 0 01-.834.164c-.3 0-.586-.057-.855-.17a2.279 2.279 0 01-.697-.466c-.196-.2-.35-.433-.465-.697a2.168 2.168 0 01-.17-.854 2.16 2.16 0 01.642-1.545l.93-.93 3.09 3.09-.93.93a2.22 2.22 0 01-.711.478z", fill: "#A1260D" }));
exports.default = DebugDisconnect;