UNPKG

styled-icons

Version:

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

17 lines (16 loc) 1.13 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var StyledIconBase_1 = require("../../StyledIconBase"); exports.CreditCard = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 50 50" }, props, { ref: ref }), React.createElement("path", { d: "M39 38H11c-1.7 0-3-1.3-3-3V15c0-1.7 1.3-3 3-3h28c1.7 0 3 1.3 3 3v20c0 1.7-1.3 3-3 3zM11 14c-.6 0-1 .4-1 1v20c0 .6.4 1 1 1h28c.6 0 1-.4 1-1V15c0-.6-.4-1-1-1H11z", key: "k0" }), React.createElement("path", { d: "M9 16h32v6H9zM12 26h1v2h-1zM14 26h1v2h-1zM16 26h1v2h-1zM19 26h1v2h-1zM21 26h1v2h-1zM23 26h1v2h-1zM26 26h1v2h-1zM28 26h1v2h-1zM30 26h1v2h-1zM33 26h1v2h-1zM35 26h1v2h-1zM37 26h1v2h-1z", key: "k1" }))); }); exports.CreditCard.displayName = 'CreditCard'; exports.CreditCardDimensions = { height: 24, width: 24 };