UNPKG

@semcore/icon

Version:
31 lines 1.8 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '@semcore/icon'; function AmericanExpress({ width = '32', height = '24', viewBox = '0 0 32 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "AmericanExpress", "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: "#006FCE", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.66 12.34h1.96l-.98-2.28-.98 2.28ZM32 8h-5.03l-1.22 1.26L24.65 8H13.97L13 10.06 12.02 8h-4.3v.91L7.23 8H3.56L0 16h4.3l.48-1.26h1.23L6.5 16h4.78v-.91l.37.91h2.45l.37-1.03V16h9.8l1.23-1.26L26.6 16h5.03l-3.19-4L32 8Zm-14.84 6.86h-1.34V10.4l-2.09 4.46h-1.22l-2.09-4.46v4.46H7.6l-.49-1.26H4.17l-.5 1.26H2.09l2.58-5.72h2.08l2.33 5.37V9.14h2.33l1.84 3.89 1.72-3.89h2.33v5.72h-.13Zm12.14 0h-1.84l-1.59-1.95-1.84 1.95h-5.52V9.14h5.64l1.72 1.83 1.84-1.83h1.72L26.73 12l2.57 2.86Zm-9.44-4.57v1.02h3.07v1.15h-3.07v1.14h3.44l1.59-1.71-1.47-1.6h-3.56Z", fill: "#fff", shapeRendering: "geometricPrecision" })); } AmericanExpress.displayName = 'AmericanExpress'; export default createBaseComponent(AmericanExpress);