UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 979 B
"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 Macro = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-macro", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M17.994 2.888L18 3v3a6 6 0 01-5 5.916v4.186A6.98 6.98 0 0118 14a1 1 0 011 1 7 7 0 01-14 0 1 1 0 011-1c1.96 0 3.731.805 5.002 2.103L11 11.917A6 6 0 016 6V3a1 1 0 011.555-.832l2.317 1.544 1.42-1.42a1 1 0 011.32-.082l.095.083 1.42 1.419 2.318-1.544a1 1 0 011.55.72M7.13 16.128l.03.134a5.01 5.01 0 003.71 3.61 5 5 0 00-3.74-3.744m9.742.002l-.134.03a5.01 5.01 0 00-3.61 3.71 5 5 0 003.744-3.74" })); exports.default = Macro;