@icongo/vv
Version:
Vivid Icons
38 lines (37 loc) • 1.46 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.VVHeadphone = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var VVHeadphone = function VVHeadphone(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: "M10 21v3h3v-3h-3Zm25 0v3h3v-3h-3Zm-24 3h2v16h-2a5 5 0 0 1-5-5v-6a5 5 0 0 1 5-5Zm24 0h2a5 5 0 0 1 5 5v6a5 5 0 0 1-5 5h-2V24Z",
style: {
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0,
fillRule: "evenodd",
fill: "#ff6e6e"
}
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M35.789 21C34.552 14.817 29.755 10.2 24 10.2S13.448 14.817 12.211 21H10.03C11.425 13.574 17.134 8 24 8s12.575 5.573 13.97 13h-2.181ZM13 24h3v16h-3V24Zm-7 4h3v8H6v-8Zm26-4h3v16h-3V24Zm7 4h3v8h-3v-8Z",
style: {
fill: "#0c0058",
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0,
fillRule: "evenodd"
}
})]
}));
};
exports.VVHeadphone = VVHeadphone;