estat-icons
Version:
estat.pro icons
12 lines (11 loc) • 896 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", { d: "M22 5.956a7.979 7.979 0 0 1-2.288.627 3.994 3.994 0 0 0 1.752-2.205 7.955 7.955 0 0 1-2.53.966 3.986 3.986 0 0 0-6.79 3.635 11.314 11.314 0 0 1-8.212-4.163 3.986 3.986 0 0 0 1.233 5.32 3.975 3.975 0 0 1-1.804-.499v.051a3.986 3.986 0 0 0 3.196 3.907 4.014 4.014 0 0 1-1.8.069A3.987 3.987 0 0 0 8.48 16.43a7.995 7.995 0 0 1-4.949 1.706c-.318 0-.635-.018-.95-.056a11.267 11.267 0 0 0 6.106 1.79c7.33 0 11.336-6.07 11.336-11.335 0-.171-.004-.344-.011-.515a8.1 8.1 0 0 0 1.986-2.062L22 5.956Z" })
]))
}