@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
12 lines • 667 B
TypeScript
import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const GetPocketIconConfig: {
name: 'GetPocketIcon',
height: 512,
width: 448,
svgPath: 'M407.6 64h-367C18.5 64 0 82.5 0 104.6v135.2C0 364.5 99.7 464 224.2 464c124 0 223.8-99.5 223.8-224.2V104.6c0-22.4-17.7-40.6-40.4-40.6zm-162 268.5c-12.4 11.8-31.4 11.1-42.4 0C89.5 223.6 88.3 227.4 88.3 209.3c0-16.9 13.8-30.7 30.7-30.7 17 0 16.1 3.8 105.2 89.3 90.6-86.9 88.6-89.3 105.5-89.3 16.9 0 30.7 13.8 30.7 30.7 0 17.8-2.9 15.7-114.8 123.2z',
yOffset: 0,
xOffset: 0,
};
export declare const GetPocketIcon: React.ComponentClass<SVGIconProps>;
export default GetPocketIcon;