@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
21 lines (20 loc) • 902 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",
fill: "none",
viewBox: "0 0 24 24",
"stroke-width": "1.5",
stroke: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "M20.8 9c.11 0 .2-.09.197-.2A6 6 0 0 0 15.2 3.003a.195.195 0 0 0-.2.197v5.6c0 .11.09.2.2.2z",
"clip-rule": "evenodd",
opacity: ".4"
}),
_createElementVNode("path", { d: "M19.483 17a9 9 0 0 0 1.512-4.7.29.29 0 0 0-.295-.3h-5.86c-.165 0-.297.135-.317.3a2.54 2.54 0 1 1-2.822-2.823c.164-.02.299-.152.299-.318V3.3c0-.166-.134-.3-.3-.295A9 9 0 1 0 19.483 17Z" })
]))
}