@icongo/vv
Version:
Vivid Icons
24 lines • 656 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 VVArrowRight = 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: "M10 26h20l-5 5 3 3 10-10-10-10-3 3 5 5H10v4Z",
style: {
fillRule: "evenodd",
fill: "#ff6e6e"
}
}), /*#__PURE__*/_jsx("path", {
d: "M18 22v4h-8v-4h8Z",
style: {
fill: "#0c0058",
fillRule: "evenodd"
}
})]
}));
export { VVArrowRight };