mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
add alignment icons
This commit is contained in:
@@ -4,6 +4,9 @@ import { type ComponentType, forwardRef } from 'react';
|
|||||||
import { IconBaseProps } from 'react-icons';
|
import { IconBaseProps } from 'react-icons';
|
||||||
import { FaLastfmSquare } from 'react-icons/fa';
|
import { FaLastfmSquare } from 'react-icons/fa';
|
||||||
import {
|
import {
|
||||||
|
LuAlignCenter,
|
||||||
|
LuAlignLeft,
|
||||||
|
LuAlignRight,
|
||||||
LuAppWindow,
|
LuAppWindow,
|
||||||
LuArrowDown,
|
LuArrowDown,
|
||||||
LuArrowDownToLine,
|
LuArrowDownToLine,
|
||||||
@@ -113,6 +116,9 @@ export type AppIconSelection = keyof typeof AppIcon;
|
|||||||
export const AppIcon = {
|
export const AppIcon = {
|
||||||
add: LuPlus,
|
add: LuPlus,
|
||||||
album: LuDisc3,
|
album: LuDisc3,
|
||||||
|
alignCenter: LuAlignCenter,
|
||||||
|
alignLeft: LuAlignLeft,
|
||||||
|
alignRight: LuAlignRight,
|
||||||
appWindow: LuAppWindow,
|
appWindow: LuAppWindow,
|
||||||
arrowDown: LuArrowDown,
|
arrowDown: LuArrowDown,
|
||||||
arrowDownS: LuChevronDown,
|
arrowDownS: LuChevronDown,
|
||||||
|
|||||||
Reference in New Issue
Block a user