iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 985 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 CoinRupee = (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-rupee", ...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.34zM15 7H9c-1.287 0-1.332 1.864-.133 1.993L9 9h1a2 2 0 011.732 1H9a1 1 0 000 2l2.732.001A2 2 0 0110 13H9c-.89 0-1.337 1.077-.707 1.707l3 3a1 1 0 001.414 0l.083-.094a1 1 0 00-.083-1.32l-1.484-1.485.113-.037a4.009 4.009 0 002.538-2.77L15 12a1 1 0 000-2h-1.126a3.973 3.973 0 00-.33-.855L13.465 9H15a1 1 0 001-1l-.007-.117A1 1 0 0015 7z" }));
exports.default = CoinRupee;