iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 730 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 MusicNote = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-music-note", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M9 13c0 1.105-1.12 2-2.5 2S4 14.105 4 13s1.12-2 2.5-2 2.5.895 2.5 2" }),
React.createElement("path", { fillRule: "evenodd", d: "M9 3v10H8V3z" }),
React.createElement("path", { d: "M8 2.82a1 1 0 01.804-.98l3-.6A1 1 0 0113 2.22V4L8 5z" }));
exports.default = MusicNote;