@icongo/vv
Version:
Vivid Icons
30 lines • 821 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 VVAngleTop = 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: "m9 30 15-15 15 15-3 3-12-12-12 12Z",
style: {
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0,
fillRule: "evenodd",
fill: "#ff6e6e"
}
}), /*#__PURE__*/_jsx("path", {
d: "m17.5 27.5-3-3L9 30l3 3Zm13 0L36 33l3-3-5.5-5.5Z",
style: {
fill: "#0c0058",
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0,
fillRule: "evenodd"
}
})]
}));
export { VVAngleTop };