UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1 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 Goland = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M0 0v24h24V0zm6.764 3a5.448 5.448 0 013.892 1.356L9.284 6.012A3.652 3.652 0 006.696 5c-1.6 0-2.844 1.4-2.844 3.08v.028c0 1.812 1.244 3.14 3 3.14a3.468 3.468 0 002.048-.596V9.228H6.708v-1.88H11v4.296a6.428 6.428 0 01-4.228 1.572c-3.076 0-5.196-2.164-5.196-5.092v-.028A5.08 5.08 0 016.764 3zm10.432 0c3.052 0 5.244 2.276 5.244 5.088v.028a5.116 5.116 0 01-5.272 5.12c-3.056-.02-5.248-2.296-5.248-5.112v-.028A5.116 5.116 0 0117.196 3zm-.028 2A2.96 2.96 0 0014.2 8.068v.028a3.008 3.008 0 003 3.112 2.96 2.96 0 002.964-3.084v-.028A3.004 3.004 0 0017.168 5zM2.252 19.5h9V21h-9z" })); exports.default = Goland;