import React from 'react'; export const GripIcon = (props: React.SVGProps) => { return ( ); };