import * as React from 'react'; import AccessibleSVG from '../accessible-svg'; import { TwoTonedIcon } from '../iconTypes'; const IconPowerPointOnline = ({ className = '', height = 30, title, width = 30 }: TwoTonedIcon) => ( ); export default IconPowerPointOnline;