@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.18 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialCurrencyYen = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'CurrencyYen', short_name: 'CurrencyYen', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M440-160v-120H280q-17 0-28.5-11.5T240-320q0-17 11.5-28.5T280-360h160v-80H280q-17 0-28.5-11.5T240-480q0-17 11.5-28.5T280-520h123L239-779q-13-20-1.5-40.5T273-840q11 0 20 5t14 14l173 273 173-273q5-9 14-14t20-5q24 0 35.5 21t-1.5 41L557-520h123q17 0 28.5 11.5T720-480q0 17-11.5 28.5T680-440H520v80h160q17 0 28.5 11.5T720-320q0 17-11.5 28.5T680-280H520v120q0 17-11.5 28.5T480-120q-17 0-28.5-11.5T440-160Z" }) })));
});
IconMaterialCurrencyYen.displayName = 'OnesyIconMaterialCurrencyYen';
exports.default = IconMaterialCurrencyYen;
;