google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 961 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 PanoramaVerticalSelect = createIcon("PanoramaVerticalSelect", [
[
"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.9851 2.77 20.0051 2.66 20.0051 2.57C20.0051 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.16512 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.43C20.0051 21.33 19.9851 21.23 19.9351 21.12Z",
key: "3p04w5"
}
]
]);
export { PanoramaVerticalSelect as default };
//# sourceMappingURL=panorama_vertical_select.js.map