@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
44 lines (43 loc) • 1.81 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: "M18 12v9m3-6.75c-.222-.776-1.005-1.35-1.937-1.35H17c-1.105 0-2 .806-2 1.8s.895 1.8 2 1.8h2c1.105 0 2 .806 2 1.8s-.895 1.8-2 1.8h-2.063c-.932 0-1.715-.574-1.937-1.35"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M16 4s2.78-.525 4 1c.976 1.22 1 2 1 2"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "m16 5-1-1 1-1"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M8.016 19.996s-2.777.538-4.005-.975C3.028 17.81 3 17.033 3 17.033"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "m8.01 18.998 1.006.992-.995 1.002"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M8.624 9c1.02-.336 1.641-1.46.923-2.55-.46-.699-1.37-.879-2.207-.879H3M8.624 9H3.857m4.767 0c.93.466 1.643 1.598.813 2.697-.432.572-1.195.731-1.912.731h-3.24A.43.43 0 0 1 3.858 12V9m0 0v-.857"
}),
_createElementVNode("path", {
fill: "#4e5964",
d: "M7.285 14.143v-.858H5.57v.858h1.714M5.57 15a.857.857 0 1 0 1.714 0H5.57m.857-.857H5.57V15h1.714v-.857zM7.285 3A.857.857 0 0 0 5.57 3h1.714m-1.714.857v.857h1.714v-.857H5.57M6.428 3H5.57v.857h1.714V3z"
})
]))
}