@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.77 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 IconMaterialBookOnlineW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BookOnlineW100', short_name: 'BookOnline', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M383.62-352Q370-352 361-361.24q-9-9.24-9-22.9v-53.84q0-4.02 2.5-7.02t7.41-4.59q9.82-3.19 15.95-11.15 6.14-7.96 6.14-19.11 0-11.15-6.11-19.07-6.11-7.91-15.89-11.08-5-1-7.5-4.25t-2.5-7.31V-576q0-13.6 9.22-22.8 9.21-9.2 22.83-9.2h192.33q13.62 0 22.62 9.2 9 9.2 9 22.8v54.44q0 4.06-2.5 7.31t-7.5 4.58q-10 2.67-16 10.59-6 7.91-6 19 0 11.08 6.11 19 6.11 7.91 15.89 11.08 5 1 7.5 4.25t2.5 7.31V-384q0 13.6-9.22 22.8-9.21 9.2-22.83 9.2H383.62ZM480-400q7 0 11.5-4.5T496-416q0-7-4.5-11.5T480-432q-7 0-11.5 4.5T464-416q0 7 4.5 11.5T480-400Zm0-64q7 0 11.5-4.5T496-480q0-7-4.5-11.5T480-496q-7 0-11.5 4.5T464-480q0 7 4.5 11.5T480-464Zm0-64q7 0 11.5-4.5T496-544q0-7-4.5-11.5T480-560q-7 0-11.5 4.5T464-544q0 7 4.5 11.5T480-528ZM312-92q-26 0-43-17t-17-43v-656q0-26 17-43t43-17h336q26 0 43 17t17 43v656q0 26-17 43t-43 17H312Zm-32-94v34q0 12 10 22t22 10h336q12 0 22-10t10-22v-34H280Zm0-28h400v-532H280v532Zm0-560h400v-34q0-12-10-22t-22-10H312q-12 0-22 10t-10 22v34Zm0 0v-66 66Zm0 588v66-66Z" }) })));
});
IconMaterialBookOnlineW100.displayName = 'OnesyIconMaterialBookOnlineW100';
exports.default = IconMaterialBookOnlineW100;
;