Files
mtdb_movie/common/resources/client/icons/material/Layers.tsx
maher 703f50a09d
Some checks failed
Build / run (push) Has been cancelled
first commit
2025-10-29 11:42:25 +01:00

6 lines
266 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const LayersIcon = createSvgIcon(
<path d="m11.99 18.54-7.37-5.73L3 14.07l9 7 9-7-1.63-1.27zM12 16l7.36-5.73L21 9l-9-7-9 7 1.63 1.27L12 16zm0-11.47L17.74 9 12 13.47 6.26 9 12 4.53z" />
, 'LayersOutlined');