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.

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: "M8 8h8v8H8z",
  5. opacity: ".3"
  6. }), React.createElement("path", {
  7. d: "M6 18h12V6H6v12zM8 8h8v8H8V8z"
  8. })), 'StopTwoTone');