import * as React from 'react'; import { createSvgIcon } from '../utils/createSvgIcon'; export const FilesPhotoshopIcon = createSvgIcon({ svg: ({ classes }) => ( ), displayName: 'FilesPhotoshopIcon', });