@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.23 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIMusicPiano = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIMusicPiano = function LIMusicPiano(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M9.305 7.005c-.798-.32-1.507-1.723-1.885-2.7-.747-1.934-1.475-3.104-3.576-3.054C1.158 1.314 1 3.81 1 3.81v8.314c0 .346.281.627.627.627h10.5c.345 0 .689-.274.743-.616.22-1.398.468-4.694-2.044-4.82a4.708 4.708 0 0 1-1.52-.31zm2.879 5.146H1.505V9.813h.616v1.714h.664V9.813h.545v1.714h.663V9.813h.545v1.714h.663V9.813h.545v1.714h.664V9.813h.545v1.714h.663V9.813h.545v1.714h.663V9.813h.546v1.714h.663V9.813h.545v1.714h.663V9.813h.94v2.338h.001z"
})
}));
};
exports.LIMusicPiano = LIMusicPiano;