Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | 107x 107x 167x 107x | import React, { FunctionComponent } from 'react'; import withIconContainer from './withIconContainer'; const IconCardMastercard: FunctionComponent = () => ( <svg viewBox="0 0 131.39 86.9" xmlns="http://www.w3.org/2000/svg"> <path d="M48.37 15.14h34.66v56.61H48.37z" fill="#ff5f00" /> <path d="M51.94 43.45a35.94 35.94 0 0113.75-28.3 36 36 0 100 56.61 35.94 35.94 0 01-13.75-28.31z" fill="#eb001b" /> <path d="M120.5 65.76V64.6h.5v-.24h-1.19v.24h.47v1.16zm2.31 0v-1.4h-.36l-.42 1-.42-1h-.36v1.4h.26V64.7l.39.91h.27l.39-.91v1.06zM123.94 43.45a36 36 0 01-58.25 28.3 36 36 0 000-56.61 36 36 0 0158.25 28.3z" fill="#f79e1b" /> </svg> ); export default withIconContainer(IconCardMastercard); |