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

6 lines
194 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const PowerInputIcon = createSvgIcon(
<path d="M2 9v2h19V9H2zm0 6h5v-2H2v2zm7 0h5v-2H9v2zm7 0h5v-2h-5v2z" />
, 'PowerInputOutlined');