@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
32 lines (31 loc) • 1.42 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: "m17 8.424 2.036-2.082C19.826 5.534 21 6.248 21 7.536v8.928c0 1.288-1.174 2.002-1.964 1.194L17 15.576M9 16H6"
}),
_createElementVNode("circle", {
cx: "7.5",
cy: "9.5",
r: "1.5"
}),
_createElementVNode("path", {
fill: "#4e5964",
d: "m5.999 19.744-.25.707zm-.13-.866a.75.75 0 0 0-.652 1.351l.326-.675zM17 8.5h-.75v7h1.5v-7zm-4.5 11.5v-.75h-5v1.5h5zm4.5-4.5h-.75a3.75 3.75 0 0 1-3.75 3.75v1.5c2.9 0 5.25-2.35 5.25-5.25zm-9.5 4.5v-.75c-.44 0-.86-.075-1.25-.213l-.25.707-.25.707a5.2 5.2 0 0 0 1.75.299zm-1.5-.256.25-.707a4 4 0 0 1-.38-.159l-.326.676-.326.675q.258.125.532.222z"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "m19.092 3-2.92 2.898M2 19.966l1.849-1.835M16.172 5.898A4.5 4.5 0 0 0 12.5 4h-5A4.5 4.5 0 0 0 3 8.5v7c0 .982.315 1.891.849 2.631M16.172 5.898 3.85 18.131"
})
]))
}