open-icon
Version:
Open Icon
4 lines (3 loc) • 1.42 kB
TypeScript
declare const IconChartHalfCircle = "<svg id=\"chart-half-circle\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><path d=\"M36,19c-14.91,0-27,12.09-27,27h18c0-4.97,4.03-9,9-9s9,4.03,9,9h18c0-14.91-12.09-27-27-27Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\"/><line x1=\"42.36\" y1=\"39.64\" x2=\"55.09\" y2=\"26.91\" style=\"fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"29.64\" y1=\"39.64\" x2=\"16.91\" y2=\"26.91\" style=\"fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"36\" y1=\"19\" x2=\"36\" y2=\"37\" style=\"fill: none; stroke: var(--icon-stroke-color-secondary, var(--icon-stroke-color, currentColor)); stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><path d=\"M36,19c-14.91,0-27,12.09-27,27h18c0-4.97,4.03-9,9-9s9,4.03,9,9h18c0-14.91-12.09-27-27-27Z\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></svg>";
export default IconChartHalfCircle;
export { IconChartHalfCircle };