@icongo/vv
Version:
Vivid Icons
32 lines • 1.01 kB
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 VVRadio = 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: "M36.994 35.988H.989v-24h2.919L31.43.89l1.497 3.717-18.305 7.381h22.372z",
style: {
fillRule: "evenodd",
fill: "#ff6e6e"
},
transform: "translate(6 4)"
}), /*#__PURE__*/_jsx("path", {
d: "M33.542 24.785a7.437 7.437 0 1 1-14.872 0 7.438 7.438 0 0 1 7.436-7.439 7.438 7.438 0 0 1 7.436 7.439Z",
style: {
fill: "#0c0058",
fillRule: "evenodd"
},
transform: "translate(6 4)"
}), /*#__PURE__*/_jsx("path", {
d: "M5.002 29.013v-3.019h9.986v3.019H5.002Zm0-9.019h9.986v3.019H5.002v-3.019Z",
style: {
fill: "#fff"
},
transform: "translate(6 4)"
})]
}));
export { VVRadio };