@icongo/li
Version:
LibreICONS Icons
14 lines • 601 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiPluginAria = 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: "M7 1a1.125 1.125 0 1 0 0 2.25A1.125 1.125 0 0 0 7 1zM1.912 2.389l-.28.697 3.866 1.668v3.002l-1.539 4.978.703.266L6.84 8.13h.322L9.338 13l.703-.266-1.539-4.98v-3l3.865-1.668-.28-.697-4.712 1.613h-.75L1.912 2.389z"
})
}));
export { LIGuiPluginAria };