Skip to content

Commit 4b0f457

Browse files
authored
Add os icons (#482)
1 parent 3d04186 commit 4b0f457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/lib/icon/icons.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export const paths = {
1111
'alert-circle': MDI.mdiAlertCircle,
1212
'alert-outline': MDI.mdiAlertOutline,
1313
alert: MDI.mdiAlert,
14+
apple: MDI.mdiApple,
1415
'apple-keyboard-command': MDI.mdiAppleKeyboardCommand,
1516
'arrow-collapse-left': MDI.mdiArrowCollapseLeft,
1617
'arrow-collapse-right': MDI.mdiArrowCollapseRight,
@@ -74,7 +75,6 @@ export const paths = {
7475
linux: MDI.mdiLinux,
7576
lock: MDI.mdiLockOutline,
7677
logout: MDI.mdiLogout,
77-
apple: MDI.mdiApple,
7878
magnet:
7979
'M3 17v-6a9 9 0 1 1 18 0v6h-4v-6a5 5 0 0 0-10 0v6m10 2h4v3h-4M3 19h4v3H3',
8080
'magnet-off':

0 commit comments

Comments
 (0)