|
12345678 |
- import React from 'react';
- import createSvgIcon from './utils/createSvgIcon';
- export default createSvgIcon(React.createElement(React.Fragment, null, React.createElement("path", {
- d: "M8 8h8v8H8z",
- opacity: ".3"
- }), React.createElement("path", {
- d: "M6 18h12V6H6v12zM8 8h8v8H8V8z"
- })), 'StopTwoTone');
|