mirror of
https://github.com/langgenius/dify.git
synced 2026-07-30 08:49:31 +08:00
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
11 lines
239 B
TypeScript
11 lines
239 B
TypeScript
import { getIconCollections, iconsPlugin } from '@egoist/tailwindcss-icons'
|
|
|
|
export default iconsPlugin({
|
|
collections: getIconCollections(['ri']),
|
|
extraProperties: {
|
|
width: '1rem',
|
|
height: '1rem',
|
|
display: 'block',
|
|
},
|
|
})
|