@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
26 lines (25 loc) • 807 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",
d: "M13.89 3.995a4.016 4.016 0 1 1-3.892 0"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M3.464 15.799a4.016 4.016 0 1 1 2.752 2.752M17.784 18.55a4.016 4.016 0 1 1 2.752-2.752"
}),
_createElementVNode("circle", {
cx: "12",
cy: "11.995",
r: "4.25"
})
]))
}