import React from "react"; import type { Props } from "./types"; export const ColorPalletteIcon: React.FC = ({ width = "20", height = "20", className, color = "var(--color-neutral-110)", }) => ( );