UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 415 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgPlayLargeFill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M6 20.196V3.804a1 1 0 0 1 1.53-.848l13.113 8.196a1 1 0 0 1 0 1.696L7.53 21.044A1 1 0 0 1 6 20.196" }) })); const Memo = memo(SvgPlayLargeFill); export default Memo;