@geneui/icons
Version:
Gene UI icons distributed as SVG React components.
27 lines (24 loc) • 1.77 kB
JavaScript
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
import React from 'react';
var _excluded = ["size", "color"];
var SvgCurrencyGlobal = function SvgCurrencyGlobal(_ref) {
var _ref$size = _ref.size,
size = _ref$size === void 0 ? 24 : _ref$size,
_ref$color = _ref.color,
color = _ref$color === void 0 ? "currentColor" : _ref$color,
props = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React.createElement("svg", _extends({
width: size,
height: size,
viewBox: "0 0 24 24",
fill: color,
xmlns: "http://www.w3.org/2000/svg"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M7.532 4.342v-.6a.752.752 0 0 0-1.503 0v.59a3.475 3.475 0 0 0-3.029 3.282v1.455a3.474 3.474 0 0 0 3.029 3.28v5.71a1.926 1.926 0 0 1-1.526-1.754v-2.016a.752.752 0 0 0-1.503 0v2.016a3.474 3.474 0 0 0 3.029 3.282v.67a.752.752 0 0 0 1.503 0v-.68a3.468 3.468 0 0 0 2.97-3.272v-2.028a3.469 3.469 0 0 0-2.97-3.272v-5.13a1.914 1.914 0 0 1 1.467 1.74v1.33a.752.752 0 0 0 1.503 0v-1.33a3.467 3.467 0 0 0-2.97-3.273Zm-3.029 4.727v-1.455a1.926 1.926 0 0 1 1.526-1.754v4.963a1.927 1.927 0 0 1-1.526-1.754Zm4.496 5.208v2.028a1.914 1.914 0 0 1-1.467 1.74v-5.508a1.914 1.914 0 0 1 1.467 1.74Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M20.248 19.338a5.116 5.116 0 0 1-5.048-5.169v-.211h2.626a.744.744 0 1 0 0-1.486h-2.626v-1.12h2.626a.744.744 0 0 0 .695-1.028.744.744 0 0 0-.695-.457h-2.626v-.213a5.116 5.116 0 0 1 5.048-5.169.743.743 0 1 0 0-1.485 6.61 6.61 0 0 0-6.552 6.654v.213h-1.013a.743.743 0 1 0 0 1.486h1.014v1.12h-1.014a.744.744 0 1 0 0 1.485h1.014v.211a6.61 6.61 0 0 0 6.552 6.654.742.742 0 1 0 0-1.485Z",
fill: color
}));
};
export { SvgCurrencyGlobal as S };