@icongo/li
Version:
LibreICONS Icons
15 lines • 641 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiCancel = 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: "#d50000",
d: "M7 1C3.7 1 1 3.7 1 7s2.7 6 6 6 6-2.7 6-6-2.7-6-6-6zm0 1.333c1.033 0 2 .367 2.8.934L3.267 9.8C2.7 9 2.333 8.033 2.333 7A4.68 4.68 0 0 1 7 2.333zm0 9.334c-1.033 0-2-.367-2.8-.934L10.733 4.2c.567.8.934 1.767.934 2.8A4.68 4.68 0 0 1 7 11.667z"
})
}));
export { LIGuiCancel };