UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 755 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 CardholderThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M208 52H48a20 20 0 00-20 20v112a20 20 0 0020 20h160a20 20 0 0020-20V72a20 20 0 00-20-20zM36 92h184v24h-60a4 4 0 00-4 4 28 28 0 01-56 0 4 4 0 00-4-4H36zm12-32h160a12 12 0 0112 12v12H36V72a12 12 0 0112-12zm160 136H48a12 12 0 01-12-12v-60h56.22a36 36 0 0071.56 0H220v60a12 12 0 01-12 12z" })); exports.default = CardholderThin;