UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.2 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 Elegoo = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12.686 7.479c.54.829 1.032 1.665 1.476 2.505.64-1.217 1.849-2.086 3.328-2.086 2.217 0 3.826 1.954 3.826 4.102 0 2.149-1.609 4.102-3.826 4.102-.656 0-1.26-.171-1.784-.467l-.001-.001a3.975 3.975 0 01-1.509-1.553c-.484-.804-.725-1.706-.991-2.657-.598-2.134-1.252-3.773-3.194-4.988a6.562 6.562 0 00-3.501-.985C2.815 5.451 0 8.323 0 12c0 3.727 2.761 6.549 6.51 6.549 1.955 0 3.639-.766 4.805-2.027a30.744 30.744 0 01-1.477-2.505c-.641 1.217-1.849 2.085-3.328 2.085-2.218 0-3.827-1.953-3.827-4.102 0-2.148 1.609-4.102 3.827-4.102.655 0 1.26.171 1.783.469h.001c.635.36 1.154.904 1.509 1.553.574.951.807 2.041 1.144 3.188.555 1.89 1.285 3.339 3.002 4.432a6.547 6.547 0 003.541 1.009c3.694 0 6.51-2.872 6.51-6.549 0-3.727-2.76-6.549-6.51-6.549-1.954 0-3.64.766-4.804 2.028z" })); exports.default = Elegoo;