UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.5 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 CashApp = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.413 3.31C17.428 3 16.527 3 14.728 3H9.272c-1.8 0-2.7 0-3.684.31a3.825 3.825 0 00-2.279 2.278C3 6.56 3 7.466 3 9.271v5.453c0 1.803 0 2.703.31 3.688a3.824 3.824 0 002.278 2.278C6.56 21 7.466 21 9.271 21h5.456c1.8 0 2.7 0 3.685-.315a3.824 3.824 0 002.278-2.278c.309-.973.309-1.879.309-3.684V9.274c0-1.803 0-2.703-.31-3.688a3.824 3.824 0 00-2.277-2.278zM15.45 9.693a.356.356 0 01-.506 0l.006.005a3.766 3.766 0 00-2.447-.925c-.742 0-1.482.27-1.482.95 0 .649.678.897 1.505 1.2l.205.075c1.603.554 2.925 1.235 2.925 2.849 0 1.752-1.328 2.953-3.507 3.1l-.197.953a.371.371 0 01-.365.298l-1.364-.011a.373.373 0 01-.358-.453l.209-1.004a4.96 4.96 0 01-2.192-1.238.382.382 0 010-.54l.76-.76a.366.366 0 01.517 0c.731.735 1.676 1.036 2.576 1.036.99 0 1.66-.41 1.66-1.111 0-.615-.55-.822-1.592-1.213l-.35-.131c-1.34-.481-2.609-1.182-2.609-2.813 0-1.884 1.536-2.804 3.347-2.897l.197-.95a.372.372 0 01.36-.299h1.36c.234 0 .409.22.36.453l-.221 1.069a5.55 5.55 0 011.89 1.08c.157.152.166.405.017.546l-.704.73z", fill: "#323544" })); exports.default = CashApp;