@icongo/pp
Version:
Pepicons Icons
35 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 PPMusicNoteDouble = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 20 20"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M6.75 3.81a1 1 0 0 1 .906-.996l9-.846a1 1 0 0 1 1.094.996v2.181a1 1 0 0 1-.901.995l-9 .893a1 1 0 0 1-1.099-.995V3.81Z",
clipRule: "evenodd"
}), /*#__PURE__*/_jsx("ellipse", {
cx: 14.75,
cy: 15,
fill: "currentColor",
rx: 3,
ry: 2.5
}), /*#__PURE__*/_jsx("ellipse", {
cx: 5.75,
cy: 16,
fill: "currentColor",
rx: 3,
ry: 2.5
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M15.75 5h2v10h-2V5Zm-9 1h2v10h-2V6Z",
clipRule: "evenodd"
})]
}));
export { PPMusicNoteDouble };