UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 971 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 TestIcon = (props) => React.createElement("svg", { "aria-label": "test icon", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M17.505 3.645l-1.383 1.382a8.064 8.064 0 0 0-4.117-1.122A8.097 8.097 0 0 0 3.905 12a8.097 8.097 0 0 0 8.1 8.095 8.097 8.097 0 0 0 7.591-10.921L21.05 7.72A9.958 9.958 0 0 1 22.01 12c0 5.523-4.48 10-10.005 10C6.479 22 2 17.523 2 12S6.48 2 12.005 2a9.96 9.96 0 0 1 5.5 1.645zm-2.789 2.788L13.25 7.898a4.287 4.287 0 1 0 3.013 4.607l1.8-1.799a6.192 6.192 0 0 1-6.058 7.484A6.192 6.192 0 0 1 5.81 12a6.192 6.192 0 0 1 8.905-5.568zm-2.919 5.422l8.855-8.85 1.347 1.346-9.994 9.948-3.056-3.054 1.347-1.347 1.501 1.956z" })); exports.default = TestIcon;