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.

FileCopyTwoTone.js 422 B

3 years ago
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: "M14 7H8v14h11v-9h-5z",
  5. opacity: ".3"
  6. }), React.createElement("path", {
  7. d: "M16 1H4c-1.1 0-2 .9-2 2v14h2V3h12V1zm-1 4H8c-1.1 0-1.99.9-1.99 2L6 21c0 1.1.89 2 1.99 2H19c1.1 0 2-.9 2-2V11l-6-6zm4 16H8V7h6v5h5v9z"
  8. })), 'FileCopyTwoTone');