iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 973 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 CoinPound = (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-pound", ...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.34zM13 6a3 3 0 00-3 3v2H9a1 1 0 00-.993.883L8 12a1 1 0 001 1h1v1a1 1 0 01-.77.974l-.113.02L9 15c-1.287 0-1.332 1.864-.133 1.993L9 17h6a1 1 0 001-1l-.007-.117A1 1 0 0015 15h-3.171l.048-.148A3 3 0 0012 14v-1h1a1 1 0 00.993-.883L14 12a1 1 0 00-1-1h-1V9a1 1 0 01.883-.993L13 8a1 1 0 01.993.883L14 9a1 1 0 002 0 3 3 0 00-3-3z" }));
exports.default = CoinPound;