UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 524 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgFolderVideoLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M4 19V5h5.586l2 2H20v12zM21 5h-8.586l-2-2H3a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1m-6 7.667-4.878-3.253a.4.4 0 0 0-.622.333v6.505a.4.4 0 0 0 .622.333L15 13.333a.4.4 0 0 0 0-.666" }) })); const Memo = memo(SvgFolderVideoLine); export default Memo;