@icongo/vv
Version:
Vivid Icons
24 lines • 735 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var VVClose = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
d: "m35 32-3 3-7.5-7.5L17 35l-3-3 7.5-7.5L14 17l3-3 7.5 7.5L32 14l3 3-7.5 7.5Z",
style: {
fillRule: "evenodd",
fill: "#ff6e6e"
}
}), /*#__PURE__*/_jsx("path", {
d: "m20 32-3 3-3-3 3-3Zm15-15-3 3-3-3 3-3Zm-6 15 3 3 3-3-3-3ZM14 17l3 3 3-3-3-3Z",
style: {
fill: "#0c0058",
fillRule: "evenodd"
}
})]
}));
export { VVClose };