@icongo/li
Version:
LibreICONS Icons
14 lines • 580 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiSpellcheck = 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: "M6.836 8.899h1.221L5.072 1.304H3.985L1 8.899h1.221l.654-1.753H6.17L6.836 8.9zM3.32 5.978l1.21-3.225 1.21 3.225H3.32zm8.857.344L7.45 11.05 5.306 8.9l-.824.823 2.974 2.974L13 7.146l-.824-.824Z"
})
}));
export { LIGuiSpellcheck };