UNPKG

@patternfly/react-icons

Version:
12 lines 595 B
import * as React from 'react'; import { SVGIconProps } from '../createIcon'; export declare const TintIconConfig: { name: 'TintIcon', height: 512, width: 352, svgPath: 'M205.22 22.09c-7.94-28.78-49.44-30.12-58.44 0C100.01 179.85 0 222.72 0 333.91 0 432.35 78.72 512 176 512s176-79.65 176-178.09c0-111.75-99.79-153.34-146.78-311.82zM176 448c-61.75 0-112-50.25-112-112 0-8.84 7.16-16 16-16s16 7.16 16 16c0 44.11 35.89 80 80 80 8.84 0 16 7.16 16 16s-7.16 16-16 16z', yOffset: 0, xOffset: 0, }; export declare const TintIcon: React.ComponentClass<SVGIconProps>; export default TintIcon;