@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) • 778 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",
d: "M3 14.625A5.625 5.625 0 0 1 8.625 9h6.75A5.625 5.625 0 0 1 21 14.625V15a6 6 0 0 1-6 6H9a6 6 0 0 1-6-6zM8 9V6a3 3 0 0 1 3-3h2.152A2.85 2.85 0 0 1 16 5.848V9"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M12 16.495v-2.5",
opacity: ".5"
})
]))
}