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 fillRule="evenodd" d="M6.855 2.333C7.405 2.16 8.073 2 8.7 2c.955 0 2.045.376 2.738.654a1.52 1.52 0 0 0 1.124 0C13.255 2.376 14.345 2 15.3 2c.627 0 1.294.16 1.845.333a13.43 13.43 0 0 1 1.429.549c.169.075.358.12.557.13.822.04 1.71.195 2.284.929.52.664.585 1.579.585 2.459v12.2c0 .88-.064 1.795-.585 2.46-.574.733-1.462.889-2.284.928a3.013 3.013 0 0 1-1.375-.281c-.306-.137-.745-.32-1.21-.466-.48-.15-.92-.241-1.246-.241-.54 0-1.32.24-1.994.51a3.52 3.52 0 0 1-2.612 0C10.019 21.24 9.24 21 8.7 21c-.326 0-.766.09-1.245.241-.466.147-.905.329-1.21.466a3.014 3.014 0 0 1-1.376.281c-.822-.04-1.71-.195-2.284-.929C2.065 20.395 2 19.48 2 18.6V6.4c0-.88.064-1.795.585-2.46.574-.733 1.462-.889 2.284-.928.2-.01.388-.055.557-.13.347-.156.864-.37 1.429-.549ZM12 4.5a1 1 0 0 1 1 1V19a1 1 0 1 1-2 0V5.5a1 1 0 0 1 1-1Z" clipRule="evenodd" /></svg>;
export default SvgComponent;