@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.81 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 IconMaterialBookOnlineW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'BookOnlineW100Filled', short_name: 'BookOnline', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M15.2 13.05v1.35q0 .35-.225.575-.225.225-.575.225H9.6q-.35 0-.575-.225Q8.8 14.75 8.8 14.4v-1.35q0-.1.063-.175.062-.075.187-.125.25-.075.4-.275.15-.2.15-.475 0-.275-.15-.475-.15-.2-.4-.275-.125-.05-.187-.125-.063-.075-.063-.175V9.6q0-.35.225-.575Q9.25 8.8 9.6 8.8h4.8q.35 0 .575.225.225.225.225.575v1.35q0 .1-.062.175-.063.075-.188.125-.25.075-.4.275-.15.2-.15.475 0 .275.15.475.15.2.4.275.125.05.188.125.062.075.062.175ZM12 10.8q.175 0 .288-.112.112-.113.112-.288t-.112-.287Q12.175 10 12 10t-.287.113q-.113.112-.113.287t.113.288q.112.112.287.112Zm0 1.6q.175 0 .288-.113.112-.112.112-.287t-.112-.288Q12.175 11.6 12 11.6t-.287.112q-.113.113-.113.288t.113.287q.112.113.287.113Zm0 1.6q.175 0 .288-.113.112-.112.112-.287t-.112-.288Q12.175 13.2 12 13.2t-.287.112q-.113.113-.113.288t.113.287Q11.825 14 12 14Zm-4.2 7.7q-.625 0-1.062-.438Q6.3 20.825 6.3 20.2V3.8q0-.625.438-1.063Q7.175 2.3 7.8 2.3h8.4q.625 0 1.062.437.438.438.438 1.063v16.4q0 .625-.438 1.062-.437.438-1.062.438ZM7 18.65h10V5.35H7Z" }) })));
});
IconMaterialBookOnlineW100Filled.displayName = 'AmauiIconMaterialBookOnlineW100Filled';
exports.default = IconMaterialBookOnlineW100Filled;