iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 774 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 Rupee = (props) => React.createElement("svg", { viewBox: "0 0 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M5.918 4.251a.75.75 0 01.75-.75h11.165a.75.75 0 010 1.5h-3.43a5.385 5.385 0 011.611 3.146h1.819a.75.75 0 010 1.5h-1.818a5.4 5.4 0 01-5.347 4.65H8.86l6.916 5.36a.75.75 0 01-.92 1.186L6.21 14.141a.75.75 0 01.459-1.343h4a3.9 3.9 0 003.827-3.15H6.668a.75.75 0 010-1.5h7.826A3.9 3.9 0 0010.668 5h-4a.75.75 0 01-.75-.75z", fill: "#323544" }));
exports.default = Rupee;