UNPKG

open-icon

Version:

Open Icon

4 lines (3 loc) 881 B
declare const IconPacman = "<svg id=\"pacman\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><path d=\"M36,36l20.12-10.06c-3.69-7.37-11.32-12.44-20.12-12.44-12.43,0-22.5,10.07-22.5,22.5s10.07,22.5,22.5,22.5c8.81,0,16.43-5.06,20.12-12.44l-20.12-10.06Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;\"/><path d=\"M36,36l20.12-10.06c-3.69-7.37-11.32-12.44-20.12-12.44-12.43,0-22.5,10.07-22.5,22.5s10.07,22.5,22.5,22.5c8.81,0,16.43-5.06,20.12-12.44l-20.12-10.06Z\" style=\"fill: none; stroke-linecap: round; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"36\" y1=\"25\" x2=\"36\" y2=\"25\" style=\"fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width: 8px;\"/></svg>"; export default IconPacman; export { IconPacman };