UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.06 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialStorefrontW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "StorefrontW100Filled", short_name: "Storefront", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M206-146q-26 0-43-17t-17-43v-322q-26-18-37.5-47.5T108-638l38-126q8-24 25-37t43-13h530q26 0 43 12t25 36l40 128q11 33-.5 63.5T814-526v320q0 26-17 43t-43 17H206Zm362-388q42 0 62.5-22.5T648-602l-28-184H494v174q0 32 22 55t52 23Zm-180 0q35 0 56.5-23t21.5-55v-174H340l-28 188q-2 17 18 40.5t58 23.5Zm-178 0q29 0 49-19.5t25-48.5l26-184h-96q-17 0-27 7.5T172-756l-36 124q-11 35 9 66.5t65 31.5Zm540 0q38 0 62-29.5t12-68.5l-38-126q-5-15-15-21.5t-27-6.5h-94l26 184q5 29 25 48.5t49 19.5Z" })); }); IconMaterialStorefrontW100Filled.displayName = 'OnesyIconMaterialStorefrontW100Filled'; export default IconMaterialStorefrontW100Filled;