UNPKG

@semcore/icon

Version:
30 lines 1.8 kB
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 RootPinNo({ 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" })); } RootPinNo.displayName = 'PinNo'; const PinNo = createBaseComponent(RootPinNo); export { PinNo as default };