UNPKG

@icongo/pp

Version:
43 lines (42 loc) 1.47 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.PPMusicNoteDouble = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var PPMusicNoteDouble = function PPMusicNoteDouble(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.jsx)("ellipse", { cx: 14.75, cy: 15, fill: "currentColor", rx: 3, ry: 2.5 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("ellipse", { cx: 5.75, cy: 16, fill: "currentColor", rx: 3, ry: 2.5 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "currentColor", fillRule: "evenodd", d: "M15.75 5h2v10h-2V5Zm-9 1h2v10h-2V6Z", clipRule: "evenodd" })] })); }; exports.PPMusicNoteDouble = PPMusicNoteDouble;