UNPKG

@semcore/icon

Version:
30 lines 2.06 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 = '17', height = '17', viewBox = '0 0 17 17', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "PopularStores", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M2.867 5.021h-.003a1 1 0 0 1-.876-1.475l1.614-3A.996.996 0 0 1 4.479.02h8.775c.367 0 .703.202.877.525l1.614 3a1 1 0 0 1-.876 1.475h-.002v5a1 1 0 0 1-1 1h-10a1 1 0 0 1-1-1v-5Zm1.668-2 .538-1h7.587l.538 1H4.535Zm.332 2v4h3v-3h2v3h3v-4h-8Z", clipRule: "evenodd", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M5.969 13.65a.107.107 0 0 0-.058-.18l-1.322-.224-.628-1.169a.107.107 0 0 0-.188 0l-.628 1.169-1.323.224a.107.107 0 0 0-.058.18l.934.944-.19 1.305a.107.107 0 0 0 .151.111l1.208-.583 1.207.583a.107.107 0 0 0 .152-.111l-.191-1.305.934-.944ZM10.969 13.65a.107.107 0 0 0-.058-.18l-1.322-.224-.628-1.169a.107.107 0 0 0-.188 0l-.628 1.169-1.323.224a.107.107 0 0 0-.058.18l.934.944-.19 1.305a.107.107 0 0 0 .151.111l1.208-.583 1.207.583a.107.107 0 0 0 .152-.111l-.191-1.305.934-.944ZM15.911 13.47a.107.107 0 0 1 .058.18l-.934.944.19 1.305a.107.107 0 0 1-.151.111l-1.207-.583-1.208.583a.107.107 0 0 1-.152-.111l.191-1.305-.934-.944a.107.107 0 0 1 .058-.18l1.323-.224.628-1.169a.107.107 0 0 1 .188 0l.628 1.169 1.322.224Z", shapeRendering: "geometricPrecision" })); } RootPopularStores.displayName = 'PopularStores'; const PopularStores = createBaseComponent(RootPopularStores); export { PopularStores as default };