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="M17 11V9.273c0-.518.259-1.001.69-1.288l.049-.033A1.454 1.454 0 0 1 20 9.162V13c0 1.7-.53 3.276-1.434 4.571A7.991 7.991 0 0 1 12 21a7.991 7.991 0 0 1-6.566-3.429A7.963 7.963 0 0 1 4 13v-.788a2 2 0 0 1 2.854-1.809A2 2 0 0 1 8 12.212V13" /><path d="M8 12V5.803a1.5 1.5 0 0 1 2.332-1.248A1.5 1.5 0 0 1 11 5.803V11M14 11V5.803a1.5 1.5 0 0 1 2.332-1.248A1.5 1.5 0 0 1 17 5.803V9M11 6V4.803a1.5 1.5 0 0 1 2.332-1.248A1.5 1.5 0 0 1 14 4.803V6" /></svg>;
export default SvgComponent;