@icongo/li
Version:
LibreICONS Icons
14 lines • 655 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiPluginCaptionit = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_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"
})
}));
export { LIGuiPluginCaptionit };