Updated Media Icons (#11457)

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Darrin Loeliger
2026-08-13 05:49:05 -07:00
committed by GitHub
parent da93da4191
commit 2f0d417417
11 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ import {MAX_GALLERY_IMAGES} from '#/view/com/composer/state/composer'
import {atoms as a, useTheme} from '#/alf'
import {Button} from '#/components/Button'
import {useSheetWrapper} from '#/components/Dialog/sheet-wrapper'
import {Image_Stroke2_Corner0_Rounded as ImageIcon} from '#/components/icons/Image'
import {Image_Stroke2_Corner2_Rounded as ImageIcon} from '#/components/icons/Image'
import * as toast from '#/components/Toast'
import {useAnalytics} from '#/analytics'
import {IS_NATIVE, IS_WEB} from '#/env'