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