UNPKG

@patternfly/react-icons

Version:
11 lines (8 loc) 928 B
import { createIconBase } from '../createIcon.js'; export const RhStandardPhoneIconConfig = { name: 'RhStandardPhoneIcon', icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":"m29.91 27.13-5-5a.62.62 0 0 0-.89 0l-2.56 2.56-8.11-8.12L15.91 14a.63.63 0 0 0 0-.88l-5-5a.62.62 0 0 0-.89 0l-2.46 2.47a5.63 5.63 0 0 0 0 8l11.93 11.89a5.64 5.64 0 0 0 8 0L29.91 28a.63.63 0 0 0 0-.87Zm-3.35 2.46a4.36 4.36 0 0 1-6.19 0L8.44 17.66a4.37 4.37 0 0 1 0-6.18l2-2 4.12 4.11L12 16.13a.63.63 0 0 0 0 .87l9 9a.62.62 0 0 0 .89 0l2.55-2.55 4.12 4.11ZM13.54 8.12a2.38 2.38 0 0 1 2.37 2.38.63.63 0 0 0 1.25 0 3.63 3.63 0 0 0-3.62-3.62.62.62 0 1 0 0 1.24Zm1-3a4.38 4.38 0 0 1 4.37 4.38.63.63 0 0 0 1.25 0 5.62 5.62 0 0 0-5.62-5.62.62.62 0 1 0 0 1.24Z"}, rhUiIcon: null, }; export const RhStandardPhoneIcon = createIconBase(RhStandardPhoneIconConfig); export default RhStandardPhoneIcon;