@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
22 lines (21 loc) • 927 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: "M8 5v1M16 5v1M12 3v2M3 20.25h18M19.773 20a8.57 8.57 0 0 0 .07-7.5 8.65 8.65 0 0 0-3.25-3.63 8.76 8.76 0 0 0-9.396.098 8.64 8.64 0 0 0-3.17 3.698 8.56 8.56 0 0 0-.651 4.81c.153.99.335 1.78.7 2.524"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "M15 15v-.5a2 2 0 0 0-2-2h-2a2 2 0 0 0-2 2v.306a2 2 0 0 0 1.671 1.973l2.658.442A2 2 0 0 1 15 19.194v.306M12 11v9"
})
]))
}