How to use the @twilio-paste/design-tokens/dist/themes/sendgrid/tokens.es6.sizings.sizeIcon20 function in @twilio-paste/design-tokens

To help you get started, we’ve selected a few @twilio-paste/design-tokens examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github twilio-labs / paste / packages / paste-theme-tokens / src / sendgrid / index.ts View on Github external
breakpoints,
  colors,
  fonts,
  fontSizes,
  fontWeights,
  lineHeights,
  widths: sizings,
  maxWidths: sizings,
  minWidths: sizings,
  heights: sizings,
  maxHeights: sizings,
  minHeights: sizings,
  sizes: sizings,
  iconSizes: {
    sizeIcon10: sizings.sizeIcon10,
    sizeIcon20: sizings.sizeIcon20,
    sizeIcon30: sizings.sizeIcon30,
    sizeIcon40: sizings.sizeIcon40,
  },
  space: spacings,
  textColors,
  zIndices,
};