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