UNPKG

@icongo/li

Version:
26 lines (25 loc) 1.45 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LIGuiUnlink = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LIGuiUnlink = function LIGuiUnlink(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("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: "M5.375 7.75c-.275.3-.675.5-1.125.5H3.5c-.825 0-1.5-.675-1.5-1.5s.675-1.5 1.5-1.5h.75c.45 0 .85.2 1.125.5H6.55a2.513 2.513 0 0 0-2.3-1.5H3.5C2.125 4.25 1 5.375 1 6.75s1.125 2.5 2.5 2.5h.75c1.025 0 1.9-.625 2.3-1.5H5.375zm5.125-3.5h-.75c-1.025 0-1.9.625-2.3 1.5h1.175c.275-.3.675-.5 1.125-.5h.75c.825 0 1.5.675 1.5 1.5s-.675 1.5-1.5 1.5h-.75c-.45 0-.85-.2-1.125-.5H7.45a2.513 2.513 0 0 0 2.3 1.5h.75c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "red", d: "m5 2.5 1.525 2.025.325-.2L5.875 2zm4 0L7.475 4.525l-.325-.2L8.125 2zm0 9L7.475 9.475l-.325.2L8.125 12zm-4 0 1.525-2.025.325.2L5.875 12z" })] })); }; exports.LIGuiUnlink = LIGuiUnlink;