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