25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

VolumeMuteTwoTone.js 369 B

3 yıl önce
12345678
  1. import React from 'react';
  2. import createSvgIcon from './utils/createSvgIcon';
  3. export default createSvgIcon(React.createElement(React.Fragment, null, React.createElement("path", {
  4. d: "M9 13h2.83L14 15.17V8.83L11.83 11H9z",
  5. opacity: ".3"
  6. }), React.createElement("path", {
  7. d: "M7 9v6h4l5 5V4l-5 5H7zm7-.17v6.34L11.83 13H9v-2h2.83L14 8.83z"
  8. })), 'VolumeMuteTwoTone');