UNPKG

@icongo/li

Version:
23 lines (22 loc) 1.34 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiGitBranch = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiGitBranch = function LIGuiGitBranch(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", viewBox: "0 0 14 14" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M9.572 2.714a1.708 1.708 0 0 0-.857 3.191v.238s0 1.714-1.715 1.714c-.71 0-1.267.153-1.714.386V4.19c.511-.297.857-.844.857-1.477a1.715 1.715 0 0 0-3.429 0c0 .633.346 1.18.857 1.477v5.62a1.706 1.706 0 0 0-.857 1.477 1.715 1.715 0 0 0 3.429 0c0-.45-.177-.854-.459-1.16.25-.307.655-.555 1.316-.555 3.402 0 3.429-3.428 3.429-3.428v-.238a1.708 1.708 0 0 0-.858-3.191zM4.43 1.857a.856.856 0 1 1 0 1.714.856.856 0 1 1 0-1.714zm0 10.286a.856.856 0 1 1-.002-1.713.856.856 0 0 1 .002 1.713zm5.142-6.858a.856.856 0 1 1-.001-1.712.856.856 0 0 1 .001 1.712z" }) })); }; exports.LIGuiGitBranch = LIGuiGitBranch;