UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 666 B
/** * @license google-material-icons v2.1.3 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createIcon from '../../createIcon.js'; const ChromeReaderMode = createIcon("ChromeReaderMode", [ [ "path", { d: "M21 3.5H3C1.9 3.5 1 4.4 1 5.5V18.5C1 19.6 1.9 20.5 3 20.5H21C22.1 20.5 23 19.6 23 18.5V5.5C23 4.4 22.1 3.5 21 3.5ZM3 18.5V5.5H11V18.5H3ZM21 18.5H13V5.5H21V18.5ZM14 9H20V10.5H14V9ZM14 11.5H20V13H14V11.5ZM14 14H20V15.5H14V14Z", key: "1hsyjm" } ] ]); export { ChromeReaderMode as default }; //# sourceMappingURL=chrome_reader_mode.js.map