@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 2.26 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LILegalLicenseGpl = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LILegalLicenseGpl = function LILegalLicenseGpl(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: "M6.61 12.996a6.003 6.003 0 0 1-5.583-6.565 6.004 6.004 0 0 1 4.656-5.288 5.842 5.842 0 0 1 1.23-.142 5.922 5.922 0 0 1 3.069.79c.355.205.68.438.991.711a5.996 5.996 0 0 1 2.006 5.014 5.993 5.993 0 0 1-1.238 3.168 6.026 6.026 0 0 1-1.828 1.57 5.967 5.967 0 0 1-2.042.69 4.447 4.447 0 0 1-.832.056h-.43zm.693-.68a5.214 5.214 0 0 0 2.748-.971l.25-.19A5.328 5.328 0 0 0 12.252 6.5a5.328 5.328 0 0 0-1.677-3.41 5.237 5.237 0 0 0-5.363-1.096 5.32 5.32 0 0 0-3.45 4.373 5.34 5.34 0 0 0 .986 3.784 5.267 5.267 0 0 0 3.98 2.166c.07.01.489 0 .574 0zm-3.42-3.329a1.59 1.59 0 0 1-.721-.222 1.664 1.664 0 0 1-.524-.538c-.187-.298-.3-.654-.348-1.106a5.898 5.898 0 0 1-.012-.681c.029-.44.116-.793.274-1.104.225-.444.571-.738 1.01-.859a2.182 2.182 0 0 1 1.607.233l.052.031v.913l-.047-.035c-.316-.238-.645-.367-.968-.378a.929.929 0 0 0-.583.148 1.11 1.11 0 0 0-.232.232c-.173.257-.253.562-.264 1.006-.013.53.088.944.295 1.21a.822.822 0 0 0 .703.325.886.886 0 0 0 .39-.068l.04-.018V7.22H4.05v-.765h1.29v2.12l-.05.032a2.347 2.347 0 0 1-1.293.382H3.88zM6.068 6.7V4.492h.767c.829 0 .806 0 .961.035.146.032.318.108.424.187.268.203.421.498.476.92.013.1.018.386.01.497-.033.405-.154.704-.37.92-.187.187-.436.293-.747.317-.044 0-.218.01-.386.01h-.305v1.53H6.07V6.701zm1.381-.153c.224-.035.36-.194.4-.465.01-.052.01-.094.01-.18a.699.699 0 0 0-.04-.263.441.441 0 0 0-.303-.3l-.054-.017H6.9v1.234h.257c.146 0 .273 0 .296-.01zm1.844.154V4.492h.829v3.554h1.454v.861H9.294V6.7z"
})
}));
};
exports.LILegalLicenseGpl = LILegalLicenseGpl;