google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 657 B
JavaScript
/**
* @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 PictureInPicture = createIcon("PictureInPicture", [
[
"path",
{
d: "M19 7.01001H11V13.01H19V7.01001ZM21 3.01001H3C1.9 3.01001 1 3.91001 1 5.01001V19.01C1 20.11 1.9 20.99 3 20.99H21C22.1 20.99 23 20.11 23 19.01V5.01001C23 3.91001 22.1 3.01001 21 3.01001ZM21 19.02H3V4.99001H21V19.02Z",
key: "r2r9p5"
}
]
]);
export { PictureInPicture as default };
//# sourceMappingURL=picture_in_picture.js.map