@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.91 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const BalanceScaleIconConfig: {
name: 'BalanceScaleIcon',
icon: {"xOffset":0,"yOffset":0,"width":640,"height":512,"svgPathData":"M256 336h-.02c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0C-2.06 328.75.02 320.33.02 336H0c0 44.18 57.31 80 128 80s128-35.82 128-80zM128 176l72 144H56l72-144zm511.98 160c0-16.18 1.34-8.73-85.05-181.51-17.65-35.29-68.19-35.36-85.87 0-87.12 174.26-85.04 165.84-85.04 181.51H384c0 44.18 57.31 80 128 80s128-35.82 128-80h-.02zM440 320l72-144 72 144H440zm88 128H352V153.25c23.51-10.29 41.16-31.48 46.39-57.25H528c8.84 0 16-7.16 16-16V48c0-8.84-7.16-16-16-16H383.64C369.04 12.68 346.09 0 320 0s-49.04 12.68-63.64 32H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h129.61c5.23 25.76 22.87 46.96 46.39 57.25V448H112c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h416c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z"},
rhUiIcon: {"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"},
};
export declare const BalanceScaleIcon: ComponentClass<SVGIconProps>;
export default BalanceScaleIcon;