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