import * as React from 'react'; function SvgDictOutlined(props: React.SVGProps) { return ( ); } export default SvgDictOutlined;