@semcore/icon
Version:
Semrush Icon Component
32 lines • 2.14 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 PinNo({
width = '24',
height = '24',
viewBox = '0 0 24 24',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "PinNo",
"data-group": "l",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M21.707.707a1 1 0 0 0-1.414 0L2.615 18.385a1 1 0 1 0 1.414 1.414l1.88-1.879a18 18 0 0 0 1.02 1.173 21.177 21.177 0 0 0 4.038 3.305l.029.018.009.005.003.002.016.01L12 23l.976-.567.016-.01.003-.002.009-.005.029-.018a19.262 19.262 0 0 0 .387-.247 21.173 21.173 0 0 0 3.651-3.058C19.003 17.054 21 14.043 21 10.28a9.471 9.471 0 0 0-1.835-5.616l2.542-2.543a1 1 0 0 0 0-1.414Zm-3.974 5.388-2.142 2.142a4 4 0 0 1-5.355 5.355L7.33 16.5c.338.438.694.85 1.056 1.233A19.012 19.012 0 0 0 12 20.697a19.01 19.01 0 0 0 3.614-2.964C17.38 15.869 19 13.324 19 10.28c0-1.511-.45-2.97-1.267-4.185Zm-5.898 5.898a2 2 0 0 0 2.158-2.158l-2.158 2.158Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
d: "M12 1a8.8 8.8 0 0 1 4.765 1.407l-1.45 1.45A6.777 6.777 0 0 0 12 2.985c-1.842 0-3.619.758-4.935 2.121A7.451 7.451 0 0 0 5 10.28c0 1.164.237 2.255.629 3.263l-1.52 1.52C3.44 13.65 3 12.048 3 10.28a9.43 9.43 0 0 1 2.621-6.547A8.865 8.865 0 0 1 12 1Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
d: "M12 6c.358 0 .706.047 1.036.136l-2.43 2.43a1.802 1.802 0 0 0-.04.04l-2.43 2.43A4.005 4.005 0 0 1 12 6Z",
shapeRendering: "geometricPrecision"
}));
}
PinNo.displayName = 'PinNo';
export default createBaseComponent(PinNo);