UNPKG

doly-icons

Version:

React icon component based on Bootstrap Icons

12 lines (11 loc) 1.26 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var react_1 = tslib_1.__importDefault(require("react")); var IconBase_1 = tslib_1.__importDefault(require("../icon/IconBase")); var MusicNoteList = function (props) { return (react_1.default.createElement(IconBase_1.default, tslib_1.__assign({ "aria-label": "music-note-list" }, props, { renderChild: function (childProps) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, childProps), react_1.default.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_1.default.createElement("path", { fillRule: "evenodd", d: "M12 3v10h-1V3z" }), react_1.default.createElement("path", { d: "M11 2.82a1 1 0 0 1 .804-.98l3-.6A1 1 0 0 1 16 2.22V4l-5 1z" }), react_1.default.createElement("path", { fillRule: "evenodd", 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-.5m0-4A.5.5 0 0 1 .5 7H8a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5m0-4A.5.5 0 0 1 .5 3H8a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5" }))); } }))); }; exports.default = MusicNoteList;