UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 361 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgRhythmFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M2 9h2v12H2zm6-6h2v18H8zm6 9h2v9h-2zm6-6h2v15h-2z" }) })); const Memo = memo(SvgRhythmFill); export default Memo;