google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 546 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: "M23 18V6C23 4.9 22.1 4 21 4H3C1.9 4 1 4.9 1 6V18C1 19.1 1.9 20 3 20H21C22.1 20 23 19.1 23 18ZM8.5 12.5L11 15.51L14.5 11L19 17H5L8.5 12.5Z",
key: "8yktl5"
}
]
]);
export { Panorama as default };
//# sourceMappingURL=panorama.js.map