@semcore/icon
Version:
Semrush Icon Component
33 lines • 1.95 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 RootPinMap({
width = '16',
height = '16',
viewBox = '0 0 16 16',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "PinMap",
"data-group": "m",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
d: "M9 4.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M4.294 1.397A4.414 4.414 0 0 1 7.5 0c1.217 0 2.369.512 3.207 1.397A4.787 4.787 0 0 1 12 4.685c0 1.867-.97 3.335-1.862 4.295a9.882 9.882 0 0 1-1.891 1.576l-.016.01L7.5 11l-.731-.433-.016-.01s-.087-.055-.196-.128A9.881 9.881 0 0 1 4.862 8.98C3.97 8.02 3 6.552 3 4.685c0-1.221.458-2.405 1.294-3.288ZM7.5 1.97a2.4 2.4 0 0 0-1.743.77A2.833 2.833 0 0 0 5 4.685c0 1.172.613 2.185 1.338 2.966.432.465.869.812 1.162 1.022.293-.21.73-.557 1.162-1.022C9.387 6.87 10 5.857 10 4.685c0-.742-.28-1.44-.757-1.945A2.4 2.4 0 0 0 7.5 1.97Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
d: "M16 6a1 1 0 0 0-1.447-.894l-2 1a1 1 0 1 0 .894 1.788L14 7.618v3.816l-4 2.4-4.486-2.691a1 1 0 0 0-.999-.018L2 12.52V9a1 1 0 0 0-2 0v5.217a1 1 0 0 0 1.485.875l3.495-1.938 4.505 2.704a1 1 0 0 0 1.03 0l5-3A1 1 0 0 0 16 12V6Z",
shapeRendering: "geometricPrecision"
}));
}
RootPinMap.displayName = 'PinMap';
const PinMap = createBaseComponent(RootPinMap);
export { PinMap as default };