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.

AnnouncementTwoTone.js 462 B

3 jaren geleden
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: "M4 4v13.17l.59-.59.58-.58H20V4H4zm9 11h-2v-2h2v2zm0-4h-2V5h2v6z",
  5. opacity: ".3"
  6. }), React.createElement("path", {
  7. d: "M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H5.17l-.59.59-.58.58V4h16v12zM11 5h2v6h-2zm0 8h2v2h-2z"
  8. })), 'AnnouncementTwoTone');