// This is a generated file from running the "createIcons" script. This file should not be updated manually. import React, { forwardRef } from "react"; import { FontIcon, FontIconProps } from "@react-md/icon"; export default forwardRef( function PauseCircleFilledFontIcon(props, ref) { return ( pause_circle_filled ); } );