Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
)
}
CircleOcticon.defaultProps = {
theme,
...Flex.defaultProps,
size: 32
}
CircleOcticon.propTypes = {
...Flex.propTypes,
icon: Octicon.propTypes.icon,
size: PropTypes.number,
theme: PropTypes.object
}
export default CircleOcticon