UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.27 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialStorefrontW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "StorefrontW100", 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.5ZM206-174h548q14 0 23-9t9-23v-306q-9 3-18 4.5t-18 1.5q-27 0-47.5-11T664-552q-15 20-38 33t-58 13q-23 0-44-11.5T480-552q-21 23-46 34.5T388-506q-24 0-48-9.5T298-552q-32 32-54.5 39t-33.5 7q-9 0-18-1.5t-18-4.5v306q0 14 9 23t23 9Zm548 0H206h548Z" })); }); IconMaterialStorefrontW100.displayName = 'OnesyIconMaterialStorefrontW100'; export default IconMaterialStorefrontW100;