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.
 
 
 
 

20 lines
907 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: "M7 10H5c-.55 0-1 .45-1 1v4h2v-2h4l-3-3z",
  5. opacity: ".3"
  6. }), React.createElement("path", {
  7. d: "M1.41 1.6L0 3.01 5 8c-1.66 0-3 1.34-3 3v6h4v4h12l2.95 2.96 1.41-1.41L1.41 1.6zM6 15H4v-4c0-.55.45-1 1-1h2l3 3H6v2zm2 4v-4h4l4 4H8z"
  8. }), React.createElement("path", {
  9. d: "M18 15.01l2-.01v-4c0-.55-.45-1-1-1h-6.34l3 3H18v2.01zm-1-3.5c0-.55.45-1 1-1s1 .45 1 1-.45 1-1 1-1-.45-1-1z",
  10. opacity: ".3"
  11. }), React.createElement("circle", {
  12. cx: "18",
  13. cy: "11.51",
  14. r: "1"
  15. }), React.createElement("path", {
  16. d: "M16 5H8v.35L10.66 8H16z",
  17. opacity: ".3"
  18. }), React.createElement("path", {
  19. d: "M19 8h-1V3H6v.36l2 2V5h8v3h-5.34l2 2H19c.55 0 1 .45 1 1v4l-2 .01V13h-2.34l4 4H22v-6c0-1.66-1.34-3-3-3z"
  20. })), 'PrintDisabledTwoTone');