@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
17 lines (16 loc) • 938 B
JavaScript
const { createElementVNode: _createElementVNode, openBlock: _openBlock, createElementBlock: _createElementBlock } = require("vue")
module.exports = 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: "M20.048 9.999a.75.75 0 0 0-1.5.003l.002 1.371-1.371.003a.75.75 0 1 0 .004 1.5l1.37-.003.003 1.371a.75.75 0 0 0 1.5-.003l-.003-1.37 1.372-.004a.75.75 0 1 0-.003-1.5l-1.372.003z",
"clip-rule": "evenodd"
}),
_createElementVNode("path", { d: "M11.822 3.53c.972-.867 2.519-.335 2.752.947a42 42 0 0 1 0 15.047c-.233 1.282-1.78 1.814-2.752.947L6.98 16.15a2.25 2.25 0 0 0-1.322-.565l-.693-.055a2.75 2.75 0 0 1-2.535-2.74v-1.707a2.75 2.75 0 0 1 2.75-2.75h.401a2.25 2.25 0 0 0 1.498-.571z" })
]))
}