import * as React from "react"; import { SVGProps } from "react"; const SvgPalette = (props: SVGProps) => ( ); export default SvgPalette;