import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="none" fill="currentColor" fillRule="evenodd" clipRule="evenodd" {...props}><path d="M11 3a3 3 0 0 0-3 3v9.17A3 3 0 1 0 10 18v-8h8v5.17A3 3 0 1 0 20 18V6a3 3 0 0 0-3-3h-6Z" /></svg>;
export default SvgComponent;