estat-icons
Version:
estat.pro icons
16 lines (15 loc) • 587 B
JavaScript
import { createElementVNode as _createElementVNode, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue"
export default function render(_ctx, _cache) {
return (_openBlock(), _createElementBlock("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 24 24",
fill: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", {
"fill-rule": "evenodd",
d: "M12.55 5.45a4.95 4.95 0 0 1 7 7l-6.914 6.914a.9.9 0 0 1-1.272 0L4.45 12.45a4.95 4.95 0 0 1 7-7L12 6l.55-.55Z",
"clip-rule": "evenodd"
})
]))
}