@semcore/icon
Version:
Semrush Icon Component
35 lines • 2.03 kB
JavaScript
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 RootPinList({
width = '24',
height = '24',
viewBox = '0 0 24 24',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "PinList",
"data-group": "l",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M9 14a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M2.621 3.733A8.865 8.865 0 0 1 9 1c2.401 0 4.695.988 6.379 2.733A9.429 9.429 0 0 1 18 10.28c0 3.764-1.998 6.774-3.928 8.813a21.165 21.165 0 0 1-4.04 3.305l-.028.018-.009.005-.003.002-.015.01L9 23l-.977-.567-.015-.01-.003-.002-.009-.005-.029-.018a21.009 21.009 0 0 1-.387-.248 21.169 21.169 0 0 1-3.651-3.058C1.997 17.055 0 14.045 0 10.28a9.43 9.43 0 0 1 2.621-6.547ZM9 2.986a6.855 6.855 0 0 0-4.935 2.121A7.451 7.451 0 0 0 2 10.28c0 3.044 1.62 5.589 3.385 7.453A19.012 19.012 0 0 0 9 20.697a19.012 19.012 0 0 0 3.614-2.964C14.38 15.869 16 13.324 16 10.28a7.451 7.451 0 0 0-2.065-5.173A6.857 6.857 0 0 0 9 2.986Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
d: "M21 10a1 1 0 1 0 0 2h2a1 1 0 1 0 0-2h-2Zm-1 5a1 1 0 0 1 1-1h2a1 1 0 1 1 0 2h-2a1 1 0 0 1-1-1Zm-2 3a1 1 0 1 0 0 2h5a1 1 0 1 0 0-2h-5Z",
shapeRendering: "geometricPrecision"
}));
}
RootPinList.displayName = 'PinList';
const PinList = createBaseComponent(RootPinList);
export { PinList as default };