iconista
Version:
Thousands of SVG icons with one React component
14 lines (13 loc) • 1.32 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 DebugAltSmall = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("g", { clipPath: "url(#clip0)", fill: "#424242" },
React.createElement("path", { d: "M7.294 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.274.946L0 15.294.707 16l1.1-1.099A2.873 2.873 0 004 16a2.875 2.875 0 002.194-1.099L7.294 16 8 15.294l-1.273-1.292A3.92 3.92 0 007 13.036v-.067h1v-.965H7v-1l-.146-.146L8 9.712l-.706-.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" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 7V2l8.915 6.24L9 12.38v-1.215l4.181-2.925-6.186-4.328V7H6z" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0" },
React.createElement("path", { fill: "#fff", d: "M0 0h16v16H0z" }))));
exports.default = DebugAltSmall;