dathost-remixicon-react
Version:
Remix Icon for React
6 lines (5 loc) • 427 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { memo } from "react";
const SvgEqualizer2Fill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M3 7a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0m17 1h-8V6h8zm-6 9a3.5 3.5 0 1 1 7 0 3.5 3.5 0 0 1-7 0m-2-1v2H4v-2z" }) }));
const Memo = memo(SvgEqualizer2Fill);
export default Memo;