UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.05 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 Formik = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M20.545 10.294l-2.753-1.582.001-3.3 2.753 1.582zm-.001 3.59l-2.752-1.582V9.15l2.753 1.582zm.026 3.632l-2.786-1.601.001-3.153 2.786 1.601zm-7.152-6.507l3.998-2.298V5.56l-3.997 2.298zm-2.475 4.983l6.457-3.711V9.128l-6.457 3.712zM6.6 22.135l10.823-6.221v-3.152l-10.822 6.22zM9.59 24l-2.77-1.593 10.784-6.201 2.77 1.593zM3.455 13.777l2.753 1.583-.001 3.36-2.753-1.582zm.001-3.59l2.752 1.583v3.153L3.454 13.34zm-.026-3.61l2.786 1.6-.001 3.154-2.786-1.602zm7.151 6.485L6.584 15.36v3.152l3.997-2.298zm2.476-4.983L6.599 11.79v3.153l6.457-3.712zm4.358-6.152L6.577 8.157v3.152l10.838-6.23zM14.534 0l2.77 1.593L6.396 7.865l-2.77-1.593z" })); exports.default = Formik;