UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

14 lines (13 loc) 1.12 kB
import { __assign } from "tslib"; import * as React from 'react'; import { StyledIconBase } from '../../StyledIconBase'; export var Mastercard = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase, __assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { d: "M11.454 17.021c.048.041.1.082.151.122a6.173 6.173 0 01-3.42 1.03A6.17 6.17 0 012.01 12a6.175 6.175 0 019.592-5.144c-.05.043-.1.082-.138.126A6.633 6.633 0 009.166 12c0 1.925.833 3.755 2.288 5.021zm4.361-11.195a6.14 6.14 0 00-3.416 1.03c.049.043.099.082.137.126 1.462 1.263 2.299 3.094 2.299 5.018s-.835 3.753-2.288 5.021c-.049.041-.101.082-.151.122a6.162 6.162 0 003.418 1.03 6.174 6.174 0 10.001-12.347zM12 7.15A6.152 6.152 0 009.644 12 6.15 6.15 0 0012 16.853 6.157 6.157 0 0014.357 12 6.15 6.15 0 0012 7.15z", key: "k0" }))); }); Mastercard.displayName = 'Mastercard'; export var MastercardDimensions = { height: 24, width: 24 };