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