UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.34 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 IconMaterialAodTabletW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AodTabletW100', short_name: 'AodTablet', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M9 11.1q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h6q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1Zm1 3q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h4q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1Zm-6.2 4.6q-.625 0-1.062-.438Q2.3 17.825 2.3 17.2V6.8q0-.625.438-1.062Q3.175 5.3 3.8 5.3h16.4q.625 0 1.063.438.437.437.437 1.062v10.4q0 .625-.437 1.062-.438.438-1.063.438Zm1.55-.7h13.3V6H5.35Zm-.7-12H3.8q-.35 0-.575.225Q3 6.45 3 6.8v10.4q0 .35.225.575Q3.45 18 3.8 18h.85Zm14.7 0v12h.85q.35 0 .575-.225Q21 17.55 21 17.2V6.8q0-.35-.225-.575Q20.55 6 20.2 6ZM21 6h-1.65H21ZM3 6h1.65H3Z" }) }))); }); IconMaterialAodTabletW100.displayName = 'AmauiIconMaterialAodTabletW100'; exports.default = IconMaterialAodTabletW100;