UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 727 B
import * as React from 'react'; export function SvgCcDinersClub(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M5 6C3.355 6 2 7.355 2 9v14c0 1.645 1.355 3 3 3h22c1.645 0 3-1.355 3-3V9c0-1.645-1.355-3-3-3zm0 2h22c.566 0 1 .434 1 1v14c0 .566-.434 1-1 1H5c-.566 0-1-.434-1-1V9c0-.566.434-1 1-1zm10 2c-3.3 0-6 2.7-6 6s2.7 6 6 6h2c3.313 0 6-2.688 6-6 0-3.313-2.688-6-6-6zm0 2c2.223 0 4 1.777 4 4s-1.777 4-4 4-4-1.777-4-4 1.777-4 4-4zm-.813 1.656C13.216 14 12.5 14.91 12.5 16c0 1.09.715 2 1.688 2.344zm1.626 0v4.688C16.785 18 17.5 17.09 17.5 16c0-1.09-.715-2-1.688-2.344z" }))); } export default SvgCcDinersClub;