UNPKG

@semcore/icon

Version:
30 lines 2.07 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '../../lib/esm/index.mjs'; function RootPopularStores({ width = '24', height = '25', viewBox = '0 0 24 25', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "PopularStores", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M2.998 7.021H3v9a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-9h.002a1 1 0 0 0 .877-1.475l-2.614-4a.996.996 0 0 0-.877-.525H5.612a.996.996 0 0 0-.877.525l-2.614 4a1 1 0 0 0 .877 1.475Zm3.208-4L5 5.021h14l-1.206-2H6.206ZM5 15V7.021h14V15h-4V9H9v6H5Zm8-4v4h-2v-4h2Z", clipRule: "evenodd", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M7.295 20.058a.133.133 0 0 0-.073-.225l-1.653-.281-.785-1.46a.134.134 0 0 0-.235 0l-.785 1.46-1.653.28a.133.133 0 0 0-.072.226l1.167 1.18-.239 1.63a.133.133 0 0 0 .19.14l1.51-.729 1.509.729a.133.133 0 0 0 .19-.14l-.24-1.63 1.169-1.18ZM14.628 20.058a.133.133 0 0 0-.073-.225l-1.652-.281-.785-1.46a.134.134 0 0 0-.236 0l-.784 1.46-1.653.28a.133.133 0 0 0-.073.226l1.168 1.18-.24 1.63a.133.133 0 0 0 .191.14L12 22.279l1.509.729a.133.133 0 0 0 .19-.14l-.239-1.63 1.168-1.18ZM21.889 19.833a.133.133 0 0 1 .072.225l-1.167 1.18.238 1.63a.133.133 0 0 1-.19.14l-1.509-.729-1.509.729a.133.133 0 0 1-.19-.14l.24-1.63-1.169-1.18a.133.133 0 0 1 .073-.225l1.653-.281.785-1.46a.134.134 0 0 1 .235 0l.785 1.46 1.653.28Z", shapeRendering: "geometricPrecision" })); } RootPopularStores.displayName = 'PopularStores'; const PopularStores = createBaseComponent(RootPopularStores); export { PopularStores as default };