@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
17 lines (16 loc) • 780 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: "M5.736 20.05a5.97 5.97 0 0 0 3.233.945h6a6 6 0 0 0 6-6v-.375a5.63 5.63 0 0 0-4.475-5.508M19 2 2 19M8 9V5.893C8 4.295 9.359 3 11.035 3h2.07c1.264 0 2.345.748 2.781 1.806m0 0q.067.165.114.337zM11.994 9h-3.37A5.625 5.625 0 0 0 3 14.625V15c0 .849.177 1.656.495 2.388M12.15 16.495v-2.5"
})
]))
}