UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.43 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialLocalConvenienceStoreW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "LocalConvenienceStoreW100Filled", short_name: "LocalConvenienceStore", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M814-526v320q0 26-17 43t-43 17H206q-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-526Zm-246-8q42 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.5ZM336-246h80q6 0 10-4t4-10q0-6-4-10t-10-4h-66v-52h66q6 0 10-4t4-10v-80q0-6-4-10t-10-4h-80q-6 0-10 4t-4 10q0 6 4 10t10 4h66v52h-66q-6 0-10 4t-4 10v80q0 6 4 10t10 4Zm274-80v66q0 6 4 10t10 4q6 0 10-4t4-10v-160q0-6-4-10t-10-4q-6 0-10 4t-4 10v66h-52v-66q0-6-4-10t-10-4q-6 0-10 4t-4 10v80q0 6 4 10t10 4h66Z" })); }); IconMaterialLocalConvenienceStoreW100Filled.displayName = 'OnesyIconMaterialLocalConvenienceStoreW100Filled'; export default IconMaterialLocalConvenienceStoreW100Filled;