@tutti-os/ui-system 0.0.97 → 0.0.98

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -72,6 +72,7 @@ declare function ImportLinedIcon(props: IconProps): react_jsx_runtime.JSX.Elemen
72
72
  declare function CopyIcon(props: IconProps): react_jsx_runtime.JSX.Element;
73
73
  declare function DirectoryIcon(props: IconProps): react_jsx_runtime.JSX.Element;
74
74
  declare function EyeIcon(props: IconProps): react_jsx_runtime.JSX.Element;
75
+ declare function CloseEyesIcon(props: IconProps): react_jsx_runtime.JSX.Element;
75
76
  declare function FileIcon(props: IconProps): react_jsx_runtime.JSX.Element;
76
77
  declare function FileLinedIcon(props: IconProps): react_jsx_runtime.JSX.Element;
77
78
  declare function FileTextIcon(props: IconProps): react_jsx_runtime.JSX.Element;
@@ -138,4 +139,4 @@ declare function CreditsIcon(props: IconProps): react_jsx_runtime.JSX.Element;
138
139
  declare function BillingIcon(props: IconProps): react_jsx_runtime.JSX.Element;
139
140
  declare function SignOutIcon(props: IconProps): react_jsx_runtime.JSX.Element;
140
141
 
141
- export { AddIcon, AddLinedIcon, AgentSessionsIcon, AppWindowIcon, ArrowLeftIcon, ArrowRightIcon, AskLinedIcon, BillingIcon, CapabilityIcon, ChatIcon, CheckIcon, ChevronDownIcon, ChevronUpIcon, CloseIcon, CollapseLinedIcon, CopyIcon, CreateChatIcon, CreditsIcon, DarkModeIcon, DashboardIcon, DeleteIcon, DirectoryIcon, DiscordIcon, DownloadIcon, EditIcon, EyeIcon, FailedFilledIcon, FailedLinedIcon, FeedbackIcon, FileCodeIcon, FileCreateIcon, FileIcon, FileLinedIcon, FileTextIcon, FolderFailedFilledIcon, FolderFailedIcon, FolderFilledIcon, FolderIcon, FolderOpenLinedIcon, GitHubBrandIcon, GoogleBrandIcon, GridBottomLinedIcon, GridHorizontalLinedIcon, GridLeftLinedIcon, GridRightLinedIcon, GridTopLinedIcon, GridVerticalLinedIcon, GuideIcon, HealthIcon, type IconProps, ImageFileIcon, ImageGenerateIcon, ImportLinedIcon, IssueIcon, KeyboardFilledIcon, KeyboardIcon, LaunchIcon, LayoutMenuIcon, LayoutPresetIcon, type LayoutPresetIconProps, LightModeIcon, LinkIcon, LoadingIcon, type LoadingIconProps, LocateFolderIcon, LockGridHorizontalLinedIcon, LockGridVerticalLinedIcon, LockLayoutLinedIcon, MaximizeIcon, MinimizeIcon, MoreHorizontalIcon, NavAgentsIcon, NavApplicationsFilledIcon, NavApplicationsLinedIcon, NavLaunchIcon, NewWorkspaceIcon, NewWorkspaceLinedIcon, NoWorkspaceLinedIcon, OpenLinkLinedIcon, OpenSessionsIcon, OverviewLayoutIcon, PanelIcon, PauseIcon, PinFilledIcon, PinIcon, PlatformIcon, PlayIcon, ProductDocIcon, ProductIcon, RecentLinedIcon, RefreshIcon, RestoreIcon, RoomsHintIcon, SearchIcon, SettingsIcon, SignOutIcon, SuccessFilledIcon, SuccessLinedIcon, TaskIcon, TerminalLinedIcon, ThinkingIcon, ToolsIcon, TuttiMark, UnavailableChatIcon, UninstallIcon, UpgradeArrowIcon, UploadFolderIcon, UploadIcon, UserLinedIcon, VideoFileIcon, ViewGridLinedIcon, ViewListLinedIcon, WarningFilledIcon, WarningLinedIcon, WeChatIcon, WebIcon, WebScrapeIcon, WindowTrafficLightIcon, type WindowTrafficLightIconName, type WindowTrafficLightIconProps };
142
+ export { AddIcon, AddLinedIcon, AgentSessionsIcon, AppWindowIcon, ArrowLeftIcon, ArrowRightIcon, AskLinedIcon, BillingIcon, CapabilityIcon, ChatIcon, CheckIcon, ChevronDownIcon, ChevronUpIcon, CloseEyesIcon, CloseIcon, CollapseLinedIcon, CopyIcon, CreateChatIcon, CreditsIcon, DarkModeIcon, DashboardIcon, DeleteIcon, DirectoryIcon, DiscordIcon, DownloadIcon, EditIcon, EyeIcon, FailedFilledIcon, FailedLinedIcon, FeedbackIcon, FileCodeIcon, FileCreateIcon, FileIcon, FileLinedIcon, FileTextIcon, FolderFailedFilledIcon, FolderFailedIcon, FolderFilledIcon, FolderIcon, FolderOpenLinedIcon, GitHubBrandIcon, GoogleBrandIcon, GridBottomLinedIcon, GridHorizontalLinedIcon, GridLeftLinedIcon, GridRightLinedIcon, GridTopLinedIcon, GridVerticalLinedIcon, GuideIcon, HealthIcon, type IconProps, ImageFileIcon, ImageGenerateIcon, ImportLinedIcon, IssueIcon, KeyboardFilledIcon, KeyboardIcon, LaunchIcon, LayoutMenuIcon, LayoutPresetIcon, type LayoutPresetIconProps, LightModeIcon, LinkIcon, LoadingIcon, type LoadingIconProps, LocateFolderIcon, LockGridHorizontalLinedIcon, LockGridVerticalLinedIcon, LockLayoutLinedIcon, MaximizeIcon, MinimizeIcon, MoreHorizontalIcon, NavAgentsIcon, NavApplicationsFilledIcon, NavApplicationsLinedIcon, NavLaunchIcon, NewWorkspaceIcon, NewWorkspaceLinedIcon, NoWorkspaceLinedIcon, OpenLinkLinedIcon, OpenSessionsIcon, OverviewLayoutIcon, PanelIcon, PauseIcon, PinFilledIcon, PinIcon, PlatformIcon, PlayIcon, ProductDocIcon, ProductIcon, RecentLinedIcon, RefreshIcon, RestoreIcon, RoomsHintIcon, SearchIcon, SettingsIcon, SignOutIcon, SuccessFilledIcon, SuccessLinedIcon, TaskIcon, TerminalLinedIcon, ThinkingIcon, ToolsIcon, TuttiMark, UnavailableChatIcon, UninstallIcon, UpgradeArrowIcon, UploadFolderIcon, UploadIcon, UserLinedIcon, VideoFileIcon, ViewGridLinedIcon, ViewListLinedIcon, WarningFilledIcon, WarningLinedIcon, WeChatIcon, WebIcon, WebScrapeIcon, WindowTrafficLightIcon, type WindowTrafficLightIconName, type WindowTrafficLightIconProps };
@@ -16,6 +16,7 @@ import {
16
16
  CheckIcon,
17
17
  ChevronDownIcon,
18
18
  ChevronUpIcon,
19
+ CloseEyesIcon,
19
20
  CloseIcon,
20
21
  CollapseLinedIcon,
21
22
  CopyIcon,
@@ -116,7 +117,7 @@ import {
116
117
  WebIcon,
117
118
  WebScrapeIcon,
118
119
  WindowTrafficLightIcon
119
- } from "../chunk-3WFA2ORO.js";
120
+ } from "../chunk-KBF64EIF.js";
120
121
  export {
121
122
  AddIcon,
122
123
  AddLinedIcon,
@@ -131,6 +132,7 @@ export {
131
132
  CheckIcon,
132
133
  ChevronDownIcon,
133
134
  ChevronUpIcon,
135
+ CloseEyesIcon,
134
136
  CloseIcon,
135
137
  CollapseLinedIcon,
136
138
  CopyIcon,
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- export { Badge, BareIconButton, BareIconButtonProps, Button, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, ConfirmationDialog, ConfirmationDialogTone, ContextMenu, ContextMenuContent, ContextMenuItem, ContextMenuTrigger, DatePicker, DatePickerLabels, DatePickerProps, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Input, MentionPill, MentionPillFileKind, MentionPillKind, MentionPillProps, MenuPoint, MenuPointAlignment, MenuSize, MenuSurface, Popover, PopoverAnchor, PopoverClose, PopoverContent, PopoverPortal, PopoverTrigger, ResizableHandle, ResizablePanel, ResizablePanelGroup, ScrollArea, ScrollBar, SectionTabItem, SectionTabs, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectSplitColumn, SelectSplitColumnItems, SelectSplitColumnLabel, SelectSplitDivider, SelectSplitLayout, SelectTrigger, SelectValue, Separator, ShortcutBadge, Spinner, SpinnerProps, StatusDot, Switch, Textarea, ToastClose, ToastDescription, ToastProvider, ToastRoot, ToastTitle, ToastViewport, Toaster, Tooltip, TooltipContent, TooltipPortal, TooltipProvider, TooltipTrigger, TruncatingPillLabel, TruncatingPillLabelProps, UnderlineTabItem, UnderlineTabs, ViewportMenuPlacement, ViewportMenuSurface, ViewportMenuSurfaceProps, badgeVariants, buttonVariants, menuItemClassName, menuItemIndicatorClassName, menuItemWithIndicatorClassName, menuSurfaceClassName, statusDotVariants, toastVariants, useTextOverflow } from './components/index.js';
2
- export { AddIcon, AddLinedIcon, AgentSessionsIcon, AppWindowIcon, ArrowLeftIcon, ArrowRightIcon, AskLinedIcon, BillingIcon, CapabilityIcon, ChatIcon, CheckIcon, ChevronDownIcon, ChevronUpIcon, CloseIcon, CollapseLinedIcon, CopyIcon, CreateChatIcon, CreditsIcon, DarkModeIcon, DashboardIcon, DeleteIcon, DirectoryIcon, DiscordIcon, DownloadIcon, EditIcon, EyeIcon, FailedFilledIcon, FailedLinedIcon, FeedbackIcon, FileCodeIcon, FileCreateIcon, FileIcon, FileLinedIcon, FileTextIcon, FolderFailedFilledIcon, FolderFailedIcon, FolderFilledIcon, FolderIcon, FolderOpenLinedIcon, GitHubBrandIcon, GoogleBrandIcon, GridBottomLinedIcon, GridHorizontalLinedIcon, GridLeftLinedIcon, GridRightLinedIcon, GridTopLinedIcon, GridVerticalLinedIcon, GuideIcon, HealthIcon, IconProps, ImageFileIcon, ImageGenerateIcon, ImportLinedIcon, IssueIcon, KeyboardFilledIcon, KeyboardIcon, LaunchIcon, LayoutMenuIcon, LayoutPresetIcon, LayoutPresetIconProps, LightModeIcon, LinkIcon, LoadingIcon, LoadingIconProps, LocateFolderIcon, LockGridHorizontalLinedIcon, LockGridVerticalLinedIcon, LockLayoutLinedIcon, MaximizeIcon, MinimizeIcon, MoreHorizontalIcon, NavAgentsIcon, NavApplicationsFilledIcon, NavApplicationsLinedIcon, NavLaunchIcon, NewWorkspaceIcon, NewWorkspaceLinedIcon, NoWorkspaceLinedIcon, OpenLinkLinedIcon, OpenSessionsIcon, OverviewLayoutIcon, PanelIcon, PauseIcon, PinFilledIcon, PinIcon, PlatformIcon, PlayIcon, ProductDocIcon, ProductIcon, RecentLinedIcon, RefreshIcon, RestoreIcon, RoomsHintIcon, SearchIcon, SettingsIcon, SignOutIcon, SuccessFilledIcon, SuccessLinedIcon, TaskIcon, TerminalLinedIcon, ThinkingIcon, ToolsIcon, TuttiMark, UnavailableChatIcon, UninstallIcon, UpgradeArrowIcon, UploadFolderIcon, UploadIcon, UserLinedIcon, VideoFileIcon, ViewGridLinedIcon, ViewListLinedIcon, WarningFilledIcon, WarningLinedIcon, WeChatIcon, WebIcon, WebScrapeIcon, WindowTrafficLightIcon, WindowTrafficLightIconName, WindowTrafficLightIconProps } from './icons/index.js';
1
+ export { Badge, BareIconButton, BareIconButtonProps, Button, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Checkbox, ConfirmationDialog, ConfirmationDialogTone, ContextMenu, ContextMenuContent, ContextMenuItem, ContextMenuTrigger, DatePicker, DatePickerLabels, DatePickerProps, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Input, MentionPill, MentionPillFileKind, MentionPillKind, MentionPillProps, MenuPoint, MenuPointAlignment, MenuSize, MenuSurface, Popover, PopoverAnchor, PopoverClose, PopoverContent, PopoverPortal, PopoverTrigger, RadioIndicator, RadioIndicatorProps, ResizableHandle, ResizablePanel, ResizablePanelGroup, ScrollArea, ScrollBar, SectionTabItem, SectionTabs, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectSplitColumn, SelectSplitColumnItems, SelectSplitColumnLabel, SelectSplitDivider, SelectSplitLayout, SelectTrigger, SelectValue, Separator, ShortcutBadge, Spinner, SpinnerProps, StatusDot, Switch, Textarea, ToastClose, ToastDescription, ToastProvider, ToastRoot, ToastTitle, ToastViewport, Toaster, Tooltip, TooltipContent, TooltipPortal, TooltipProvider, TooltipTrigger, TruncatingPillLabel, TruncatingPillLabelProps, UnderlineTabItem, UnderlineTabs, ViewportMenuPlacement, ViewportMenuSurface, ViewportMenuSurfaceProps, badgeVariants, buttonVariants, menuItemClassName, menuItemIndicatorClassName, menuItemWithIndicatorClassName, menuSurfaceClassName, statusDotVariants, toastVariants, useTextOverflow } from './components/index.js';
2
+ export { AddIcon, AddLinedIcon, AgentSessionsIcon, AppWindowIcon, ArrowLeftIcon, ArrowRightIcon, AskLinedIcon, BillingIcon, CapabilityIcon, ChatIcon, CheckIcon, ChevronDownIcon, ChevronUpIcon, CloseEyesIcon, CloseIcon, CollapseLinedIcon, CopyIcon, CreateChatIcon, CreditsIcon, DarkModeIcon, DashboardIcon, DeleteIcon, DirectoryIcon, DiscordIcon, DownloadIcon, EditIcon, EyeIcon, FailedFilledIcon, FailedLinedIcon, FeedbackIcon, FileCodeIcon, FileCreateIcon, FileIcon, FileLinedIcon, FileTextIcon, FolderFailedFilledIcon, FolderFailedIcon, FolderFilledIcon, FolderIcon, FolderOpenLinedIcon, GitHubBrandIcon, GoogleBrandIcon, GridBottomLinedIcon, GridHorizontalLinedIcon, GridLeftLinedIcon, GridRightLinedIcon, GridTopLinedIcon, GridVerticalLinedIcon, GuideIcon, HealthIcon, IconProps, ImageFileIcon, ImageGenerateIcon, ImportLinedIcon, IssueIcon, KeyboardFilledIcon, KeyboardIcon, LaunchIcon, LayoutMenuIcon, LayoutPresetIcon, LayoutPresetIconProps, LightModeIcon, LinkIcon, LoadingIcon, LoadingIconProps, LocateFolderIcon, LockGridHorizontalLinedIcon, LockGridVerticalLinedIcon, LockLayoutLinedIcon, MaximizeIcon, MinimizeIcon, MoreHorizontalIcon, NavAgentsIcon, NavApplicationsFilledIcon, NavApplicationsLinedIcon, NavLaunchIcon, NewWorkspaceIcon, NewWorkspaceLinedIcon, NoWorkspaceLinedIcon, OpenLinkLinedIcon, OpenSessionsIcon, OverviewLayoutIcon, PanelIcon, PauseIcon, PinFilledIcon, PinIcon, PlatformIcon, PlayIcon, ProductDocIcon, ProductIcon, RecentLinedIcon, RefreshIcon, RestoreIcon, RoomsHintIcon, SearchIcon, SettingsIcon, SignOutIcon, SuccessFilledIcon, SuccessLinedIcon, TaskIcon, TerminalLinedIcon, ThinkingIcon, ToolsIcon, TuttiMark, UnavailableChatIcon, UninstallIcon, UpgradeArrowIcon, UploadFolderIcon, UploadIcon, UserLinedIcon, VideoFileIcon, ViewGridLinedIcon, ViewListLinedIcon, WarningFilledIcon, WarningLinedIcon, WeChatIcon, WebIcon, WebScrapeIcon, WindowTrafficLightIcon, WindowTrafficLightIconName, WindowTrafficLightIconProps } from './icons/index.js';
3
3
  export { TuttiDateLocale, formatTuttiDateTime, formatTuttiShortDateTime, getCurrentTuttiDateLocale } from './date-format.js';
4
4
  export { cn } from './utils.js';
5
5
  export { ExternalToast, ToasterProps, toast } from 'sonner';
package/dist/index.js CHANGED
@@ -60,6 +60,7 @@ import {
60
60
  PopoverContent,
61
61
  PopoverPortal,
62
62
  PopoverTrigger,
63
+ RadioIndicator,
63
64
  ResizableHandle,
64
65
  ResizablePanel,
65
66
  ResizablePanelGroup,
@@ -112,7 +113,7 @@ import {
112
113
  toast,
113
114
  toastVariants,
114
115
  useTextOverflow
115
- } from "./chunk-C4J2QZQU.js";
116
+ } from "./chunk-XVAQEGXC.js";
116
117
  import {
117
118
  formatTuttiDateTime,
118
119
  formatTuttiShortDateTime,
@@ -136,6 +137,7 @@ import {
136
137
  CheckIcon,
137
138
  ChevronDownIcon,
138
139
  ChevronUpIcon,
140
+ CloseEyesIcon,
139
141
  CloseIcon,
140
142
  CollapseLinedIcon,
141
143
  CopyIcon,
@@ -236,7 +238,7 @@ import {
236
238
  WebIcon,
237
239
  WebScrapeIcon,
238
240
  WindowTrafficLightIcon
239
- } from "./chunk-3WFA2ORO.js";
241
+ } from "./chunk-KBF64EIF.js";
240
242
  import {
241
243
  cn
242
244
  } from "./chunk-DGPY4WP3.js";
@@ -265,6 +267,7 @@ export {
265
267
  Checkbox,
266
268
  ChevronDownIcon,
267
269
  ChevronUpIcon,
270
+ CloseEyesIcon,
268
271
  CloseIcon,
269
272
  CollapseLinedIcon,
270
273
  ConfirmationDialog,
@@ -388,6 +391,7 @@ export {
388
391
  PopoverTrigger,
389
392
  ProductDocIcon,
390
393
  ProductIcon,
394
+ RadioIndicator,
391
395
  RecentLinedIcon,
392
396
  RefreshIcon,
393
397
  ResizableHandle,
@@ -1115,6 +1115,26 @@
1115
1115
  ],
1116
1116
  "storyboard": true
1117
1117
  },
1118
+ {
1119
+ "id": "radio-indicator",
1120
+ "layer": "base",
1121
+ "name": "RadioIndicator",
1122
+ "export": "RadioIndicator",
1123
+ "from": "@tutti-os/ui-system/components",
1124
+ "category": "primitive",
1125
+ "status": "stable",
1126
+ "source": "src/components/radio-indicator/index.tsx",
1127
+ "description": "Circular presentational indicator for single-selection states.",
1128
+ "useCases": [
1129
+ "Single-select option cards",
1130
+ "Settings choices",
1131
+ "Selected list rows"
1132
+ ],
1133
+ "migrationHints": [
1134
+ "Use this presentational indicator inside the existing selection target; keep group state and click handling in the consumer."
1135
+ ],
1136
+ "storyboard": true
1137
+ },
1118
1138
  {
1119
1139
  "id": "switch",
1120
1140
  "layer": "base",
@@ -2215,6 +2235,20 @@
2215
2235
  "migrationHints": [],
2216
2236
  "iconVariant": "lined"
2217
2237
  },
2238
+ {
2239
+ "id": "close-eyes-filled-icon",
2240
+ "layer": "base",
2241
+ "name": "CloseEyesIcon",
2242
+ "export": "CloseEyesIcon",
2243
+ "from": "@tutti-os/ui-system/icons",
2244
+ "category": "icon",
2245
+ "status": "stable",
2246
+ "source": "src/icons/system-icons.tsx",
2247
+ "description": "System icon for hiding or masking sensitive content.",
2248
+ "useCases": ["Password visibility controls", "Sensitive content masking"],
2249
+ "migrationHints": [],
2250
+ "iconVariant": "filled"
2251
+ },
2218
2252
  {
2219
2253
  "id": "file-filled-icon",
2220
2254
  "layer": "base",
@@ -1116,6 +1116,26 @@ var components_default = {
1116
1116
  ],
1117
1117
  storyboard: true
1118
1118
  },
1119
+ {
1120
+ id: "radio-indicator",
1121
+ layer: "base",
1122
+ name: "RadioIndicator",
1123
+ export: "RadioIndicator",
1124
+ from: "@tutti-os/ui-system/components",
1125
+ category: "primitive",
1126
+ status: "stable",
1127
+ source: "src/components/radio-indicator/index.tsx",
1128
+ description: "Circular presentational indicator for single-selection states.",
1129
+ useCases: [
1130
+ "Single-select option cards",
1131
+ "Settings choices",
1132
+ "Selected list rows"
1133
+ ],
1134
+ migrationHints: [
1135
+ "Use this presentational indicator inside the existing selection target; keep group state and click handling in the consumer."
1136
+ ],
1137
+ storyboard: true
1138
+ },
1119
1139
  {
1120
1140
  id: "switch",
1121
1141
  layer: "base",
@@ -2216,6 +2236,20 @@ var components_default = {
2216
2236
  migrationHints: [],
2217
2237
  iconVariant: "lined"
2218
2238
  },
2239
+ {
2240
+ id: "close-eyes-filled-icon",
2241
+ layer: "base",
2242
+ name: "CloseEyesIcon",
2243
+ export: "CloseEyesIcon",
2244
+ from: "@tutti-os/ui-system/icons",
2245
+ category: "icon",
2246
+ status: "stable",
2247
+ source: "src/icons/system-icons.tsx",
2248
+ description: "System icon for hiding or masking sensitive content.",
2249
+ useCases: ["Password visibility controls", "Sensitive content masking"],
2250
+ migrationHints: [],
2251
+ iconVariant: "filled"
2252
+ },
2219
2253
  {
2220
2254
  id: "file-filled-icon",
2221
2255
  layer: "base",