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