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

6 lines
704 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const DeblurIcon = createSvgIcon(
[<circle cx="6" cy="14" r="1" key="0" />,<circle cx="6" cy="18" r="1" key="1" />,<circle cx="6" cy="10" r="1" key="2" />,<circle cx="3" cy="10" r=".5" key="3" />,<circle cx="6" cy="6" r="1" key="4" />,<circle cx="3" cy="14" r=".5" key="5" />,<circle cx="10" cy="21" r=".5" key="6" />,<circle cx="10" cy="3" r=".5" key="7" />,<circle cx="10" cy="6" r="1" key="8" />,<circle cx="10" cy="14" r="1.5" key="9" />,<circle cx="10" cy="10" r="1.5" key="10" />,<circle cx="10" cy="18" r="1" key="11" />,<path d="M12 3v2c3.86 0 7 3.14 7 7s-3.14 7-7 7v2c4.96 0 9-4.04 9-9s-4.04-9-9-9z" key="12" />,]
, 'DeblurOutlined');