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