UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 585 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 PresentToAll = createIcon("PresentToAll", [ [ "path", { d: "M21 3H3C1.89 3 1 3.89 1 5V19C1 20.11 1.89 21 3 21H21C22.11 21 23 20.11 23 19V5C23 3.89 22.11 3 21 3ZM21 19.02H3V4.98H21V19.02ZM10 12H8L12 8L16 12H14V16H10V12Z", key: "5gzn6u" } ] ]); export { PresentToAll as default }; //# sourceMappingURL=present_to_all.js.map