Files

4 lines
124 B
TypeScript
Raw Permalink Normal View History

import { IconDefinition } from '../types';
declare const PoweroffOutlined: IconDefinition;
export default PoweroffOutlined;