UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.17 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 IconMaterialBook2W100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Book2W100', short_name: 'Book2', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M240-293q13-13 29.5-20t36.5-7h34v-480h-14q-35 0-60.5 25.5T240-714v421Zm128-27h352v-448q0-14-9-23t-23-9H368v480Zm-128 27v-487 487Zm66 161q-39 0-66.5-27.5T212-226v-488q0-48 33-81t81-33h362q25 0 42.5 17.5T748-768v461q0 6-4 10.5t-9 5.5q-23 5-38 23t-15 42q0 23 14.5 41t37.5 24q7 2 10.5 6t3.5 9q0 6-4 10t-10 4H306Zm0-28h375q-13-13-20-29.5t-7-36.5q0-19 7-36t20-30H306q-28 0-47 19.5T240-226q0 28 19 47t47 19Z" }) }))); }); IconMaterialBook2W100.displayName = 'OnesyIconMaterialBook2W100'; exports.default = IconMaterialBook2W100;