UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 803 B
/** * @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 PanoramaHorizontalSelect = createIcon("PanoramaHorizontalSelect", [ [ "path", { d: "M12 5.49934C8.11 5.49934 5.05 4.65934 3.31 4.06934C2.67 3.84934 2 4.32934 2 5.01934V18.9993C2 19.6793 2.66 20.1693 3.31 19.9493C5.36 19.2593 8.1 18.4993 12 18.4993C15.87 18.4993 18.66 19.2593 20.69 19.9493C21.34 20.1593 22 19.6793 22 18.9993V4.99934C22 4.31934 21.34 3.82934 20.69 4.04934C18.66 4.72934 15.86 5.49934 12 5.49934Z", key: "1tf50e" } ] ]); export { PanoramaHorizontalSelect as default }; //# sourceMappingURL=panorama_horizontal_select.js.map