UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.65 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("@onesy/ui-react"); const IconMaterialInboxCustomizeFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'InboxCustomizeFilled', short_name: 'InboxCustomize', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M669-180q-12-5-22.5-10.5T625-204l-43 13q-7 2-13-.5t-10-8.5l-24-40q-4-6-2-13t7-12l33-29q-2-12-2-26t2-26l-33-29q-5-5-7-12t2-13l24-40q4-6 10-8.5t13-.5l43 13q11-8 21.5-13.5T669-460l9-44q2-7 6.5-11.5T697-520h48q8 0 12.5 4.5T764-504l9 44q12 5 22.5 10.5T817-436l43-13q7-2 13 .5t10 8.5l24 40q4 6 2 13t-7 12l-33 29q2 12 2 26t-2 26l33 29q5 5 7 12t-2 13l-24 40q-4 6-10 8.5t-13 .5l-43-13q-11 8-21.5 13.5T773-180l-9 44q-2 7-6.5 11.5T745-120h-48q-8 0-12.5-4.5T678-136l-9-44Zm52-60q33 0 56.5-23.5T801-320q0-33-23.5-56.5T721-400q-33 0-56.5 23.5T641-320q0 33 23.5 56.5T721-240Zm-521 80q-33 0-56.5-23.5T120-240v-560q0-33 23.5-56.5T200-880h560q33 0 56.5 23.5T840-800v161q0 17-11.5 28T800-600q-17 0-28.5-11.5T760-640v-160H200v360h142q12 0 21 5.5t14 14.5q11 18 24.5 30t28.5 19q6 3 10 9t3 13q-4 38 1.5 74.5T466-204q7 15-1 29.5T441-160H200Z" }) }))); }); IconMaterialInboxCustomizeFilled.displayName = 'OnesyIconMaterialInboxCustomizeFilled'; exports.default = IconMaterialInboxCustomizeFilled;