import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="currentColor" fill="none" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" {...props}><path d="M7 10.32C7 7.586 7.586 7 10.32 7h3.36c2.734 0 3.32.586 3.32 3.32v3.36c0 2.734-.586 3.32-3.32 3.32h-3.36C7.586 17 7 16.414 7 13.68v-3.36Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M3 21h18M7 10.32C7 7.586 7.586 7 10.32 7h3.36c2.734 0 3.32.586 3.32 3.32v3.36c0 2.734-.586 3.32-3.32 3.32h-3.36C7.586 17 7 16.414 7 13.68v-3.36Z" /></svg>;
export default SvgComponent;