google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 561 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 Panorama = createIcon("Panorama", [
[
"path",
{
d: "M21 4H3C1.9 4 1 4.9 1 6V18C1 19.1 1.9 20 3 20H21C22.1 20 23 19.1 23 18V6C23 4.9 22.1 4 21 4ZM21 18H3V6H21V18ZM14.5 11L11 15.51L8.5 12.5L5 17H19L14.5 11Z",
key: "o95azl"
}
]
]);
export { Panorama as default };
//# sourceMappingURL=panorama.js.map