UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.01 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 Asset = (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-asset", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M19 2a3 3 0 012.86 3.91l-.107.291-.046.093q-.061.128-.134.25l-6.476 11.909a1 1 0 01-.066.104A7 7 0 012 15l.004-.24a7 7 0 013.342-5.732l.256-.15 11.705-6.355q.18-.123.378-.22l.215-.096.136-.048C18.338 2.056 18.663 2 19 2M9 12a3 3 0 00-2.995 2.824L6 15a3 3 0 103-3m7.04-6.512l-5.12 2.778a7.01 7.01 0 014.816 4.824l2.788-5.128a3 3 0 01-2.485-2.474M19 4a1 1 0 00-.317.051l-.31.17a1 1 0 101.465 1.325l.072-.13A1 1 0 0019 4" })); exports.default = Asset;