UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 730 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const CardholderBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M208 44H48a28 28 0 00-28 28v112a28 28 0 0028 28h160a28 28 0 0028-28V72a28 28 0 00-28-28zM48 68h160a4 4 0 014 4v16h-52a12 12 0 00-12 12 20 20 0 01-40 0 12 12 0 00-12-12H44V72a4 4 0 014-4zm160 120H48a4 4 0 01-4-4v-72h41.66a44 44 0 0084.68 0H212v72a4 4 0 01-4 4z" })); exports.default = CardholderBold;