UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.53 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 IconMaterialAllInboxW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AllInboxW100', short_name: 'AllInbox', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M13.35 14.5q-1 0-1.812-.525-.813-.525-1.088-1.475h-3.1v2.7q0 .35.225.575Q7.8 16 8.15 16h10.4q.35 0 .575-.225.225-.225.225-.575v-2.7h-3.1q-.275.95-1.087 1.475-.813.525-1.813.525Zm0-.7q.925 0 1.513-.45.587-.45.737-1.175.05-.2.175-.288.125-.087.325-.087h3.25v-7q0-.35-.225-.575Q18.9 4 18.55 4H8.15q-.35 0-.575.225-.225.225-.225.575v7h3.25q.2 0 .325.087.125.088.175.288.15.725.738 1.175.587.45 1.512.45Zm0 2.2h6-12H13.35Zm-5.2.7q-.65 0-1.075-.425-.425-.425-.425-1.075V4.8q0-.65.425-1.075Q7.5 3.3 8.15 3.3h10.4q.65 0 1.075.425.425.425.425 1.075v10.4q0 .65-.425 1.075-.425.425-1.075.425Zm-2.7 2.7q-.65 0-1.075-.425-.425-.425-.425-1.075V7.15q0-.15.1-.25t.25-.1q.15 0 .25.1t.1.25V17.9q0 .35.225.575.225.225.575.225H16.2q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1Z" }) }))); }); IconMaterialAllInboxW100.displayName = 'AmauiIconMaterialAllInboxW100'; exports.default = IconMaterialAllInboxW100;