UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 424 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgPlayListLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M2 18h10v2H2zm0-7h14v2H2zm0-7h20v2H2zm17 11.17V9h5v2h-3v7a3 3 0 1 1-2-2.83M18 19a1 1 0 1 0 0-2 1 1 0 0 0 0 2" }) })); const Memo = memo(SvgPlayListLine); export default Memo;