import React from "react"; import type { Props } from "./types"; export const ColorPickerIcon: React.FC = ({ width = 14, height = 14, className }) => ( );