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

6 lines
248 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const SignpostIcon = createSvgIcon(
<path d="M13 10h5l3-3-3-3h-5V2h-2v2H4v6h7v2H6l-3 3 3 3h5v4h2v-4h7v-6h-7v-2zM6 6h11.17l1 1-1 1H6V6zm12 10H6.83l-1-1 1-1H18v2z" />
, 'SignpostOutlined');