UNPKG

@semcore/icon

Version:
33 lines 2.1 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 RootPins({ width = '16', height = '16', viewBox = '0 0 16 16', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Pins", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "M8 6a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M1.757 1.76a5.996 5.996 0 0 1 8.486 0A6.012 6.012 0 0 1 12 6.008c0 2.435-1.335 4.352-2.571 5.615a13.489 13.489 0 0 1-2.541 2.021l-.06.036-.018.01-.005.004-.015.009-.79.444-.79-.444-.015-.01-.005-.002-.018-.01-.06-.037a12.879 12.879 0 0 1-.799-.53 13.489 13.489 0 0 1-1.742-1.491C1.335 10.36 0 8.443 0 6.008c0-1.593.632-3.12 1.757-4.248ZM6 2c-1.06 0-2.078.422-2.828 1.173A4.012 4.012 0 0 0 2 6.008c0 1.68.927 3.12 2 4.215a11.55 11.55 0 0 0 2 1.618 11.55 11.55 0 0 0 2-1.618c1.073-1.095 2-2.535 2-4.215a4.012 4.012 0 0 0-1.172-2.835A3.996 3.996 0 0 0 6 2Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M8.183 15.24A11.624 11.624 0 0 1 8 15.124a13.4 13.4 0 0 0 .883-.58c.55-.39 1.27-.955 1.995-1.684 1.395-1.404 3.13-3.756 3.13-6.888A7.785 7.785 0 0 0 12.918 2c.427.26.826.57 1.187.925A6.35 6.35 0 0 1 16 7.444c0 2.576-1.43 4.576-2.703 5.857a13.885 13.885 0 0 1-2.43 1.94c-.155.097-.282.171-.279.17l-.023.014-1.04.575-1.039-.575-.023-.014c.003.001-.124-.073-.28-.17Z", shapeRendering: "geometricPrecision" })); } RootPins.displayName = 'Pins'; const Pins = createBaseComponent(RootPins); export { Pins as default };