UNPKG

lucide-static

Version:

Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.

30 lines (27 loc) 803 B
/** * @license lucide-static v1.46.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ const CreditCardReader = ` <svg class="lucide lucide-credit-card-reader" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" > <path d="M15 16v1" /> <path d="M16.963 7.734A1 1 0 0015.999 7H8.003a1 1 0 00-.964.734L4.073 18.467A2 2 0 006 21h12a2 2 0 001.927-2.532z" /> <path d="M2.678 8.5A2 2 0 012 7V5a2 2 0 012-2h16a2 2 0 012 2v2a2 2 0 01-.676 1.499" /> <path d="m9 21 2-14" /> </svg> `; export { CreditCardReader as default }; //# sourceMappingURL=credit-card-reader.mjs.map