@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.25 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("@onesy/ui-react");
const IconMaterialBook3W100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Book3W100Filled', short_name: 'Book3', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("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';
exports.default = IconMaterialBook3W100Filled;
;