UNPKG

@patternfly/react-icons

Version:
11 lines (8 loc) 601 B
import { createIconBase } from '../createIcon.js'; export const RhUiImportIconConfig = { name: 'RhUiImportIcon', icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M30 3.5v25c0 .827-.673 1.5-1.5 1.5H26a1 1 0 1 1 0-2h2V4h-2a1 1 0 1 1 0-2h2.5c.827 0 1.5.673 1.5 1.5ZM15.707 6.293a.999.999 0 1 0-1.414 1.414L21.586 15H3a1 1 0 1 0 0 2h18.586l-7.293 7.293a.999.999 0 1 0 1.414 1.414l8.646-8.646c.283-.283.439-.66.439-1.061s-.156-.777-.439-1.061l-8.646-8.646Z"}, rhUiIcon: null, }; export const RhUiImportIcon = createIconBase(RhUiImportIconConfig); export default RhUiImportIcon;