@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.08 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiPluginCaptionit = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiPluginCaptionit = function LIGuiPluginCaptionit(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: "M8.781 11.11 7 11.469l.36-1.781 1.42 1.422ZM7.713 9.334l1.422 1.423L13 6.892l-1.422-1.423-3.865 3.865ZM6.258 9.5l2.255-2.38L7.5 5.5l-1.26 2L5 6.52 3 9.5h3.258ZM4.5 5.25a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0Zm1.676 5.25H2v-7h9v1.156h1V2.5H1v9h4.984l.192-1z"
})
}));
};
exports.LIGuiPluginCaptionit = LIGuiPluginCaptionit;