@semcore/icon
Version:
Semrush Icon Component
29 lines • 1.82 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 = '16',
height = '16',
viewBox = '0 0 16 16',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "PinNo",
"data-group": "m",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M13.714.286a.976.976 0 0 0-1.38 0L1.285 11.333a.976.976 0 0 0 1.38 1.381l.495-.494c.287.346.584.663.877.952a15.85 15.85 0 0 0 3.081 2.35l.022.012.007.004.015.009L8 16l.837-.453.015-.01.007-.003.022-.013a9.021 9.021 0 0 0 .296-.176 15.851 15.851 0 0 0 2.785-2.174C13.428 11.73 15 9.548 15 6.785c0-1.7-.658-3.33-1.83-4.573l.544-.544a.976.976 0 0 0 0-1.381ZM11.761 3.62 9.59 5.79a2 2 0 0 1-2.803 2.803l-2.211 2.212c.273.342.567.662.87.96A13.956 13.956 0 0 0 8 13.735a13.955 13.955 0 0 0 2.553-1.97C11.858 10.48 13 8.778 13 6.784c0-1.164-.44-2.289-1.24-3.164Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
d: "M9.114.086A7.218 7.218 0 0 0 8 0a7.115 7.115 0 0 0-4.94 1.978A6.68 6.68 0 0 0 1 6.784c0 .448.041.882.117 1.299l1.926-1.926a4.73 4.73 0 0 1 1.412-2.759 5.073 5.073 0 0 1 2.692-1.345L9.114.086Z",
shapeRendering: "geometricPrecision"
}));
}
PinNo.displayName = 'PinNo';
export default createBaseComponent(PinNo);