UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 523 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgFileVideoLine = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M15 4v4h4v12H5V4zM3.999 2A.995.995 0 0 0 3 2.992v18.016a1 1 0 0 0 .993.992h16.014A1 1 0 0 0 21 20.992V7l-5-5zM15 11.667l-4.88-3.253a.4.4 0 0 0-.621.333v6.505a.4.4 0 0 0 .622.333L15 12.333a.4.4 0 0 0 0-.666" }) })); const Memo = memo(SvgFileVideoLine); export default Memo;