UNPKG

@uiw/bootstrap-icons

Version:

Official open source SVG icon library for Bootstrap.

40 lines (33 loc) 1.54 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.MusicNoteList = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _react = _interopRequireDefault(require("react")); var _jsxRuntime = require("react/jsx-runtime"); var MusicNoteList = function MusicNoteList(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ viewBox: "0 0 20 20", width: "16px", height: "16px" }, props), {}, { className: "btfont ".concat(props.className ? props.className : ''), children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("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 2z", fillRule: "evenodd" }), ",", /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M12 3v10h-1V3h1z", fillRule: "evenodd" }), ",", /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M11 2.82a1 1 0 0 1 .804-.98l3-.6A1 1 0 0 1 16 2.22V4l-5 1V2.82z", fillRule: "evenodd" }), ",", /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M0 11.5a.5.5 0 0 1 .5-.5H4a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5zm0-4A.5.5 0 0 1 .5 7H8a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5zm0-4A.5.5 0 0 1 .5 3H8a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5z", fillRule: "evenodd" })] })); }; exports.MusicNoteList = MusicNoteList; //# sourceMappingURL=MusicNoteList.js.map