5
common/resources/client/icons/material/FlashlightOn.tsx
Executable file
5
common/resources/client/icons/material/FlashlightOn.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const FlashlightOnIcon = createSvgIcon(
|
||||
[<path d="M18 2H6v6l2 3v11h8V11l2-3V2zm-2 2v1H8V4h8zm-2 6.4V20h-4v-9.61l-2-3V7h8v.39l-2 3.01z" key="0" />,<circle cx="12" cy="14" r="1.5" key="1" />,]
|
||||
, 'FlashlightOnOutlined');
|
||||
Reference in New Issue
Block a user