import React from 'react'; import { Icon } from '../Icon'; import type { IconProps } from '../.types/IconPropsType'; export function SaturationIcon(props: IconProps) { return ( ); }