UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 620 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 PictureInPictureAlt = createIcon("PictureInPictureAlt", [ [ "path", { d: "M19 11H11V17H19V11ZM17 15H13V13H17V15ZM21 3H3C1.9 3 1 3.88 1 4.98V19C1 20.1 1.9 21 3 21H21C22.1 21 23 20.1 23 19V4.98C23 3.88 22.1 3 21 3ZM21 19.02H3V4.97H21V19.02Z", key: "1xciu6" } ] ]); export { PictureInPictureAlt as default }; //# sourceMappingURL=picture_in_picture_alt.js.map