import * as React from 'react'; export interface TriangleSmUp48Props extends React.SVGProps { ariaLabel?: string } export default function TriangleSmUp48({ ariaLabel, ...props }: TriangleSmUp48Props) { return ( ); }