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