@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 751 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhUiImageIconConfig = {
name: 'RhUiImageIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M29.5 3h-27C1.673 3 1 3.673 1 4.5v23c0 .827.673 1.5 1.5 1.5h27c.827 0 1.5-.673 1.5-1.5v-23c0-.827-.673-1.5-1.5-1.5ZM29 27H3V5h26v22ZM18 11c0-1.654 1.346-3 3-3s3 1.346 3 3-1.346 3-3 3-3-1.346-3-3ZM5 23.75V16c0-.266.105-.52.293-.707l3.812-3.812c.243-.243.592-.391.923-.365.344.011.671.164.897.422l7.117 8.006 3.073-3.073a1.25 1.25 0 0 1 1.768 0l3.823 3.823a.997.997 0 0 1 .293.707v2.75c0 .689-.561 1.25-1.25 1.25H6.25c-.689 0-1.25-.561-1.25-1.25Z"},
rhUiIcon: null,
};
export const RhUiImageIcon = createIconBase(RhUiImageIconConfig);
export default RhUiImageIcon;