iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 938 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 Coin = (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", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M17 3.34A10 10 0 112 12l.005-.324A10 10 0 0117 3.34zM12 6a1 1 0 00-1 1 3 3 0 100 6v2a1.024 1.024 0 01-.866-.398l-.068-.101a1 1 0 00-1.732.998 3 3 0 002.505 1.5H11a1 1 0 00.883.994L12 18a1 1 0 001-1l.176-.005A3 3 0 0013 11V9c.358-.012.671.14.866.398l.068.101a1 1 0 001.732-.998A3 3 0 0013.161 7H13a1 1 0 00-1-1zm1 7a1 1 0 010 2v-2zm-2-4v2a1 1 0 010-2z" }));
exports.default = Coin;