UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.35 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 IconMaterialShoppingmodeW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ShoppingmodeW100', short_name: 'Shoppingmode', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M438.25-132q-11.25 0-22.68-4.5T395-150L150-395q-9.39-9.3-13.7-20.53-4.3-11.23-4.3-22.85 0-11.62 4.3-23.05 4.31-11.43 13.7-20.57l328-328q8.3-8.25 19.61-13.13Q508.93-828 521-828h246q26 0 43.5 17.92T828-767v246q0 12.44-4.5 23.72T810-478L481-150q-9 9-20.25 13.5t-22.5 4.5ZM415-170q10 10 23.5 10t23.5-10l329-328q5-5 7-11t2-12v-246q0-14-9.5-23t-23.5-9H508L170-462q-10 10-10 23.5t10 23.5l245 245Zm282-493q14.58 0 24.79-9.92Q732-682.83 732-697q0-14.58-10.09-24.79Q711.82-732 697.41-732T673-721.91q-10 10.09-10 24.5t9.92 24.41q9.91 10 24.08 10ZM479-478Z" }) }))); }); IconMaterialShoppingmodeW100.displayName = 'OnesyIconMaterialShoppingmodeW100'; exports.default = IconMaterialShoppingmodeW100;