Files
mtdb_movie/common/resources/client/icons/material/Bolt.tsx
T
maher 511fad8199
Build / run (push) Has been cancelled
Initial commit
2026-05-14 13:42:10 +02:00

6 lines
249 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const BoltIcon = createSvgIcon(
<path d="M11 21h-1l1-7H7.5c-.88 0-.33-.75-.31-.78C8.48 10.94 10.42 7.54 13.01 3h1l-1 7h3.51c.4 0 .62.19.4.66C12.97 17.55 11 21 11 21z" />
, 'BoltOutlined');