import { IconBase, IconProps } from '../icon'; export default class LogoStackblitzFilledIcon extends IconBase { static icon: { attributes: { fill: string; viewBox: string; width: string; height: string; }; nodeName: string; children: { attributes: { fill: string; d: string; "fill-rule": string; "clip-rule": string; }; nodeName: string; children: never[]; }[]; }; constructor(); }