@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.69 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("@amaui/ui-react");
const IconMaterialBookOnline = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BookOnline', short_name: 'BookOnline', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M16 13.375V15q0 .425-.287.712Q15.425 16 15 16H9q-.425 0-.712-.288Q8 15.425 8 15v-1.625q0-.125.1-.25t.275-.2q.275-.125.45-.363Q9 12.325 9 12q0-.325-.175-.562-.175-.238-.45-.363-.175-.075-.275-.2-.1-.125-.1-.25V9q0-.425.288-.713Q8.575 8 9 8h6q.425 0 .713.287Q16 8.575 16 9v1.625q0 .125-.1.25t-.275.2q-.275.125-.45.363Q15 11.675 15 12q0 .325.175.562.175.238.45.363.175.075.275.2.1.125.1.25ZM12 10.5q.2 0 .35-.15.15-.15.15-.35 0-.2-.15-.35-.15-.15-.35-.15-.2 0-.35.15-.15.15-.15.35 0 .2.15.35.15.15.35.15Zm0 2q.2 0 .35-.15.15-.15.15-.35 0-.2-.15-.35-.15-.15-.35-.15-.2 0-.35.15-.15.15-.15.35 0 .2.15.35.15.15.35.15Zm0 2q.2 0 .35-.15.15-.15.15-.35 0-.2-.15-.35-.15-.15-.35-.15-.2 0-.35.15-.15.15-.15.35 0 .2.15.35.15.15.35.15ZM7 23q-.825 0-1.412-.587Q5 21.825 5 21V3q0-.825.588-1.413Q6.175 1 7 1h10q.825 0 1.413.587Q19 2.175 19 3v18q0 .825-.587 1.413Q17.825 23 17 23Zm0-5h10V6H7Zm0 2v1h10v-1ZM7 4h10V3H7Zm0-1v1-1Zm0 18v-1 1Z" }) })));
});
IconMaterialBookOnline.displayName = 'AmauiIconMaterialBookOnline';
exports.default = IconMaterialBookOnline;