@semcore/icon
Version:
Semrush Icon Component
30 lines • 2.54 kB
JavaScript
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 RootPinUsd({
width = '22',
height = '24',
viewBox = '0 0 22 24',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "PinUsd",
"data-group": "l",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
d: "M11 5a1 1 0 0 0-1 1v.092a4.535 4.535 0 0 0-1.676.662C7.602 7.234 7 8.009 7 9c0 .555.14 1.06.443 1.485.295.415.69.679 1.07.857.374.175.78.29 1.15.379.183.044.37.085.548.125l.014.003a27.31 27.31 0 0 1 .862.2c.66.158 1.154.276 1.528.463.193.097.28.18.32.235.03.039.065.103.065.253 0 .114-.07.34-.433.582-.357.238-.909.418-1.567.418-1.162 0-1.67-.401-1.917-.836a1 1 0 0 0-1.738.99c.545.956 1.457 1.556 2.655 1.764V16a1 1 0 1 0 2 0v-.092a4.535 4.535 0 0 0 1.676-.662C14.398 14.766 15 13.991 15 13a2.38 2.38 0 0 0-.451-1.435c-.288-.394-.67-.656-1.039-.84-.6-.301-1.357-.48-1.989-.629a29.33 29.33 0 0 0-.865-.2l-.004-.001a26.22 26.22 0 0 1-.518-.118 4.216 4.216 0 0 1-.772-.246c-.183-.086-.256-.159-.29-.205C9.049 9.291 9 9.21 9 9c0-.114.07-.34.433-.582C9.79 8.18 10.342 8 11 8c1.16 0 1.667.4 1.915.833a1 1 0 1 0 1.736-.994c-.545-.952-1.457-1.55-2.651-1.757V6a1 1 0 0 0-1-1Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M4.621 3.733A8.865 8.865 0 0 1 11 1c2.401 0 4.695.988 6.379 2.733A9.429 9.429 0 0 1 20 10.28c0 3.764-1.998 6.774-3.928 8.813a21.165 21.165 0 0 1-4.04 3.305l-.028.018-.009.005-.003.002-.016.01L11 23l-.976-.567-.016-.01-.003-.002-.009-.005-.029-.018a21.009 21.009 0 0 1-.387-.248 21.169 21.169 0 0 1-3.651-3.058C3.997 17.055 2 14.045 2 10.28a9.43 9.43 0 0 1 2.621-6.547ZM11 2.986a6.857 6.857 0 0 0-4.935 2.121A7.451 7.451 0 0 0 4 10.28c0 3.044 1.62 5.589 3.385 7.453A19.012 19.012 0 0 0 11 20.697a19.01 19.01 0 0 0 3.614-2.964C16.38 15.869 18 13.324 18 10.28a7.451 7.451 0 0 0-2.065-5.173A6.857 6.857 0 0 0 11 2.986Z",
shapeRendering: "geometricPrecision"
}));
}
RootPinUsd.displayName = 'PinUsd';
const PinUsd = createBaseComponent(RootPinUsd);
export { PinUsd as default };