UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.01 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialBook3W100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "Book3W100Filled", short_name: "Book3", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M306-132q-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 41.5T734-161q6 2 10 5.5t4 9.5q0 6-4 10t-10 4H306Zm111-381h125l20 53q2 4 5 6t7 2q7 0 10.5-5.5T586-469l-86-229q-2-5-6-7.5t-9-2.5h-11q-5 0-9 2.5t-6 7.5l-86 228q-2 7 1.5 12.5T385-452q4 0 7-2t5-6l20-53Zm10-27 53-140 52 140H427ZM306-160h375q-13-13-20-29.5t-7-36.5q0-19 7-36t20-30H306q-28 0-47 19.5T240-226q0 28 19 47t47 19Z" })); }); IconMaterialBook3W100Filled.displayName = 'OnesyIconMaterialBook3W100Filled'; export default IconMaterialBook3W100Filled;