UNPKG

@sjsf/radix-icons

Version:

The svelte-radix based icons set for svelte-jsonschema-form

10 lines (9 loc) 370 B
import { arrowDownOutline, arrowUpOutline, fileCopyOutline, trashBinOutline } from './icons.svelte'; const icons = { 'move-array-item-up': arrowUpOutline, 'move-array-item-down': arrowDownOutline, 'remove-array-item': trashBinOutline, 'copy-array-item': fileCopyOutline, 'remove-object-property': trashBinOutline }; export const definitions = icons;