UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 889 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 Gitpod = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M14.033 1.195a2.387 2.387 0 01-.87 3.235l-6.98 4.04a.602.602 0 00-.3.522v6.342a.6.6 0 00.3.521l5.524 3.199a.585.585 0 00.586 0l5.527-3.199a.603.603 0 00.299-.52V11.39l-4.969 2.838a2.326 2.326 0 01-3.19-.9 2.388 2.388 0 01.89-3.23l7.108-4.062C20.123 4.8 22.8 6.384 22.8 8.901v6.914a4.524 4.524 0 01-2.245 3.919l-6.345 3.672a4.407 4.407 0 01-4.422 0l-6.344-3.672A4.524 4.524 0 011.2 15.816V8.51a4.524 4.524 0 012.245-3.918l7.393-4.28a2.326 2.326 0 013.195.883z" })); exports.default = Gitpod;