UNPKG

@uiw/bootstrap-icons

Version:

Official open source SVG icon library for Bootstrap.

22 lines 803 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; export var MusicNote = props => /*#__PURE__*/_jsxs("svg", _extends({ viewBox: "0 0 20 20", width: "16px", height: "16px" }, props, { className: "btfont " + (props.className ? props.className : ''), children: [/*#__PURE__*/_jsx("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 2z", fillRule: "evenodd" }), ",", /*#__PURE__*/_jsx("path", { d: "M9 3v10H8V3h1z", fillRule: "evenodd" }), ",", /*#__PURE__*/_jsx("path", { d: "M8 2.82a1 1 0 0 1 .804-.98l3-.6A1 1 0 0 1 13 2.22V4L8 5V2.82z", fillRule: "evenodd" })] })); //# sourceMappingURL=MusicNote.js.map