import createSvgIcon from "@material-ui/icons/utils/createSvgIcon"; import React from "react"; export const Webhooks = createSvgIcon( <> ); Webhooks.displayName = "Webhooks"; export default Webhooks;