@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
23 lines (22 loc) • 914 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: "M17.813 14.455C17.813 13.993 17.4 9 12.5 9s-5.312 4.993-5.312 5.454c0 .462-3.188.542-3.188 3.771s3.4 2.75 3.4 2.75h10.2s3.4.479 3.4-2.75-3.187-3.31-3.187-3.77"
}),
_createElementVNode("path", { d: "M13.61 9a4.001 4.001 0 1 0-5.804 4.209" }),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M9.668 3.667V3M3.668 9.667h-.667M5.543 5.542l-.59-.59"
})
]))
}