UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.51 kB
"use strict"; 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 IconMaterial8mpW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: '8mpW100Filled', short_name: '8mp', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M10.85 11.1h2.3q.3 0 .5-.2t.2-.5V6.6q0-.3-.2-.5t-.5-.2h-2.3q-.3 0-.5.2t-.2.5v3.8q0 .3.2.5t.5.2Zm0-2.95V6.6h2.3v1.55Zm0 2.25V8.85h2.3v1.55ZM5.8 19.7q-.65 0-1.075-.425Q4.3 18.85 4.3 18.2V5.8q0-.65.425-1.075Q5.15 4.3 5.8 4.3h12.4q.65 0 1.075.425.425.425.425 1.075v12.4q0 .65-.425 1.075-.425.425-1.075.425Zm.95-1.6q.15 0 .25-.1t.1-.25V13.6h1.8v2.675q0 .125.1.225t.25.1q.15 0 .25-.1t.1-.25V13.6h1.8v4.175q0 .125.1.225t.25.1q.15 0 .25-.1t.1-.25V13.5q0-.275-.162-.438-.163-.162-.438-.162H7q-.275 0-.438.162-.162.163-.162.438v4.275q0 .125.1.225t.25.1Zm7.5 0q.15 0 .25-.1t.1-.25V16.6H17q.275 0 .438-.162.162-.163.162-.438v-2.5q0-.275-.162-.438-.163-.162-.438-.162h-2.5q-.25 0-.425.175t-.175.425v4.275q0 .125.1.225t.25.1Zm.35-4.5h2.3v2.3h-2.3Z" }) }))); }); IconMaterial8mpW100Filled.displayName = 'AmauiIconMaterial8mpW100Filled'; exports.default = IconMaterial8mpW100Filled;