@icongo/vv
Version:
Vivid Icons
29 lines • 769 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 VVArrowTop = 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: "M26 38V18l5 5 3-3-10-10-10 10 3 3 5-5v20h4Z",
style: {
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0,
fill: "#ff6e6e",
fillRule: "evenodd"
}
}), /*#__PURE__*/_jsx("path", {
d: "M22 30h4v8h-4z",
style: {
fill: "#0c0058",
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0
}
})]
}));
export { VVArrowTop };