doly-icons
Version:
React icon component based on Bootstrap Icons
9 lines (8 loc) • 772 B
JavaScript
import { __assign } from "tslib";
import React from 'react';
import IconBase from '../icon/IconBase';
var MusicNote = function (props) { return (React.createElement(IconBase, __assign({ "aria-label": "music-note" }, props, { renderChild: function (childProps) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 16 16" }, childProps),
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 0 1 .804-.98l3-.6A1 1 0 0 1 13 2.22V4L8 5z" }))); } }))); };
export default MusicNote;