iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 757 B
JavaScript
;
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 CardholderLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M208 50H48a22 22 0 00-22 22v112a22 22 0 0022 22h160a22 22 0 0022-22V72a22 22 0 00-22-22zM38 94h180v20h-58a6 6 0 00-6 6 26 26 0 01-52 0 6 6 0 00-6-6H38zm10-32h160a10 10 0 0110 10v10H38V72a10 10 0 0110-10zm160 132H48a10 10 0 01-10-10v-58h52.47a38 38 0 0075.06 0H218v58a10 10 0 01-10 10z" }));
exports.default = CardholderLight;