@icongo/vv
Version:
Vivid Icons
26 lines • 1.02 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 VVMusicNote = 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: "M22.957 30.769c-3.3 0-5.975-2.628-5.975-5.871 0-3.242 2.675-5.87 5.975-5.87.436 0 .861.048 1.271.136V7.408l4.703-1.361v18.851c0 3.243-2.675 5.871-5.974 5.871ZM6.94 35c-3.3 0-5.975-2.628-5.975-5.87 0-3.243 2.675-5.871 5.975-5.871.436 0 .861.049 1.271.136V12.043l4.703-1.361v18.526h-.004C12.867 32.414 10.213 35 6.94 35Z",
style: {
fillRule: "evenodd",
fill: "#ff6e6e"
},
transform: "translate(10 7)"
}), /*#__PURE__*/_jsx("path", {
d: "M28.931 6.047V.999L8.211 6.995v5.048z",
style: {
fill: "#0c0058",
fillRule: "evenodd"
},
transform: "translate(10 7)"
})]
}));
export { VVMusicNote };