UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.29 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialAllInboxW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "AllInboxW100", short_name: "AllInbox", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("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'; export default IconMaterialAllInboxW100;