@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 672 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhUiShareAltIconConfig = {
name: 'RhUiShareAltIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M9.293 8.707a.999.999 0 0 1 0-1.414l5.646-5.647a1.501 1.501 0 0 1 2.121 0l5.646 5.646a.999.999 0 1 1-1.414 1.414l-4.293-4.293v18.586a1 1 0 1 1-2 0V4.414l-4.293 4.293a.999.999 0 0 1-1.414 0ZM24.5 14H22a1 1 0 1 0 0 2h2v13H8V16h2a1 1 0 1 0 0-2H7.5c-.827 0-1.5.673-1.5 1.5v14c0 .827.673 1.5 1.5 1.5h17c.827 0 1.5-.673 1.5-1.5v-14c0-.827-.673-1.5-1.5-1.5Z"},
rhUiIcon: null,
};
export const RhUiShareAltIcon = createIconBase(RhUiShareAltIconConfig);
export default RhUiShareAltIcon;