UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 970 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 Icons = (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-icons", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M4.25 2.603A4.5 4.5 0 112 6.5l.006-.229A4.5 4.5 0 014.25 2.603M5.632 13.504a1 1 0 011.736 0l4 7A1 1 0 0110.5 22h-8a1 1 0 01-.868-1.496zM13.293 2.293a1 1 0 011.414 0l7 7a1 1 0 11-1.414 1.414l-7-7a1 1 0 010-1.414" }), React.createElement("path", { d: "M20.293 2.293a1 1 0 011.414 1.414l-7 7a1 1 0 01-1.414-1.414zM21 13a1 1 0 011 1v7a1 1 0 01-1 1h-7a1 1 0 01-1-1v-7a1 1 0 011-1z" })); exports.default = Icons;