@semcore/icon
Version:
Semrush Icon Component
32 lines • 2.71 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 RootMoneyCoins({
width = '24',
height = '24',
viewBox = '0 0 24 24',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "MoneyCoins",
"data-group": "l",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M2.38 1.32C3.736.484 5.55 0 7.5 0c1.95 0 3.763.484 5.12 1.32C13.963 2.146 15 3.419 15 5v3.083c-.686.076-1.357.206-2 .386v-.04a6.3 6.3 0 0 1-.097.067 10.445 10.445 0 0 0-2.639 1.162C9.403 9.881 8.468 10 7.5 10c-1.95 0-3.763-.484-5.12-1.32A6.685 6.685 0 0 1 2 8.43V9c0 .628.417 1.355 1.428 1.977C4.422 11.589 5.859 12 7.5 12c.126 0 .25-.002.374-.007a5.682 5.682 0 0 0-.784 2c-1.793-.063-3.448-.536-4.71-1.313a6.637 6.637 0 0 1-.38-.25V13c0 .628.417 1.355 1.428 1.977.892.549 2.14.936 3.572 1.01v2.002c-1.758-.075-3.38-.545-4.62-1.309C1.037 15.854 0 14.581 0 13V5c0-1.581 1.038-2.854 2.38-3.68ZM13 5c0-.628-.417-1.355-1.428-1.977C10.578 2.411 9.141 2 7.5 2c-1.64 0-3.078.411-4.072 1.023C2.418 3.645 2 4.372 2 5c0 .628.417 1.355 1.428 1.977C4.422 7.589 5.859 8 7.5 8c1.64 0 3.078-.411 4.072-1.023C12.582 6.355 13 5.628 13 5Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M16.5 10c-1.95 0-3.763.484-5.12 1.32C10.037 12.146 9 13.419 9 15v4c0 1.581 1.038 2.854 2.38 3.68 1.357.836 3.17 1.32 5.12 1.32 1.95 0 3.763-.484 5.12-1.32C22.963 21.854 24 20.581 24 19v-4c0-1.581-1.038-2.854-2.38-3.68-1.357-.836-3.17-1.32-5.12-1.32Zm-4.072 10.977C11.418 20.355 11 19.628 11 19v-.571c.123.088.25.171.38.251 1.357.836 3.17 1.32 5.12 1.32 1.95 0 3.763-.484 5.12-1.32.13-.08.257-.163.38-.251V19c0 .628-.417 1.355-1.428 1.977C19.578 21.589 18.141 22 16.5 22c-1.64 0-3.078-.411-4.072-1.023ZM22 15c0-.628-.417-1.355-1.428-1.977C19.578 12.411 18.141 12 16.5 12c-1.64 0-3.078.411-4.072 1.023C11.418 13.645 11 14.372 11 15c0 .628.417 1.355 1.428 1.977.994.612 2.431 1.023 4.072 1.023 1.64 0 3.078-.411 4.072-1.023C21.582 16.355 22 15.628 22 15Z",
shapeRendering: "geometricPrecision"
}));
}
RootMoneyCoins.displayName = 'MoneyCoins';
const MoneyCoins = createBaseComponent(RootMoneyCoins);
export { MoneyCoins as default };