open-icon
Version:
Open Icon
4 lines (3 loc) • 1.12 kB
TypeScript
declare const IconIcon43 = "<svg id=\"Artboard_45\" data-name=\"Artboard 45\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><circle cx=\"36\" cy=\"36\" r=\"27\" style=\"fill: none; stroke-linejoin: bevel; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"36\" y1=\"36\" x2=\"36\" y2=\"36\" style=\"fill: var(--icon-line-color, currentColor); stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-linecap: round; stroke-linejoin: round; stroke-width: 8px;\"/><line x1=\"22.5\" y1=\"36\" x2=\"22.5\" y2=\"36\" style=\"fill: var(--icon-line-color, currentColor); stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-linecap: round; stroke-linejoin: round; stroke-width: 8px;\"/><line x1=\"49.5\" y1=\"36\" x2=\"49.5\" y2=\"36\" style=\"fill: var(--icon-line-color, currentColor); stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-linecap: round; stroke-linejoin: round; stroke-width: 8px;\"/></svg>";
export default IconIcon43;
export { IconIcon43 };