@icongo/vv
Version:
Vivid Icons
40 lines (39 loc) • 1.42 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.VVRadio = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var VVRadio = function VVRadio(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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)"
})]
}));
};
exports.VVRadio = VVRadio;