UNPKG

@icongo/vv

Version:
32 lines (31 loc) 1.12 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.VVMove = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var VVMove = function VVMove(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 48 48" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.jsx)("path", { d: "M19 23v3h4v4h3v-4h4v-3h-4v-4h-3v4h-4Z", style: { fill: "#0c0058", fillRule: "evenodd" } })] })); }; exports.VVMove = VVMove;