@icongo/li
Version:
LibreICONS Icons
15 lines • 781 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiCheckNo = 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: "red",
d: "M13 10.657q0 .404-.283.686l-1.374 1.374q-.282.283-.686.283t-.687-.283L7 9.747l-2.97 2.97Q3.747 13 3.343 13q-.404 0-.686-.283l-1.374-1.374Q1 11.061 1 10.657t.283-.687L4.253 7l-2.97-2.97Q1 3.747 1 3.343q0-.404.283-.686l1.374-1.374Q2.939 1 3.343 1t.687.283L7 4.253l2.97-2.97Q10.253 1 10.657 1q.404 0 .686.283l1.374 1.374q.283.282.283.686t-.283.687L9.747 7l2.97 2.97q.283.283.283.687z"
})
}));
export { LIGuiCheckNo };