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

6 lines
730 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const SportsEsportsIcon = createSvgIcon(
[<path d="m21.58 16.09-1.09-7.66C20.21 6.46 18.52 5 16.53 5H7.47C5.48 5 3.79 6.46 3.51 8.43l-1.09 7.66C2.2 17.63 3.39 19 4.94 19c.68 0 1.32-.27 1.8-.75L9 16h6l2.25 2.25c.48.48 1.13.75 1.8.75 1.56 0 2.75-1.37 2.53-2.91zm-2.1.72c-.08.09-.21.19-.42.19-.15 0-.29-.06-.39-.16L15.83 14H8.17l-2.84 2.84c-.1.1-.24.16-.39.16-.21 0-.34-.1-.42-.19-.08-.09-.16-.23-.13-.44l1.09-7.66C5.63 7.74 6.48 7 7.47 7h9.06c.99 0 1.84.74 1.98 1.72l1.09 7.66c.03.2-.05.34-.12.43z" key="0" />,<path d="M9 8H8v2H6v1h2v2h1v-2h2v-1H9z" key="1" />,<circle cx="17" cy="12" r="1" key="2" />,<circle cx="15" cy="9" r="1" key="3" />,]
, 'SportsEsportsOutlined');