iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 960 B
JavaScript
;
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 Payhip = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M3.695 0A3.696 3.696 0 000 3.695v12.92A7.384 7.384 0 007.385 24h12.92A3.696 3.696 0 0024 20.305V0H3.695zm11.653 5.604a3.88 3.88 0 01.166 0 3.88 3.88 0 012.677 1.132 3.88 3.88 0 010 5.48l-.36.356c-1.826-1.825-3.648-3.656-5.476-5.482l.358-.354a3.88 3.88 0 012.635-1.132zm-6.627.125a3.88 3.88 0 012.566 1c2.068 2.062 4.127 4.133 6.192 6.199l-5.481 5.482-6.19-6.203C3.549 9.7 5.346 5.702 8.722 5.729zm-1.744 1.71a.464.464 0 00-.465.465v1.817c0 .256.208.463.465.463h1.816a.464.464 0 00.463-.463l.008-1.817A.464.464 0 008.8 7.44H6.977z" }));
exports.default = Payhip;