@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
17 lines (15 loc) • 1.31 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const CreditCardOutlined = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 32 32",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("g", {
fill: "currentColor"
}, /*#__PURE__*/ React.createElement("path", {
d: "M9.75 20.2857C10.4427 20.2857 11 20.8589 11 21.5714C11 22.2839 10.4427 22.8571 9.75 22.8571H7.25C6.55729 22.8571 6 22.2839 6 21.5714C6 20.8589 6.55729 20.2857 7.25 20.2857H9.75ZM19.75 20.2857C20.4427 20.2857 21 20.8589 21 21.5714C21 22.2839 20.4427 22.8571 19.75 22.8571H13.9167C13.224 22.8571 12.6667 22.2839 12.6667 21.5714C12.6667 20.8589 13.224 20.2857 13.9167 20.2857H19.75ZM27.6667 4C29.5052 4 31 5.53482 31 7.42857V24.5714C31 26.4625 29.5052 28 27.6667 28H4.33333C2.49219 28 1 26.4625 1 24.5714V7.42857C1 5.53482 2.49219 4 4.33333 4H27.6667ZM27.6667 6.57143H4.33333C3.87292 6.57143 3.5 6.955 3.5 7.42857V9.14286H28.5V7.42857C28.5 6.955 28.125 6.57143 27.6667 6.57143ZM28.5 14.2857H3.5V24.5714C3.5 25.0429 3.87292 25.4286 4.33333 25.4286H27.6667C28.125 25.4286 28.5 25.0429 28.5 24.5714V14.2857Z"
})));
const ForwardRef = /*#__PURE__*/ forwardRef(CreditCardOutlined);
export default ForwardRef;