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.
 
 
 
 

10 lines
483 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. d: "M12 7h8v4h-8z",
  5. opacity: ".3"
  6. }), React.createElement("path", {
  7. d: "M8 8H6v7c0 1.1.9 2 2 2h9v-2H8V8z"
  8. }), React.createElement("path", {
  9. d: "M20 3h-8c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 8h-8V7h8v4zM4 12H2v7c0 1.1.9 2 2 2h9v-2H4v-7z"
  10. })), 'DynamicFeedTwoTone');