6 lines
234 B
TypeScript
Executable File
6 lines
234 B
TypeScript
Executable File
import {createSvgIcon} from '../create-svg-icon';
|
|
|
|
export const GridGoldenratioIcon = createSvgIcon(
|
|
<path d="M22 11V9h-7V2h-2v7h-2V2H9v7H2v2h7v2H2v2h7v7h2v-7h2v7h2v-7h7v-2h-7v-2h7zm-9 2h-2v-2h2v2z" />
|
|
, 'GridGoldenratioOutlined');
|