iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 919 B
JavaScript
;
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 CoinMonero = (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-coin-monero", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M15 11.414V16a1 1 0 001 1l4.66.001a10 10 0 01-17.32 0L8 17l.117-.007A1 1 0 009 16v-4.585l2.293 2.292.094.083a1 1 0 001.32-.083L15 11.414zm2-8.074A10 10 0 0121.54 15H17V9c0-.89-1.077-1.337-1.707-.707L12 11.585 8.707 8.293l-.084-.076C7.986 7.703 7 8.147 7 9v6H2.46A9.991 9.991 0 012 12l.005-.324A10 10 0 0117 3.34z" }));
exports.default = CoinMonero;