UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.12 kB
"use strict"; 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 Afterpay = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12 0C5.373 0 0 5.373 0 12c0 6.628 5.373 12 12 12 6.628 0 12-5.372 12-12 0-6.627-5.372-12-12-12zm1.236 4.924a2.21 2.21 0 011.15.299l4.457 2.557c1.495.857 1.495 3.013 0 3.87l-4.457 2.558c-1.488.854-3.342-.22-3.342-1.935v-.34a.441.441 0 00-.66-.383L6.287 13.9a.441.441 0 000 .765l4.096 2.35a.44.44 0 00.661-.382v-.685c0-.333.36-.542.649-.376l1.041.597a.441.441 0 01.222.383v.29c0 1.715-1.854 2.789-3.342 1.935L5.157 16.22c-1.495-.857-1.495-3.013 0-3.87l4.457-2.558c1.488-.854 3.342.22 3.342 1.935v.34c0 .34.366.551.66.383l4.097-2.35a.441.441 0 000-.765l-4.096-2.351a.441.441 0 00-.661.382v.685c0 .333-.36.541-.649.375l-1.041-.597a.442.442 0 01-.222-.383v-.29c0-1.285 1.043-2.21 2.192-2.233z" })); exports.default = Afterpay;