google-material-icons
Version:
A google material icon library package for React applications
24 lines (20 loc) • 627 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 Expand = createIcon("Expand", [
["path", { d: "M20 20H4V22H20V20Z", key: "1emsqu" }],
["path", { d: "M20 2H4V4H20V2Z", key: "1oaj3n" }],
[
"path",
{
d: "M9.41 13.59L8 15L12 19L16 15L14.59 13.59L13 15.17V8.83L14.59 10.41L16 9L12 5L8 9L9.41 10.41L11 8.83V15.17L9.41 13.59Z",
key: "mnf1ry"
}
]
]);
export { Expand as default };
//# sourceMappingURL=expand.js.map