@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 2.83 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIUrn = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIUrn = function LIUrn(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.183 12.913c0-.125.109-.34.222-.44a.665.665 0 0 1 .363-.182c.088-.014.107-.026.092-.061-.077-.18-.096-.317-.066-.464a.723.723 0 0 1 1.021-.524l.101.048.05-.1a.7.7 0 0 1 .655-.387c.155 0 .21.014.329.078a.792.792 0 0 1 .19.138l.047.06.063-.068a.865.865 0 0 1 .448-.215.753.753 0 0 1 .71.382l.054.109a.788.788 0 0 0 .1-.044.73.73 0 0 1 .956.315.58.58 0 0 1 .075.327.901.901 0 0 1-.04.28c-.05.119-.05.115.009.115.121 0 .315.095.432.212.121.122.212.312.212.446V13H6.183v-.087zm-2.348-1.196c-.236-.165-.733-.657-.923-.913a5.828 5.828 0 0 1-1.006-2.375c-.323-1.746.061-3.522 1.045-4.83l.145-.193h5.292l.1.11c.149.165.45.639.6.942a6.1 6.1 0 0 1 .535 1.68c.072.4.1 1.33.053 1.778a6.156 6.156 0 0 1-.597 2.078l-.191.38-.158-.01a1.256 1.256 0 0 0-.861.28c-.14.114-.14.114-.363.114-.255 0-.457.058-.64.185-.255.175-.45.475-.49.753l-.02.142-1.162.01-1.16.01-.199-.138zm2.444-.586a.265.265 0 0 0 .052-.313c-.053-.102-.116-.137-.248-.137-.204 0-.324.238-.208.415.024.037.07.08.103.092.086.037.23.01.301-.058zm1.247-.875c.175-.108.258-.403.165-.582a.453.453 0 0 0-.82 0c-.202.397.272.817.655.58zm-.962-.644c.255-.13.17-.503-.115-.503a.222.222 0 0 0-.188.078c-.113.112-.108.243.012.364.096.096.186.115.291.061zm1.351-1.674V7.7l.097-.032a.774.774 0 0 0 .364-.33.753.753 0 0 0-.001-.592.808.808 0 0 0-.37-.33l-.09-.03V5.91H3.571v.477l-.114.05a.649.649 0 0 0-.392.6.628.628 0 0 0 .362.594l.144.07v.474h4.344v-.238zm-2.292-.535v-.48h-.4v-.266h.4v-.453h.264l.008.22.008.22.194.01.193.01v.262l-.193.01-.194.01-.007.473-.007.473h-.265v-.48zm5.579 3.532a.445.445 0 0 1-.083-.7c.156-.15.343-.18.526-.088.153.078.224.194.236.386.008.135 0 .176-.053.252-.1.145-.19.198-.362.208-.128.01-.171 0-.264-.058zm-1.615-.63c-.06-.034-.126-.163-.126-.247 0-.095.12-.225.225-.245.252-.047.412.262.23.444-.06.06-.102.078-.18.077a.38.38 0 0 1-.149-.028zm-6.979-7.24a6.81 6.81 0 0 1 .805-.43c.56-.258 1.3-.474 1.79-.524l.18-.018v-.41c0-.43.015-.502.129-.605.124-.112.36-.102.504.021l.073.063.014.462.013.46.253.035c.564.075 1.23.282 1.839.572.314.149.746.387.746.411 0 .01-1.442.01-3.204.01-3.022 0-3.201 0-3.142-.047z"
})
}));
};
exports.LIUrn = LIUrn;