@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 669 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhUiShareAltFillIconConfig = {
name: 'RhUiShareAltFillIcon',
icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M26 15.5v14c0 .827-.673 1.5-1.5 1.5h-17c-.827 0-1.5-.673-1.5-1.5v-14c0-.827.673-1.5 1.5-1.5h7.375v10a1.125 1.125 0 0 0 2.25 0V14H24.5c.827 0 1.5.673 1.5 1.5ZM10.707 8.707 15 4.414V14h2V4.414l4.293 4.293a.997.997 0 0 0 1.414 0 .999.999 0 0 0 0-1.414l-5.646-5.646a1.501 1.501 0 0 0-2.121 0L9.294 7.293a.999.999 0 1 0 1.414 1.414Z"},
rhUiIcon: null,
};
export const RhUiShareAltFillIcon = createIconBase(RhUiShareAltFillIconConfig);
export default RhUiShareAltFillIcon;