UNPKG

open-icon

Version:

Open Icon

4 lines (3 loc) 1.35 kB
declare const IconStamp = "<svg id=\"stamp\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 72 72\"><path d=\"M30.37,39.91c-.16,1.75-.55,3.49-1.25,5.09h13.74c-.06-.14-.13-.28-.2-.41-2-4.51-1.42-9.87,1.67-13.71,1.47-1.83,2.35-4.16,2.35-6.69,0-6.32-5.48-11.35-11.94-10.62-4.77.54-8.67,4.33-9.33,9.09-.42,3,.42,5.81,2.06,7.97,2.03,2.68,3.19,5.94,2.89,9.28Z\" style=\"fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);\"/><polygon points=\"18 54 18 49.5 29.12 45 42.86 45 54 49.5 54 54 18 54\" style=\"fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));\"/><path d=\"M30.37,39.91c-.16,1.75-.55,3.49-1.25,5.09h13.74c-.06-.14-.13-.28-.2-.41-2-4.51-1.42-9.87,1.67-13.71,1.47-1.83,2.35-4.16,2.35-6.69,0-6.32-5.48-11.35-11.94-10.62-4.77.54-8.67,4.33-9.33,9.09-.42,3,.42,5.81,2.06,7.97,2.03,2.68,3.19,5.94,2.89,9.28Z\" style=\"fill: none; stroke-miterlimit: 10; 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: 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 IconStamp; export { IconStamp };