Files
emaui/node_modules/@tabler/icons-react/dist/esm/icons/IconCreditCardPay.mjs
2026-05-29 15:23:46 +03:00

15 lines
825 B
JavaScript

/**
* @license @tabler/icons-react v3.44.0 - MIT
*
* This source code is licensed under the MIT license.
* See the LICENSE file in the root directory of this source tree.
*/
import createReactComponent from '../createReactComponent.mjs';
const __iconNode = [["path", { "d": "M12 19h-6a3 3 0 0 1 -3 -3v-8a3 3 0 0 1 3 -3h12a3 3 0 0 1 3 3v4.5", "key": "svg-0" }], ["path", { "d": "M3 10h18", "key": "svg-1" }], ["path", { "d": "M16 19h6", "key": "svg-2" }], ["path", { "d": "M19 16l3 3l-3 3", "key": "svg-3" }], ["path", { "d": "M7.005 15h.005", "key": "svg-4" }], ["path", { "d": "M11 15h2", "key": "svg-5" }]];
const IconCreditCardPay = createReactComponent("outline", "credit-card-pay", "CreditCardPay", __iconNode);
export { __iconNode, IconCreditCardPay as default };
//# sourceMappingURL=IconCreditCardPay.mjs.map