sure-icons-react
Version:
React components of Sure Svg Icons collection.
18 lines (17 loc) • 892 B
TypeScript
export { default as ArrowDown } from './ArrowDown';
export { default as ArrowLeft } from './ArrowLeft';
export { default as ArrowRight } from './ArrowRight';
export { default as ArrowUp } from './ArrowUp';
export { default as CircleDoubtFilled } from './CircleDoubtFilled';
export { default as CircleSuccessFilled } from './CircleSuccessFilled';
export { default as CircleWarningFilled } from './CircleWarningFilled';
export { default as DeleteFilled } from './DeleteFilled';
export { default as Delete } from './Delete';
export { default as Flash } from './Flash';
export { default as Github } from './Github';
export { default as HeartFilled } from './HeartFilled';
export { default as Light } from './Light';
export { default as Loading } from './Loading';
export { default as Night } from './Night';
export { default as Send } from './Send';
export { default as Wechat } from './Wechat';