@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.4 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiTags = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiTags = function LIGuiTags(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: "M3.831 4.235q0-.335-.237-.571-.237-.237-.572-.237-.335 0-.572.237-.237.236-.237.571 0 .335.237.572.237.237.572.237.335 0 .572-.237.237-.237.237-.572zm6.742 3.64q0 .335-.233.569l-3.103 3.109q-.246.234-.575.234-.335 0-.569-.234L1.575 7.028q-.24-.233-.408-.638Q1 5.986 1 5.65V3.023q0-.328.24-.569.24-.24.569-.24h2.629q.335 0 .739.168.404.167.644.407L10.34 7.3q.233.247.233.575zm2.427 0q0 .335-.234.569l-3.102 3.109q-.247.234-.576.234-.227 0-.372-.089-.146-.088-.335-.284l2.97-2.97q.234-.234.234-.569 0-.328-.234-.575L6.833 2.788q-.24-.24-.645-.407-.404-.168-.74-.168h1.416q.335 0 .74.168.404.167.644.407L12.766 7.3q.234.247.234.575z"
})
}));
};
exports.LIGuiTags = LIGuiTags;