@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.29 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiGitCompare = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiGitCompare = function LIGuiGitCompare(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: "M11.442 9.35V4.701c0-2.227-2.22-2.221-2.22-2.221H8.48V1L6.26 3.221l2.22 2.221v-1.48h.74c.653 0 .74.74.74.74v4.647c-.441.257-.74.728-.74 1.276a1.481 1.481 0 0 0 2.962 0c0-.547-.3-1.02-.74-1.276zm-.74 2.015a.74.74 0 1 1 0-1.481.74.74 0 0 1 0 1.481zM2.558 4.651v4.647c0 2.227 2.22 2.221 2.22 2.221h.741V13l2.22-2.22-2.22-2.222v1.48h-.74c-.653 0-.74-.74-.74-.74V4.651c.441-.257.74-.728.74-1.276a1.481 1.481 0 0 0-2.962 0c0 .547.3 1.02.74 1.276zm.74-.504a.74.74 0 1 1 0-1.48.74.74 0 0 1 0 1.48z"
})
}));
};
exports.LIGuiGitCompare = LIGuiGitCompare;