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="M15 20.95h.014c.695.018 1.302-.437 2.517-1.348L19.4 18.2c.785-.589 1.178-.883 1.389-1.306C21 16.472 21 15.981 21 15V8.375c0-1.174 0-1.76-.143-2.118A2 2 0 0 0 18.48 5.07c-.372.1-.841.452-1.78 1.156-.413.31-.62.465-.831.557A2 2 0 0 1 15 6.95v14ZM9 3.05h-.014c-.695-.018-1.302.437-2.517 1.348L4.6 5.8c-.785.589-1.178.883-1.389 1.306C3 7.528 3 8.019 3 9v6.625c0 1.174 0 1.76.143 2.118A2 2 0 0 0 5.52 18.93c.372-.1.841-.452 1.78-1.156.413-.31.62-.465.831-.557A2 2 0 0 1 9 17.05v-14Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M3 9c0-.981 0-1.472.211-1.894.211-.423.604-.717 1.389-1.306L7 4c.7-.525 1.05-.787 1.43-.886a2 2 0 0 1 1.108.028c.375.119.71.399 1.383.958l1.649 1.375c1.166.972 1.75 1.458 2.444 1.475.695.018 1.302-.437 2.517-1.348L18 5.25c1.236-.927 3-.045 3 1.5V15c0 .981 0 1.472-.211 1.894-.211.423-.604.717-1.389 1.306L17 20c-.7.525-1.05.787-1.43.886a2 2 0 0 1-1.108-.028c-.375-.119-.71-.399-1.383-.959L10.921 18.1c-.672-.56-1.008-.84-1.383-.958a2 2 0 0 0-1.108-.028c-.38.099-.73.361-1.43.886-.682.511-1.023.767-1.283.867a2 2 0 0 1-2.64-1.32C3 17.279 3 16.852 3 16V9ZM15 7.23V20.5M9 3.5v13.208" /></svg>;
export default SvgComponent;