@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.29 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("@amaui/ui-react");
const IconMaterialBook4W100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Book4W100', short_name: 'Book4', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M252-132q-33.333 0-56.667-22.75Q172-177.5 172-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-132H252Zm76-156h272q14 0 23-9t9-23v-448q0-14-9-23t-23-9H328v512Zm-28 0v-512h-48q-22.1 0-37.05 15.5Q200-769 200-748v479q11-8 23.983-13.5Q236.967-288 252-288h48ZM200-800v531-531Z" }) })));
});
IconMaterialBook4W100.displayName = 'AmauiIconMaterialBook4W100';
exports.default = IconMaterialBook4W100;