iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 717 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 Yen = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M7.108 3.472a.75.75 0 00-1.06 1.06L11.5 9.984v1.498H7.928a.75.75 0 000 1.5H11.5v1.5H7.928a.75.75 0 000 1.5H11.5V20a.75.75 0 001.5 0v-4.018h3.574a.75.75 0 000-1.5H13v-1.5h3.574a.75.75 0 000-1.5H13V9.985l5.453-5.453a.75.75 0 00-1.061-1.06L12.25 8.613 7.108 3.472z", fill: "#323544" }));
exports.default = Yen;