google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 590 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 FitScreen = createIcon("FitScreen", [
[
"path",
{
d: "M17 4H20C21.1 4 22 4.9 22 6V8H20V6H17V4ZM4 8V6H7V4H4C2.9 4 2 4.9 2 6V8H4ZM20 16V18H17V20H20C21.1 20 22 19.1 22 18V16H20ZM7 18H4V16H2V18C2 19.1 2.9 20 4 20H7V18ZM18 8H6V16H18V8Z",
key: "tu87rb"
}
]
]);
export { FitScreen as default };
//# sourceMappingURL=fit_screen.js.map