UNPKG

dathost-remixicon-react

Version:
6 lines (5 loc) 476 B
import { jsx as _jsx } from "react/jsx-runtime"; import { memo } from "react"; const SvgCamera3Fill = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", ...props, children: _jsx("path", { d: "M2 6c0-.552.455-1 .992-1h18.016c.548 0 .992.445.992 1v14c0 .552-.455 1-.992 1H2.992A.994.994 0 0 1 2 20zm12 12a5 5 0 1 0 0-10 5 5 0 0 0 0 10M4 7v2h3V7zm0-5h6v2H4z" }) })); const Memo = memo(SvgCamera3Fill); export default Memo;