@icongo/li
Version:
LibreICONS Icons
14 lines • 763 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiClose = 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: "M12 10.047q0 .337-.236.573l-1.144 1.144q-.236.236-.573.236-.337 0-.572-.236L7 9.29l-2.475 2.474Q4.29 12 3.953 12q-.337 0-.573-.236L2.236 10.62Q2 10.384 2 10.047t.236-.572L4.71 7 2.236 4.525Q2 4.29 2 3.953q0-.337.236-.573L3.38 2.236Q3.616 2 3.953 2t.572.236L7 4.71l2.475-2.474Q9.71 2 10.047 2q.337 0 .573.236l1.144 1.144q.236.236.236.573t-.236.572L9.29 7l2.474 2.475q.236.235.236.572z"
})
}));
export { LIGuiClose };