open-icon
Version:
Open Icon
8 lines (7 loc) • 1.36 kB
JavaScript
// lib/icons/politician2.ts
var IconPolitician2 = `<svg id="politician_2" data-name="politician 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><polyline points="21.27 63 18 40.5 36 40.5 54 40.5 50.73 63" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><path d="M27,40.5v-4.5s2.25-4.5,9-4.5,9,4.5,9,4.5v4.5" 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));"/><circle cx="36" cy="22.5" r="4.5" 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="36" x2="36" y2="31.5" 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));"/><polyline points="21.27 63 18 40.5 36 40.5 54 40.5 50.73 63" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;
var politician2_default = IconPolitician2;
export {
IconPolitician2,
politician2_default as default
};