import { createSvgIcon } from "@material-ui/core/utils"; import React from "react"; const Ballot = createSvgIcon( <> >, "Ballot", ); export default Ballot;