UNPKG

@semcore/icon

Version:
29 lines 2.5 kB
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 PinUsd({ width = '16', height = '16', viewBox = '0 0 16 16', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "PinUsd", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "M6.75 5.938c0-.094.052-.248.274-.408.22-.159.563-.28.976-.28.703 0 1.012.248 1.173.527a.75.75 0 1 0 1.299-.751 2.452 2.452 0 0 0-1.479-1.143 1 1 0 0 0-1.988.012 2.919 2.919 0 0 0-.857.417c-.502.36-.898.926-.898 1.625 0 .393.091.754.296 1.064.201.306.475.504.74.638.26.132.541.216.79.281.123.032.25.062.368.09l.01.003c.123.03.24.057.356.088l.217.056c.441.114.755.195.992.322a.518.518 0 0 1 .189.148c.016.024.042.071.042.185 0 .094-.052.248-.274.408-.22.159-.563.28-.976.28-.645 0-.951-.21-1.116-.439a.75.75 0 1 0-1.216.879c.328.454.784.765 1.34.927a1 1 0 1 0 1.981-.01c.317-.096.61-.237.863-.419.502-.36.898-.926.898-1.626 0-.382-.1-.73-.302-1.028a1.992 1.992 0 0 0-.717-.625c-.412-.223-.934-.355-1.354-.462L8.19 6.65a18.25 18.25 0 0 0-.39-.095c-.124-.03-.236-.057-.344-.085a2.56 2.56 0 0 1-.492-.169c-.109-.055-.148-.099-.165-.125-.014-.021-.048-.082-.048-.237Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 0a7.115 7.115 0 0 0-4.94 1.978A6.68 6.68 0 0 0 1 6.784c0 2.763 1.572 4.945 3.038 6.388a15.85 15.85 0 0 0 3.081 2.35l.022.012.007.004.015.009L8 16l.837-.453.015-.01.007-.003.022-.013.039-.022.031-.018.226-.136a15.851 15.851 0 0 0 2.785-2.174C13.428 11.73 15 9.548 15 6.785a6.68 6.68 0 0 0-2.06-4.806A7.116 7.116 0 0 0 8 0ZM4.455 3.398A5.106 5.106 0 0 1 8 1.983c1.335 0 2.61.512 3.545 1.415A4.705 4.705 0 0 1 13 6.784c0 1.994-1.142 3.696-2.447 4.98A13.946 13.946 0 0 1 8 13.734a13.946 13.946 0 0 1-2.553-1.97C4.142 10.48 3 8.778 3 6.784c0-1.265.52-2.483 1.455-3.386Z", shapeRendering: "geometricPrecision" })); } PinUsd.displayName = 'PinUsd'; export default createBaseComponent(PinUsd);