@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 878 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const RhStandardSingleSignOnIconConfig = {
name: 'RhStandardSingleSignOnIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M31 29.38h-7.46a2.62 2.62 0 1 0 0 1.24h2.84V32a.62.62 0 0 0 1.24 0v-1.38h.76V32a.62.62 0 0 0 1.24 0v-1.38h.76V31a.62.62 0 0 0 1.24 0v-1a.62.62 0 0 0-.62-.62Z"},{"path":"M18 18.62a12.35 12.35 0 0 1 11.78 8.57.62.62 0 0 0 .79.4.62.62 0 0 0 .4-.78 13.58 13.58 0 0 0-9.63-9 7.12 7.12 0 1 0-6.66 0A13.63 13.63 0 0 0 4.38 31a.62.62 0 0 0 .62.62h11a.62.62 0 0 0 0-1.24H5.64A12.4 12.4 0 0 1 18 18.62Zm-5.88-7.12A5.88 5.88 0 1 1 18 17.38a5.89 5.89 0 0 1-5.88-5.88Z"}]},
rhUiIcon: null,
};
export const RhStandardSingleSignOnIcon = createIconBase(RhStandardSingleSignOnIconConfig);
export default RhStandardSingleSignOnIcon;