UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 846 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 Gatsby = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12 2C6.452 2 2 6.452 2 12s4.452 10 10 10 10-4.452 10-10S17.548 2 12 2zM4.129 12.097l7.742 7.742c-4.226-.032-7.677-3.484-7.742-7.742zm9.645 7.548l-9.42-9.42C5.195 6.743 8.259 4.13 12 4.13a7.896 7.896 0 016.355 3.226l-1.097.968C16.13 6.645 14.161 5.58 12 5.58c-2.774 0-5.129 1.774-6.032 4.225l8.226 8.226c2-.742 3.548-2.42 4.032-4.516h-3.42V12h5.033c.032 3.742-2.613 6.871-6.065 7.645z", fill: "#323544" })); exports.default = Gatsby;