UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.51 kB
"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 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.844a2.87 2.87 0 00-.451-.869l1.354-1.36L13.904 1l-1.36 1.353c-.264-.2-.554-.35-.868-.45a3.073 3.073 0 00-2.14.075 3.03 3.03 0 00-.991.662L7 4.192l4.327 4.327 1.552-1.545c.287-.287.508-.617.663-.99a3.074 3.074 0 00.075-2.14zm-.889 1.804a2.15 2.15 0 01-.471.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.484-1.545-.616-.623-1.49 1.552-1.86-1.86 1.491-1.55L6.291 6 4.808 7.545l-.616-.615-1.551 1.544c-.287.288-.509.62-.663.999a3.023 3.023 0 00-.233 1.168c0 .333.05.657.15.971.105.31.258.597.459.861L1 13.833l.615.616 1.36-1.353c.265.2.552.353.862.458.314.1.638.15.97.15.406 0 .796-.078 1.17-.232.378-.155.71-.376.998-.663l1.545-1.552-.616-.615zm-2.262 2.023a2.16 2.16 0 01-.834.164c-.301 0-.586-.057-.855-.17a2.279 2.279 0 01-.697-.466c-.196-.2-.351-.433-.465-.697a2.167 2.167 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: "#F48771" })); exports.default = DebugDisconnect;