gatsby-theme-docz
Version:
Gatsby theme created to use Docz
10 lines (9 loc) • 620 B
JavaScript
export { default as ChevronDown } from 'react-feather/dist/icons/chevron-down'
export { default as ChevronUp } from 'react-feather/dist/icons/chevron-up'
export { default as Clipboard } from 'react-feather/dist/icons/clipboard'
export { default as Code } from 'react-feather/dist/icons/code'
export { default as Edit } from 'react-feather/dist/icons/edit-2'
export { default as Github } from 'react-feather/dist/icons/github'
export { default as Menu } from 'react-feather/dist/icons/menu'
export { default as Search } from 'react-feather/dist/icons/search'
export { default as Sun } from 'react-feather/dist/icons/sun'