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="m12 10 4 4M16 10l-4 4M21 9.648C21 5.82 20.18 5 16.352 5h-5.6a2 2 0 0 0-1.318.495l-5.714 5a2 2 0 0 0 0 3.01l5.714 5a2 2 0 0 0 1.318.495h5.6C20.18 19 21 18.18 21 14.352V9.648Z" /></svg>;
export default SvgComponent;