import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgDiscFull: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgDiscFull; //# sourceMappingURL=DiscFull.d.ts.map