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 5.759V16c0 4-2.4 5-4.5 5S8 20 8 16V6c0-1 .5-3 3-3s3 2 3 3v10.335c0 .858-.5 1.665-1.5 1.665s-1.5-.807-1.5-1.665V6" /></svg>;
export default SvgComponent;