/** * Do not edit directly, this file was auto-generated * from the design token sources in src/tokens. */ import type { KdsDimension } from "./types.js"; export type KdsBorderWidthTokens = { readonly "icon-stroke": { /** * 1px vector stroke - default for XSmall and Small icons. */ readonly s: KdsDimension; /** * 1.25px - use when scaling icons to Medium size. */ readonly m: KdsDimension; /** * 1.5px - thick stroke, use when scaling icons to Large size. */ readonly l: KdsDimension; }; }; export declare const borderWidth: KdsBorderWidthTokens;