import React from "react"; import { Svg, SvgProps } from "../../Svg"; export const Scroll = (props: SvgProps) => { return ( ); };