@semcore/icon
Version:
Semrush Icon Component
29 lines • 2.07 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 = '24',
height = '24',
viewBox = '0 0 24 24',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "PopularProducts",
"data-group": "l",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
d: "M4 2.031a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v3h10a1 1 0 0 1 .949 1.316l-2 6a1 1 0 0 1-.949.684H8a1 1 0 0 1-1-1v-9H5a1 1 0 0 1-1-1Zm5 5v4h7.28l1.333-4H9Z",
clipRule: "evenodd",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
d: "M8.5 17.031a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM15.5 17.031a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM7.295 21.047a.133.133 0 0 0-.073-.225l-1.653-.28-.785-1.462a.134.134 0 0 0-.235 0l-.785 1.461-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 21.047a.133.133 0 0 0-.072-.225l-1.653-.28-.785-1.462a.134.134 0 0 0-.236 0l-.784 1.461-1.653.28a.133.133 0 0 0-.073.226l1.168 1.18-.24 1.63a.133.133 0 0 0 .191.14L12 23.268l1.51.729a.133.133 0 0 0 .19-.14l-.24-1.63 1.168-1.18ZM21.889 20.822a.133.133 0 0 1 .072.225l-1.167 1.18.239 1.63a.133.133 0 0 1-.19.14l-1.51-.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-.28.785-1.462a.134.134 0 0 1 .235 0l.785 1.461 1.653.28Z",
shapeRendering: "geometricPrecision"
}));
}
PopularProducts.displayName = 'PopularProducts';
export default createBaseComponent(PopularProducts);