UNPKG

google-material-icons

Version:

A google material icon library package for React applications

24 lines (20 loc) 701 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 ScreenshotMonitor = createIcon("ScreenshotMonitor", [ [ "path", { d: "M20 3H4C2.89 3 2 3.89 2 5V17C2 18.1 2.89 19 4 19H8V21H16V19H20C21.1 19 22 18.1 22 17V5C22 3.89 21.1 3 20 3ZM20 17H4V5H20V17Z", key: "a8w85l" } ], ["path", { d: "M6.5 7.5H9V6H5V10H6.5V7.5Z", key: "1n5qpd" }], ["path", { d: "M19 12H17.5V14.5H15V16H19V12Z", key: "14hu0u" }] ]); export { ScreenshotMonitor as default }; //# sourceMappingURL=screenshot_monitor.js.map