@semcore/icon
Version:
Semrush Icon Component
27 lines • 1.9 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 RootCurrencyUsd({
width = '24',
height = '24',
viewBox = '0 0 24 24',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "CurrencyUsd",
"data-group": "l",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M12 0a1 1 0 0 0-1 1v2.053C7.888 3.387 5.5 5.279 5.5 8c0 .902.186 1.68.584 2.332.398.653.96 1.101 1.575 1.425.603.318 1.286.532 1.965.709.39.1.828.201 1.266.302l.11.025v6.156c-1.04-.112-1.838-.399-2.441-.789-.776-.501-1.303-1.218-1.613-2.121a1 1 0 1 0-1.892.65c.44 1.278 1.225 2.38 2.419 3.15.961.622 2.14 1 3.527 1.12V23a1 1 0 1 0 2 0v-2.053c3.112-.334 5.5-2.226 5.5-4.947 0-.849-.194-1.59-.59-2.22-.393-.626-.942-1.075-1.544-1.415-.948-.534-2.164-.86-3.366-1.152V5.05c1.04.111 1.838.399 2.441.789.776.501 1.303 1.217 1.613 2.121a1 1 0 0 0 1.892-.65c-.44-1.278-1.225-2.38-2.419-3.15-.961-.622-2.14-1-3.527-1.12V1a1 1 0 0 0-1-1Zm-1 5.062C8.637 5.368 7.5 6.752 7.5 8c0 .625.127 1.02.291 1.29.165.27.415.495.8.698.397.21.902.377 1.535.542.289.075.575.142.874.211V5.062Zm2 8.213v5.663c2.363-.306 3.5-1.69 3.5-2.938 0-.533-.118-.892-.284-1.157-.17-.27-.434-.511-.832-.736-.61-.343-1.405-.584-2.384-.832Z",
shapeRendering: "geometricPrecision"
}));
}
RootCurrencyUsd.displayName = 'CurrencyUsd';
const CurrencyUsd = createBaseComponent(RootCurrencyUsd);
export { CurrencyUsd as default };