You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

8 lines
424 B

  1. import React from 'react';
  2. import createSvgIcon from './utils/createSvgIcon';
  3. export default createSvgIcon(React.createElement(React.Fragment, null, React.createElement("path", {
  4. fillOpacity: ".3",
  5. d: "M4.41 22H20c1.1 0 2-.9 2-2V4.41c0-.89-1.08-1.34-1.71-.71L3.71 20.29c-.63.63-.19 1.71.7 1.71z"
  6. }), React.createElement("path", {
  7. d: "M12 12l-8.29 8.29c-.63.63-.19 1.71.7 1.71H12V12z"
  8. })), 'SignalCellular1BarRounded');