@icongo/vv
Version:
Vivid Icons
30 lines • 1.06 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 VVHeadphone = 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: "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__*/_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"
}
})]
}));
export { VVHeadphone };