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