@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 1.62 kB
TypeScript
import { ComponentClass } from 'react';
import { SVGIconProps } from '../createIcon.js';
export declare const RhStandardBasketballIconConfig: {
name: 'RhStandardBasketballIcon',
icon: {"xOffset":0,"yOffset":0,"width":36,"height":36,"svgClassName":"pf-v6-icon-rh-standard","svgPathData":"M18 3.375C9.936 3.375 3.375 9.935 3.375 18S9.935 32.625 18 32.625 32.625 26.065 32.625 18 26.065 3.375 18 3.375Zm13.276 13.066A13.86 13.86 0 0 0 30 16.375c-3.532 0-6.743 1.362-9.166 3.574L18.884 18l8.99-8.989a13.313 13.313 0 0 1 3.402 7.43ZM19.95 20.833c-2.212 2.424-3.574 5.635-3.574 9.167 0 .426.026.852.066 1.276a13.313 13.313 0 0 1-7.43-3.402l8.99-8.99 1.948 1.95ZM18 17.116l-1.95-1.95c2.213-2.423 3.575-5.634 3.575-9.166 0-.426-.027-.852-.066-1.276a13.312 13.312 0 0 1 7.43 3.402L18 17.116Zm.292-12.476c.05.451.083.905.083 1.36 0 3.187-1.221 6.087-3.208 8.283L9.01 8.126c2.378-2.167 5.527-3.501 8.99-3.501.099 0 .194.013.292.015ZM8.126 9.01l6.157 6.157C12.087 17.154 9.187 18.375 6 18.375c-.456 0-.91-.033-1.36-.083-.002-.098-.015-.193-.015-.292 0-3.463 1.334-6.612 3.5-8.99ZM4.724 19.56c.423.038.85.065 1.276.065 3.532 0 6.743-1.362 9.167-3.574L17.116 18l-8.99 8.99a13.313 13.313 0 0 1-3.402-7.43Zm12.984 11.8a12.53 12.53 0 0 1-.083-1.36c0-3.187 1.221-6.087 3.208-8.283l6.157 6.157c-2.378 2.167-5.527 3.501-8.99 3.501-.099 0-.194-.013-.292-.015Zm10.166-4.37-6.157-6.157c2.196-1.986 5.096-3.208 8.283-3.208.456 0 .91.033 1.36.083.002.098.015.193.015.292 0 3.463-1.334 6.612-3.5 8.99Z"},
rhUiIcon: null,
};
export declare const RhStandardBasketballIcon: ComponentClass<SVGIconProps>;
export default RhStandardBasketballIcon;