@semcore/icon
Version:
Semrush Icon Component
38 lines • 1.64 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 RootMastercard({
width = '32',
height = '24',
viewBox = '0 0 32 24',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "Mastercard",
"data-group": "l",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
d: "M32 21.82c0 1.2-.9 2.18-2 2.18H2c-1.1 0-2-.98-2-2.18V2.18C0 .98.9 0 2 0h28c1.1 0 2 .98 2 2.18v19.64Z",
fill: "#1D2832",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
d: "M16 7.5A6.02 6.02 0 0 0 6 12a6.02 6.02 0 0 0 10 4.5v-9Z",
fill: "#ED0006",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
d: "M20 6c-1.5 0-2.9.6-4 1.5v8.9a6.02 6.02 0 0 0 10-4.5C26 8.6 23.3 6 20 6Z",
fill: "#F9A001",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
d: "M14 12c0 1.8.8 3.4 2 4.5 1.2-1.1 2-2.7 2-4.5 0-1.8-.8-3.4-2-4.5-1.2 1.1-2 2.7-2 4.5Z",
fill: "#FF5E00",
shapeRendering: "geometricPrecision"
}));
}
RootMastercard.displayName = 'Mastercard';
const Mastercard = createBaseComponent(RootMastercard);
export { Mastercard as default };