@icongo/vv
Version:
Vivid Icons
24 lines • 672 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 VVTee = 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: "m37 22-3-3v22H14V19l-3 3-5-5 8.952-10h18.1L42 17Z",
style: {
fillRule: "evenodd",
fill: "#ff6e6e"
}
}), /*#__PURE__*/_jsx("path", {
d: "M18 7h12a6 6 0 0 1-12 0Zm-4 32h20v2H14v-2Z",
style: {
fill: "#0c0058",
fillRule: "evenodd"
}
})]
}));
export { VVTee };