UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 692 B
"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 Nike = (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: "M5.243 8.375c-1.168 1.334-2.785 2.828-3.173 4.692-.612 2.938 2.962 2.858 4.697 2.141 5.105-2.11 10.155-4.353 15.233-6.53-4.937 1.315-9.857 2.699-14.812 3.945-3.545.892-2.855-2.272-1.945-4.248z", fill: "#323544" })); exports.default = Nike;