UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.29 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("@amaui/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: "M252-132q-33 0-56.5-22.425T172-210v-538q0-33.333 23-56.667Q218-828 252-828h348q24.75 0 42.375 17.625T660-768v448q0 24.75-17.625 42.375T600-260H252q-22.1 0-37.05 15Q200-230 200-209.5t14.95 35Q229.9-160 252-160h476q14 0 23-9t9-23v-542q0-5.95 4.035-9.975 4.035-4.025 10-4.025t9.965 4.025q4 4.025 4 9.975v542q0 24.75-17.625 42.375T728-132H252Zm62.035-156q5.965 0 9.965-4.025t4-9.975v-484q0-5.95-4.035-9.975-4.035-4.025-10-4.025T304-795.975q-4 4.025-4 9.975v484q0 5.95 4.035 9.975 4.035 4.025 10 4.025Z" }) }))); }); IconMaterialBook4W100Filled.displayName = 'AmauiIconMaterialBook4W100Filled'; exports.default = IconMaterialBook4W100Filled;