Sherlock / config / theme / AlertIcon.ts
AlertIcon.ts
Raw
import { createStyle } from '@gluestack-style/react';

export const AlertIcon = createStyle({
  props: {
    size: 'md',
  },
});