google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 538 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 GridGoldenratio = createIcon("GridGoldenratio", [
[
"path",
{
d: "M22 11V9H15V2H13V9H11V2H9V9H2V11H9V13H2V15H9V22H11V15H13V22H15V15H22V13H15V11H22ZM13 13H11V11H13V13Z",
key: "11p5g9"
}
]
]);
export { GridGoldenratio as default };
//# sourceMappingURL=grid_goldenratio.js.map