UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.13 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 IconMaterialBook5W100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Book5W100Filled', short_name: 'Book5', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M282-132q-29 0-49.5-19T212-198v-527q0-29 20.5-50.5T282-803l265-57q28-6 50.5 11.5T620-802v446q0 21-13.5 37T573-298l-300 67q-13 3-23 11.5T240-198q0 17 12.5 27.5T282-160h406q14 0 23-9t9-23v-542q0-6 4-10t10-4q6 0 10 4t4 10v542q0 25-17.5 42.5T688-132H282Zm35-137q5-1 8-4.5t3-8.5v-485q0-7-5-11t-12-2q-5 1-8 4.5t-3 8.5v485q0 7 5 11t12 2Z" }) }))); }); IconMaterialBook5W100Filled.displayName = 'OnesyIconMaterialBook5W100Filled'; exports.default = IconMaterialBook5W100Filled;