/** * WARNING: This is an autogenerated component. * Do not make any changes to this file or they will be overwritten on build. * The template for this file is located in the generate-icons.js util file. * / /** @internal **/ export declare class RuxIconHttps { /** * The fill color for the icon */ color?: string; /** * The size of the icon. Can be 'extra-small', 'small', 'normal', 'large', 'auto' or any custom value ('30px', '1rem', '3.321em') */ size: 'extra-small' | 'small' | 'normal' | 'large' | 'auto' | string; get iconSize(): any; render(): any; }