import React from "react"; import SvgIcon from "./base"; function Camera({ className = "" }) { return ( ); } export default Camera;