UNPKG

google-material-icons

Version:

A google material icon library package for React applications

23 lines (19 loc) 612 B
/** * @license google-material-icons v2.1.4 - 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 SmartDisplay = createIcon("SmartDisplay", [ ["path", { d: "M9.5 7.5V16.5L16.5 12L9.5 7.5Z", key: "1m1gsb" }], [ "path", { d: "M20 4H4C2.9 4 2 4.9 2 6V18C2 19.1 2.9 20 4 20H20C21.1 20 22 19.1 22 18V6C22 4.9 21.1 4 20 4ZM20 18.01H4V5.99H20V18.01Z", key: "1g7md0" } ] ]); export { SmartDisplay as default }; //# sourceMappingURL=smart_display.js.map