@semcore/icon
Version:
Semrush Icon Component
29 lines • 2.1 kB
JavaScript
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
import React from 'react';
import { createBaseComponent } from '@semcore/core';
import Icon from '@semcore/icon';
function PopularProducts({
width = '16',
height = '16',
viewBox = '0 0 16 16',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "PopularProducts",
"data-group": "m",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
d: "M1.867 1.031a1 1 0 0 1 1-1h1.8a1.2 1.2 0 0 1 1.2 1.2v.8h5.744a1.2 1.2 0 0 1 1.164 1.491l-.9 3.6a1.2 1.2 0 0 1-1.165.91H5.067a1.2 1.2 0 0 1-1.2-1.2v-4.8h-1a1 1 0 0 1-1-1Zm4 3v2h4.219l.5-2h-4.72Z",
clipRule: "evenodd",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
d: "M5.867 8.031a1 1 0 1 1 0 2 1 1 0 0 1 0-2ZM9.867 8.031a1 1 0 1 1 0 2 1 1 0 0 1 0-2ZM5.102 13.64a.107.107 0 0 0-.058-.18l-1.322-.225-.628-1.168a.107.107 0 0 0-.188 0l-.628 1.168-1.322.225a.107.107 0 0 0-.058.18l.934.943-.191 1.305a.107.107 0 0 0 .152.111L3 15.417l1.207.582a.107.107 0 0 0 .152-.111l-.19-1.305.933-.943ZM10.102 13.64a.106.106 0 0 0-.058-.18l-1.322-.225-.628-1.168a.107.107 0 0 0-.188 0l-.628 1.168-1.322.225a.107.107 0 0 0-.058.18l.934.943-.191 1.305a.107.107 0 0 0 .152.111L8 15.417l1.207.582a.107.107 0 0 0 .152-.111l-.19-1.305.933-.943ZM15.044 13.46a.106.106 0 0 1 .058.18l-.934.943.191 1.305a.107.107 0 0 1-.152.111L13 15.417l-1.207.582a.107.107 0 0 1-.152-.111l.19-1.305-.933-.943a.107.107 0 0 1 .058-.18l1.322-.225.628-1.168a.107.107 0 0 1 .188 0l.628 1.168 1.322.225Z",
shapeRendering: "geometricPrecision"
}));
}
PopularProducts.displayName = 'PopularProducts';
export default createBaseComponent(PopularProducts);