UNPKG

open-icon

Version:

Open Icon

4 lines (3 loc) 1.14 kB
declare const IconPinTilted = "<svg id=\"pin-tilted\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><g ><path d=\"M43.73,37.82l12.73-12.73-9.55-9.55-12.73,12.73c-5.55-1.97-11.97-.75-16.41,3.69l22.27,22.27c4.44-4.44,5.66-10.87,3.69-16.41Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\" /></g><line x1=\"29.41\" y1=\"42.59\" x2=\"13.5\" y2=\"58.5\" style=\"fill: white; 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));\"/><g><line x1=\"42.14\" y1=\"10.77\" x2=\"61.23\" y2=\"29.86\" style=\"fill: white; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><path d=\"M43.73,37.82l12.73-12.73-9.55-9.55-12.73,12.73c-5.55-1.97-11.97-.75-16.41,3.69l22.27,22.27c4.44-4.44,5.66-10.87,3.69-16.41Z\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/></g></svg>"; export default IconPinTilted; export { IconPinTilted };