UNPKG

open-icon

Version:

Open Icon

4 lines (3 loc) 2.01 kB
declare const IconVote = "<svg id=\"vote\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><g ><path d=\"M54,31.65v-.15h0c0,.05,0,.1,0,.15Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\" /><path d=\"M50.72,40l-9.55,9.55c-2.64,2.64-6.91,2.64-9.55,0-2.64-2.64-2.64-6.91,0-9.55l8.5-8.5h-22.13v27h36v-26.06c-.1,2.75-1.18,5.46-3.28,7.56Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\" /></g><path d=\"M31.53,31.5c.13-2.69,1.22-5.35,3.28-7.41\" 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));\"/><rect x=\"42.66\" y=\"16.41\" width=\"22.5\" height=\"9\" transform=\"translate(30.57 -31.99) rotate(45)\" 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=\"9\" y1=\"58.5\" x2=\"63\" y2=\"58.5\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"54\" y1=\"31.5\" x2=\"54\" y2=\"58.5\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><polyline points=\"18 58.5 18 31.5 40.13 31.5\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><path d=\"M34.81,24.09c4.39-4.39,11.52-4.39,15.91,0,4.39,4.39,4.39,11.52,0,15.91h0l-9.55,9.55c-2.64,2.64-6.91,2.64-9.55,0s-2.64-6.91,0-9.55l11.14-11.14\" 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));\"/></svg>"; export default IconVote; export { IconVote };