iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 973 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const MusicNoteList = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-music-note-list", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M12 13c0 1.105-1.12 2-2.5 2S7 14.105 7 13s1.12-2 2.5-2 2.5.895 2.5 2" }),
React.createElement("path", { fillRule: "evenodd", d: "M12 3v10h-1V3z" }),
React.createElement("path", { d: "M11 2.82a1 1 0 01.804-.98l3-.6A1 1 0 0116 2.22V4l-5 1z" }),
React.createElement("path", { fillRule: "evenodd", d: "M0 11.5a.5.5 0 01.5-.5H4a.5.5 0 010 1H.5a.5.5 0 01-.5-.5m0-4A.5.5 0 01.5 7H8a.5.5 0 010 1H.5a.5.5 0 01-.5-.5m0-4A.5.5 0 01.5 3H8a.5.5 0 010 1H.5a.5.5 0 01-.5-.5" }));
exports.default = MusicNoteList;