Each icon can be imported as a component. import { IconArrowLeft } from '@tabler/icons-react'; ... adjust the icon. <IconArrowLeft color="red" size={48} /> ...
確定! 回上一頁