@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
24 lines (23 loc) • 963 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: "M3 13.5A4.5 4.5 0 0 1 7.5 9h9a4.5 4.5 0 0 1 4.5 4.5v3a4.5 4.5 0 0 1-4.5 4.5h-9A4.5 4.5 0 0 1 3 16.5z" }),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M8 9V6a3 3 0 0 1 3-3h2.152A2.85 2.85 0 0 1 16 5.848V9"
}),
_createElementVNode("path", {
fill: "#4e5964",
"fill-rule": "evenodd",
d: "M12 11.875a1.75 1.75 0 0 1 .75 3.33v1.42a.75.75 0 0 1-1.5 0v-1.42a1.748 1.748 0 0 1 .75-3.33m0 1.25a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1",
"clip-rule": "evenodd"
})
]))
}