UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.14 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 IconMaterialShopW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ShopW100', short_name: 'Shop', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m452-318 121-77q14-9 14-25t-14-25l-121-77q-15-10-30.5-1.5T406-497v154q0 18 15.5 26.5T452-318ZM192-172q-26 0-43-17t-17-43v-406q0-13 8.5-21.5T162-668h210v-48q0-26 17-43t43-17h96q26 0 43 17t17 43v48h210q13 0 21.5 8.5T828-638v406q0 26-17 43t-43 17H192Zm0-28h576q12 0 22-10t10-22v-408H160v408q0 12 10 22t22 10Zm208-468h160v-48q0-12-10-22t-22-10h-96q-12 0-22 10t-10 22v48ZM160-200v-440 440Z" }) }))); }); IconMaterialShopW100.displayName = 'OnesyIconMaterialShopW100'; exports.default = IconMaterialShopW100;