@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) • 933 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", { d: "m12 11.807-4.596 3.212A3.287 3.287 0 0 0 9.287 21h5.426a3.287 3.287 0 0 0 1.883-5.981zm0 0L7.498 8.95A3.226 3.226 0 0 1 9.226 3h5.548a3.226 3.226 0 0 1 1.728 5.95z" }),
_createElementVNode("path", {
fill: "#4e5964",
d: "m8.665 17.629.005-.009.193-.268c1.543-2.141 4.73-2.141 6.274 0l.15.209q.046.063.08.134A.908.908 0 0 1 14.55 19H9.524a.955.955 0 0 1-.86-1.371Z"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M12 8v1"
})
]))
}