UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.33 kB
"use strict"; 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 IconMaterialBook4W100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Book4W100Filled', short_name: 'Book4', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M314.04-288q5.96 0 9.96-4.02 4-4.03 4-9.98v-484q0-5.95-4.04-9.97-4.03-4.03-10-4.03-5.96 0-9.96 4.03-4 4.02-4 9.97v484q0 5.95 4.04 9.98 4.03 4.02 10 4.02ZM252-132q-33.33 0-56.67-23.33Q172-178.67 172-212v-536q0-33.33 23.33-56.67Q218.67-828 252-828h348q24.75 0 42.38 17.62Q660-792.75 660-768v448q0 24.75-17.62 42.37Q624.75-260 600-260H252q-21 0-36.5 14.32-15.5 14.33-15.5 35.5 0 21.18 15.5 35.68T252-160h476q14 0 23-9t9-23v-542q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v542q0 24.75-17.62 42.37Q752.75-132 728-132H252Z" }) }))); }); IconMaterialBook4W100Filled.displayName = 'OnesyIconMaterialBook4W100Filled'; exports.default = IconMaterialBook4W100Filled;