UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 953 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 Gridsome = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12.026.017l-.108.001C4.905.135-.102 5.975.002 11.956.025 19.286 6.02 24.13 12.083 23.98c7.208-.2 12.323-6.461 11.892-12.05a2.197 2.197 0 00-2.192-2.001h-3.15a2.155 2.155 0 00-2.161 2.147c0 1.187.967 2.148 2.16 2.148h.788c-.87 2.791-3.62 5.455-7.44 5.56-3.803.095-7.61-2.904-7.768-7.569a2.173 2.173 0 000-.159c-.148-3.72 2.895-7.637 7.88-7.845a2.096 2.096 0 002.003-2.183 2.095 2.095 0 00-2.07-2.011zm-.018 9.911a2.15 2.15 0 00-2.146 2.151 2.15 2.15 0 002.146 2.152 2.15 2.15 0 002.147-2.152 2.15 2.15 0 00-2.147-2.15z" })); exports.default = Gridsome;