UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.09 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 DebugAltSmall = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M7.293 9.006l-.88.88A2.484 2.484 0 004 8a2.488 2.488 0 00-2.413 1.886l-.88-.88L0 9.712l1.147 1.146-.147.146v1H0v.999h1v.053c.051.326.143.643.273.946L0 15.294.707 16l1.1-1.099A2.873 2.873 0 004 16a2.875 2.875 0 002.193-1.099L7.293 16 8 15.294l-1.273-1.292A3.92 3.92 0 007 13.036v-.067h1v-.965H7v-1l-.147-.146L8 9.712l-.707-.706zM4 9.006a1.5 1.5 0 011.5 1.499h-3A1.498 1.498 0 014 9.006zm2 3.997A2.217 2.217 0 014 15a2.22 2.22 0 01-2-1.998v-1.499h4v1.499z", fill: "#C5C5C5" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 7V2l8.915 6.24L9 12.38v-1.215l4.18-2.925-6.185-4.328V7H6z", fill: "#C5C5C5" })); exports.default = DebugAltSmall;