Files
maher 703f50a09d
Some checks failed
Build / run (push) Has been cancelled
first commit
2025-10-29 11:42:25 +01:00

6 lines
213 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const WbShadeIcon = createSvgIcon(
<path d="M14 12v2.5l5.5 5.5H22l-8-8zm0 8h3l-3-3v3zM8 4l-6 6h2v10h8V10h2L8 4zm1 10H7v-4h2v4z" />
, 'WbShadeOutlined');