UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 644 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: "M13 11.5H20V13H13V11.5ZM13 9H20V10.5H13V9ZM13 14H20V15.5H13V14ZM21 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.5ZM21 18.5H12V5.5H21V18.5Z", key: "1b5l9t" } ] ]); export { ChromeReaderMode as default }; //# sourceMappingURL=chrome_reader_mode.js.map