UNPKG

@daimo/pay

Version:

Seamless crypto payments. Onboard users from any chain, any coin into your app with one click.

9 lines (6 loc) 803 B
import { jsxs, jsx } from 'react/jsx-runtime'; function CrepeIcon({ ...props }) { return (jsxs("svg", { width: "20", height: "20", viewBox: "0 0 512 512", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [jsx("path", { d: "M256.48 492.035L491.96 84.0876C422.688 44.0149 342.263 21.0746 256.48 21.0746C170.697 21.0746 90.2722 44.0149 21 84.0876L256.48 492.035Z", stroke: "currentColor", strokeWidth: "35", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }), jsx("path", { d: "M473.885 84.5848C417.669 176.594 247.311 44.0744 143.584 148.461L257.946 487.638", stroke: "currentColor", strokeWidth: "35", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })] })); } export { CrepeIcon as default }; //# sourceMappingURL=crepe.js.map