@icongo/vv
Version:
Vivid Icons
24 lines • 644 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 VVFlag = 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: "m31 25 8 8H18v-5h-5V10h14v7h12Z",
style: {
fillRule: "evenodd",
fill: "#ff6e6e"
}
}), /*#__PURE__*/_jsx("path", {
d: "M9 8h4v35H9V8Zm17 20-8 5v-5h8Z",
style: {
fill: "#0c0058",
fillRule: "evenodd"
}
})]
}));
export { VVFlag };