estat-icons
Version:
estat.pro icons
16 lines (15 loc) • 802 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 1a1 1 0 0 1 1 1v1.055A9.003 9.003 0 0 1 20.945 11H22a1 1 0 1 1 0 2h-1.055A9.003 9.003 0 0 1 13 20.945V22a1 1 0 1 1-2 0v-1.055A9.003 9.003 0 0 1 3.055 13H2a1 1 0 1 1 0-2h1.055A9.003 9.003 0 0 1 11 3.055V2a1 1 0 0 1 1-1Zm0 4a1 1 0 0 1 1 1v5h5a1 1 0 1 1 0 2h-5v5a1 1 0 1 1-2 0v-5H6a1 1 0 1 1 0-2h5V6a1.002 1.002 0 0 1 1-1Z",
"clip-rule": "evenodd"
})
]))
}