google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.11 kB
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 PanoramaVertical = createIcon("PanoramaVertical", [
[
"path",
{
d: "M19.9351 21.12C18.8351 18.18 18.2951 15.09 18.2951 12C18.2951 8.91 18.8451 5.82 19.9351 2.88C19.9751 2.77 19.9951 2.66 19.9951 2.57C19.9951 2.23 19.7651 2 19.3651 2H4.62512C4.22512 2 3.99512 2.23 3.99512 2.57C3.99512 2.67 4.01512 2.77 4.05512 2.88C5.15512 5.82 5.70512 8.91 5.70512 12C5.70512 15.09 5.15512 18.18 4.06512 21.12C4.01512 21.23 3.99512 21.34 3.99512 21.43C3.99512 21.76 4.22512 22 4.62512 22H19.3751C19.7651 22 20.0051 21.76 20.0051 21.43C19.9951 21.33 19.9751 21.23 19.9351 21.12ZM6.53512 20C7.30512 17.4 7.69512 14.72 7.69512 12C7.69512 9.28 7.30512 6.6 6.53512 4H17.4451C16.6751 6.6 16.2851 9.28 16.2851 12C16.2851 14.72 16.6751 17.4 17.4451 20H6.53512Z",
key: "1ou85k"
}
]
]);
export { PanoramaVertical as default };
//# sourceMappingURL=panorama_vertical.js.map