import React from 'react' import { color } from '../_utils/branding' import { BaseIcon, BaseIconDefaultProps, Icon } from '../_utils/icon' const CheckShieldIconColoured = (props: Icon) => ( ) CheckShieldIconColoured.defaultProps = { ...BaseIconDefaultProps, } export { CheckShieldIconColoured }