UNPKG

@patternfly/react-icons

Version:
11 lines (8 loc) 785 B
import { createIconBase } from '../createIcon.js'; export const RhStandardKeyIconConfig = { name: 'RhStandardKeyIcon', icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":[{"path":"M21.62 21v-3.38a7.13 7.13 0 1 0-6.24.48V29a.59.59 0 0 0 .18.44l2 2a.63.63 0 0 0 .88 0l2-2a.59.59 0 0 0 .18-.44v-2.74l1.82-1.82a.61.61 0 0 0 0-.88L20.88 22l.56-.56a.59.59 0 0 0 .18-.44Zm-.5 3-1.56 1.56a.59.59 0 0 0-.18.44v2.74L18 30.12l-1.38-1.38v-11a.67.67 0 0 0-.43-.6 5.88 5.88 0 1 1 4.52-.38.68.68 0 0 0-.33.56v3.47l-.82.82a.61.61 0 0 0 0 .88Z"},{"path":"M18 7.38a.63.63 0 1 0 .62.63.63.63 0 0 0-.62-.63Z"}]}, rhUiIcon: null, }; export const RhStandardKeyIcon = createIconBase(RhStandardKeyIconConfig); export default RhStandardKeyIcon;