@semcore/icon
Version:
Semrush Icon Component
34 lines • 2.2 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 Pins({
width = '22',
height = '24',
viewBox = '0 0 22 24',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "Pins",
"data-group": "l",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M13 9a4 4 0 1 1-8 0 4 4 0 0 1 8 0Zm-2 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M9 0a8.865 8.865 0 0 0-6.379 2.733A9.43 9.43 0 0 0 0 9.28c0 3.764 1.998 6.774 3.928 8.813a21.169 21.169 0 0 0 4.04 3.305l.028.018.009.005.003.002.015.01L9 22l.977-.567.015-.01.003-.002.009-.005.029-.018a21.275 21.275 0 0 0 .387-.248 21.165 21.165 0 0 0 3.651-3.058C16.003 16.055 18 13.045 18 9.28a9.429 9.429 0 0 0-2.621-6.547A8.865 8.865 0 0 0 9 0ZM4.065 4.107A6.855 6.855 0 0 1 9 1.986c1.842 0 3.619.757 4.935 2.121A7.451 7.451 0 0 1 16 9.28c0 3.044-1.62 5.589-3.386 7.453A19.012 19.012 0 0 1 9 19.697a19.012 19.012 0 0 1-3.615-2.964C3.621 14.869 2 12.324 2 9.28a7.45 7.45 0 0 1 2.065-5.173Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
d: "m10.933 22.9-.105.06c.359.246.59.386.632.412L12.5 24l1.04-.628c.133-.08 2.123-1.295 4.141-3.37 1.203-1.237 2.187-2.547 2.908-3.901.92-1.727 1.411-3.53 1.411-5.351 0-2.592-.983-5.041-2.772-6.883a9.68 9.68 0 0 0-1.152-1.013A11.27 11.27 0 0 1 20 9.157c0 4.485-2.422 7.94-4.529 10.12a23.195 23.195 0 0 1-4.492 3.595l-.046.028Z",
shapeRendering: "geometricPrecision"
}));
}
Pins.displayName = 'Pins';
export default createBaseComponent(Pins);