UNPKG

@patternfly/react-icons

Version:
11 lines (8 loc) 1.1 kB
import { createIconBase } from '../createIcon.js'; export const RhUiScaleBalancedIconConfig = { name: 'RhUiScaleBalancedIcon', icon: {"xOffset":0,"yOffset":0,"width":32,"height":32,"svgPathData":"M20.02 18.193C20.124 20.859 22.31 23 25 23s4.877-2.141 4.98-4.807l.001-.014c.002-.061.018-.117.018-.179 0-.037-.017-.068-.021-.104-.004-.035.007-.069-.001-.104L27.631 6.758A.982.982 0 0 0 27.998 6a1 1 0 0 0-1-1h-10V2a1 1 0 1 0-2 0v3H5a1 1 0 0 0-1 1c0 .309.148.574.367.758L2.021 17.792c-.008.036.003.069-.001.104-.004.036-.021.067-.021.104 0 .061.016.118.018.179l.001.014C2.122 20.859 4.308 23 6.998 23s4.877-2.141 4.98-4.807l.001-.014c.002-.061.018-.117.018-.179 0-.037-.017-.068-.021-.104-.004-.035.007-.069-.001-.104L9.681 7h5.316v20H3a1 1 0 1 0 0 2h25a1 1 0 1 0 0-2H17V7h5.316l-2.294 10.792c-.008.036.003.069-.001.104-.004.036-.021.067-.021.104 0 .061.016.118.018.179l.001.014ZM9.765 17h-5.53L6.361 7H7.64l2.126 10ZM25.64 7l2.126 10h-5.53l2.126-10h1.279Z"}, rhUiIcon: null, }; export const RhUiScaleBalancedIcon = createIconBase(RhUiScaleBalancedIconConfig); export default RhUiScaleBalancedIcon;