@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) • 1.02 kB
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: "M3 8.565C3 7.701 3.73 7 4.628 7h11.744c.9 0 1.628.701 1.628 1.565v3.224c0 1.912-.79 3.746-2.197 5.099A7.66 7.66 0 0 1 10.502 19c-.985 0-1.96-.186-2.87-.549a7.5 7.5 0 0 1-2.434-1.563 7.2 7.2 0 0 1-1.626-2.34A7 7 0 0 1 3 11.789zM14.358 4c-.195.113-.358.667-.358 1M7.386 4S7 4.333 7 5M11.077 3c-.39.226-.934 1-.934 2"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M4 21h13"
}),
_createElementVNode("path", { d: "M18.395 9.002A3 3 0 1 1 18.5 15h-1" })
]))
}