.#{$atom-prefix}f-crcl {
	fill: currentColor !important;
}

@each $breakpointName, $breakpointSize in $breakpoints {
	@media (min-width: $breakpointSize) {
		.#{$atom-prefix}f-crcl\:#{$breakpointName} {
			fill: currentColor !important;
		}
	}
} ;
