iconista
Version:
Thousands of SVG icons with one React component
14 lines (13 loc) • 1.82 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 Debug = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("g", { clipPath: "url(#clip0)", fill: "#424242" },
React.createElement("path", { d: "M3.463 12.86l-.005-.07.005.07zM10.728 13.55l-3.035-3.049 1.014-1.014 3.21 3.225 3.162-3.163 1.014 1.014-3.034 3.034 3.035 3.05-1.015 1.014-3.208-3.225L8.708 17.6l-1.014-1.014 3.034-3.034z" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.933 5.003V6h1.346l2.842-2.842 1.014 1.014-2.691 2.691.032.085c.567 1.478.886 3.146.886 4.912 0 .335-.012.667-.034.995l-.005.075h3.54v1.434h-3.72l-.011.058c-.303 1.653-.89 3.16-1.692 4.429l-.06.094 3.423 3.44-1.017 1.012-3.274-3.29-.099.11c-1.479 1.654-3.395 2.646-5.483 2.646-2.12 0-4.063-1.023-5.551-2.723l-.099-.113-3.209 3.208-1.014-1.014 3.366-3.365-.058-.095c-.773-1.25-1.341-2.725-1.636-4.34l-.01-.057H0V12.93h3.538l-.005-.075c-.023-.328-.034-.66-.034-.995 0-1.743.31-3.39.863-4.854l.032-.084-2.761-2.776 1.016-1.011L5.5 6h1.427v-.997a5.003 5.003 0 0110.006 0zm-8.571 0V6h7.137v-.997a3.569 3.569 0 10-7.137 0zm9.8 2.522l-.035-.09H5.734l-.035.09a12.327 12.327 0 00-.766 4.335c0 2.76.862 5.201 2.184 6.92 1.32 1.716 3.036 2.649 4.813 2.649 1.777 0 3.493-.933 4.813-2.65 1.322-1.718 2.184-4.16 2.184-6.919 0-1.574-.28-3.044-.766-4.335z" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "clip0" },
React.createElement("path", { fill: "#fff", d: "M0 0h24v24H0z" }))));
exports.default = Debug;