@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.35 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 IconMaterialCurrencyRubleW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'CurrencyRubleW100', short_name: 'CurrencyRuble', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M306-186v-96h-66q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h66v-118h-66q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h66v-302q0-12.75 8.63-21.38Q323.25-788 336-788h218q75.27 0 127.64 52.31Q734-683.38 734-608.19T681.64-480.5Q629.27-428 554-428H334v118h146q5.95 0 9.98 4.04 4.02 4.03 4.02 10 0 5.96-4.02 9.96-4.03 4-9.98 4H334v96q0 5.95-4.04 9.98-4.03 4.02-10 4.02-5.96 0-9.96-4.02-4-4.03-4-9.98Zm28-270h220q62.97 0 107.49-44.52Q706-545.04 706-608.02T661.49-715.5Q616.97-760 554-760H334v304Z" }) })));
});
IconMaterialCurrencyRubleW100.displayName = 'OnesyIconMaterialCurrencyRubleW100';
exports.default = IconMaterialCurrencyRubleW100;
;