UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 864 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialShopW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ShopW100Filled", short_name: "Shop", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("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 17H192Zm208-496h160v-48q0-12-10-22t-22-10h-96q-12 0-22 10t-10 22v48Z" })); }); IconMaterialShopW100Filled.displayName = 'OnesyIconMaterialShopW100Filled'; export default IconMaterialShopW100Filled;