UNPKG

strapi-stripe-e

Version:

Online payments and subscriptions made simple, secure and fast. This free plugin enables you to accept online payments and create subscriptions using Credit Card, Apple pay, Google pay, SEPA Direct Debit, ACH Direct Debit on your Strapi app via Stripe.

8 lines (5 loc) 179 B
/* eslint-disable jsx-a11y/anchor-is-valid */ import React from 'react'; import Link from '@strapi/icons/Link'; const LinkIcon = () => <Link />; export default LinkIcon;