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