52ee3a1e6a657ccc2e0b8aaa7aabe34251b313dbaaa5d48be513ec148d3975f19b7d1b700454d432fae9b81bc9df683e70a99fb76c7bf97ba6d7413e7ce32c 266 B

12345678910111213
  1. import { buildProps, definePropType } from '../../../utils/vue/props/runtime.mjs';
  2. const iconProps = buildProps({
  3. size: {
  4. type: definePropType([Number, String])
  5. },
  6. color: {
  7. type: String
  8. }
  9. });
  10. export { iconProps };
  11. //# sourceMappingURL=icon.mjs.map