@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
28 lines (27 loc) • 1.29 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: "M6 11h4M8 13V9"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "M17.765 11.235a.375.375 0 1 1-.532.53.375.375 0 0 1 .532-.53M13.765 11.235a.375.375 0 1 1-.532.53.375.375 0 0 1 .532-.53M15.765 9.235a.375.375 0 1 1-.532.53.375.375 0 0 1 .532-.53M15.765 13.235a.375.375 0 1 1-.532.53.375.375 0 0 1 .532-.53"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M12.618 6.008c.14-2.041.136-1.983-1.29-2.75"
}),
_createElementVNode("path", { d: "M21 11.5v6.987a2.143 2.143 0 0 1-3.899 1.229l-2.004-2.863A2 2 0 0 0 13.46 16H10.54a2 2 0 0 0-1.638.853L6.757 19.92a1.8 1.8 0 0 1-2.016.688A2.48 2.48 0 0 1 3 18.239V11.5A5.5 5.5 0 0 1 8.5 6h7a5.5 5.5 0 0 1 5.5 5.5Z" })
]))
}