/** * The Olotalk mark, as vector path data (Figma 13861:30195, * `olotalk-icon-small`). * * Extracted so the launcher and the select-to-ask pill draw the SAME mark from * one source. It is deliberately not the bundled `olotalk-logo.svg`: that file * is a 55KB Figma export built around luminance masks and an embedded raster, * so it cannot be recoloured with `currentColor`, forcing a fill on its paths * turns the mark into a solid blob wherever the text colour is light. These * five paths are plain geometry, which is what a mark that has to sit on a * black launcher AND on a light pill needs. * * Paths are 34x30 inside a 34x34 viewBox: the four empty units are BELOW, so * the glyph lands 2px above centre and its eyes line up with a label's cap * line. Keep that viewBox wherever these are drawn. */ export declare const OLOTALK_MARK: { readonly body: "M24.591 10.104H9.3412C4.58077 10.104 0.56516 13.7439 0 18.5699L0.706747 18.6697C1.31236 14.7414 4.7057 11.778 8.60113 11.778H23.3536C27.7606 11.778 31.3467 15.4446 31.3467 19.9507V20.1538C31.3467 24.6599 27.7606 28.3253 23.3536 28.3253H8.60113C4.70808 28.3253 1.31355 25.3631 0.706747 21.4336L0 21.5334C0.56397 26.3618 4.58077 30.0017 9.3412 30.0017H24.5898C29.7786 30.0017 34 25.6854 34 20.3801V19.7232C34.0012 14.4178 29.7797 10.1016 24.591 10.1016V10.104Z"; readonly antenna: "M18.9018 10.4702C18.8709 10.784 18.8198 11.0991 18.746 11.4154H18.0416C18.1261 11.1016 18.182 10.7865 18.2165 10.4702C18.5342 7.60888 17.0267 4.81813 16.6543 4.18188L17.2421 3.82422C17.6347 4.49697 19.2064 7.41058 18.9018 10.4702Z"; readonly eyeLeft: "M7.72522 24.1991C9.96598 24.1991 11.7825 22.3418 11.7825 20.0507C11.7825 17.7596 9.96598 15.9023 7.72522 15.9023C5.48446 15.9023 3.66797 17.7596 3.66797 20.0507C3.66797 22.3418 5.48446 24.1991 7.72522 24.1991Z"; readonly eyeRight: "M23.2076 24.1991C25.4484 24.1991 27.2649 22.3418 27.2649 20.0507C27.2649 17.7596 25.4484 15.9023 23.2076 15.9023C20.9669 15.9023 19.1504 17.7596 19.1504 20.0507C19.1504 22.3418 20.9669 24.1991 23.2076 24.1991Z"; readonly head: "M16.4566 0H16.4554C14.9677 0 13.7617 1.23312 13.7617 2.75425V2.75546C13.7617 4.27659 14.9677 5.50971 16.4554 5.50971H16.4566C17.9443 5.50971 19.1504 4.27659 19.1504 2.75546V2.75425C19.1504 1.23312 17.9443 0 16.4566 0Z"; }; /** * The launcher's box: padded to a square so the glyph sits 2px above centre and * its eyes meet a label's cap line. */ export declare const OLOTALK_MARK_VIEWBOX = "0 0 34 34"; /** * The glyph's own box, with the four empty units below cropped off. Use this * where the mark is sized to its real 34:30 aspect, the select-to-ask pill, * which Figma draws at 28.33 × 25. */ export declare const OLOTALK_MARK_VIEWBOX_TIGHT = "0 0 34 30";