@icongo/vv
Version:
Vivid Icons
24 lines • 752 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 VVMove = 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: "m34 30-2-2 2-2h-8v8l2-2 2 2-5 5h-1l-5-5 2-2 2 2v-8h-8l2 2-2 2-5-5v-1l5-5 2 2-2 2h8v-8l-2 2-2-2 5-5h1l5 5-2 2-2-2v8h8l-2-2 2-2 5 5v1Z",
style: {
fillRule: "evenodd",
fill: "#ff6e6e"
}
}), /*#__PURE__*/_jsx("path", {
d: "M19 23v3h4v4h3v-4h4v-3h-4v-4h-3v4h-4Z",
style: {
fill: "#0c0058",
fillRule: "evenodd"
}
})]
}));
export { VVMove };