estat-icons
Version:
estat.pro icons
17 lines (16 loc) • 1.14 kB
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 20 20",
fill: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", {
"fill-rule": "evenodd",
d: "M7.676 3.29a2.5 2.5 0 0 0 .114 3.534l2.667 2.5a2.5 2.5 0 0 0 3.42 0l.786-.738a.2.2 0 0 1 .337.146v1.472A2.91 2.91 0 0 0 16 8v-.58a.2.2 0 0 1 .063-.146l1.6-1.5A.2.2 0 0 1 18 5.92V8c0 2.669-1.965 4.398-3.92 4.87-.794 1.036-1.983 1.727-3.08 2V16h2a1 1 0 1 1 0 2H7a1 1 0 1 1 0-2h2v-1.13c-1.097-.273-2.286-.964-3.08-2C3.965 12.397 2 10.668 2 8V4a1 1 0 0 1 1-1h2a1 1 0 0 1 1-1h7.975a.2.2 0 0 1 .132.35l-1.804 1.602a.2.2 0 0 1-.27-.004l-.823-.772a2.5 2.5 0 0 0-3.534.114ZM5 5H4v3a2.91 2.91 0 0 0 1 2.204V5Z",
"clip-rule": "evenodd"
}),
_createElementVNode("path", { d: "M18.184 3.23a1 1 0 1 0-1.368-1.46l-4.65 4.36-1.982-1.86a1 1 0 1 0-1.368 1.46l2.667 2.5a1 1 0 0 0 1.368 0l5.333-5Z" })
]))
}