google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 795 B
JavaScript
/**
* @license google-material-icons v2.1.4 - 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: "M18.4979 12C18.4979 8.11 19.3379 5.05 19.9279 3.31C20.1479 2.67 19.6679 2 18.9779 2H4.99787C4.31787 2 3.83787 2.66 4.04787 3.31C4.73787 5.36 5.49787 8.1 5.49787 12C5.49787 15.87 4.73787 18.66 4.04787 20.69C3.83787 21.34 4.31787 22 4.99787 22H18.9979C19.6779 22 20.1679 21.34 19.9479 20.69C19.2679 18.66 18.4979 15.86 18.4979 12Z",
key: "1gv1gj"
}
]
]);
export { PanoramaVerticalSelect as default };
//# sourceMappingURL=panorama_vertical_select.js.map