UNPKG

open-icon

Version:

Open Icon

4 lines (3 loc) 1.11 kB
declare const IconCactus = "<svg id=\"cactus\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><path d=\"M58.06,18.02c-2.34.22-4.06,2.32-4.06,4.67v4.31h-9v-9c0-4.97-4.03-9-9-9s-9,4.03-9,9v22.5h-9v-9c0-2.63-2.26-4.73-4.94-4.48-2.34.22-4.06,2.32-4.06,4.67v9.81c0,4.42,3.58,8,8,8h10v13.5h18v-27h10c4.42,0,8-3.58,8-8v-5.5c0-2.63-2.26-4.73-4.94-4.48Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\"/><path d=\"M58.06,18.02c-2.34.22-4.06,2.32-4.06,4.67v4.31h-9v-9c0-4.97-4.03-9-9-9s-9,4.03-9,9v22.5h-9v-9c0-2.63-2.26-4.73-4.94-4.48-2.34.22-4.06,2.32-4.06,4.67v9.81c0,4.42,3.58,8,8,8h10v13.5h18v-27h10c4.42,0,8-3.58,8-8v-5.5c0-2.63-2.26-4.73-4.94-4.48Z\" style=\"fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><line x1=\"13.5\" y1=\"63\" x2=\"58.5\" y2=\"63\" style=\"fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></svg>"; export default IconCactus; export { IconCactus };