@icongo/li
Version:
LibreICONS Icons
15 lines • 473 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiCheckmark = 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", {
fill: "#43a047",
d: "m1 7.711 3.835 3.804L13 3.351l-.866-.866-7.299 7.299-2.969-2.97z"
})
}));
export { LIGuiCheckmark };