UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.21 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 IconMaterialChromeToteW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ChromeToteW100', short_name: 'ChromeTote', viewBox: '0 96 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m546 554-80-79q-4-4-10-4.5t-10 4.5q-4 4-3.5 10t4.5 10l92 92q9 9 21 9t21-9l93-93q4-4 4-9t-4-10q-4-5-10-4.5t-10 4.5l-80 79V365q0-6-4-10t-10-4q-6 0-10 4t-4 10v189Zm178 274h10q2 11-5.5 19.5T710 858l-490 62q-11 2-19.5-5T190 896l-56-440q-2-11 5-19.5t19-10.5l54-6v28l-48 6 54 438 506-64Zm-404-80q-12 0-20-8t-8-20V240q0-12 8-20t20-8h480q12 0 20 8t8 20v480q0 12-8 20t-20 8H320Zm0-28h480V240H320v480ZM218 892Zm102-172V240v480Z" }) }))); }); IconMaterialChromeToteW100.displayName = 'OnesyIconMaterialChromeToteW100'; exports.default = IconMaterialChromeToteW100;