@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
12 lines • 552 B
TypeScript
import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const Css3AltIconConfig: {
name: 'Css3AltIcon',
height: 512,
width: 384,
svgPath: 'M0 32l34.9 395.8L192 480l157.1-52.2L384 32H0zm313.1 80l-4.8 47.3L193 208.6l-.3.1h111.5l-12.8 146.6-98.2 28.7-98.8-29.2-6.4-73.9h48.9l3.2 38.3 52.6 13.3 54.7-15.4 3.7-61.6-166.3-.5v-.1l-.2.1-3.6-46.3L193.1 162l6.5-2.7H76.7L70.9 112h242.2z',
yOffset: 0,
xOffset: 0,
};
export declare const Css3AltIcon: React.ComponentClass<SVGIconProps>;
export default Css3AltIcon;