@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 931 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialBook2W100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "Book2W100",
short_name: "Book2",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("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';
export default IconMaterialBook2W100;