@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
43 lines (42 loc) • 1.67 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",
d: "m16.506 3.003-9-.002a4.5 4.5 0 0 0-4.501 4.5l-.002 9A4.5 4.5 0 0 0 7.502 21l9 .002a4.5 4.5 0 0 0 4.5-4.499l.003-9a4.5 4.5 0 0 0-4.5-4.5Z"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "m6.006 5.991.01.01-.01.01-.01-.01zM8.016 5.991l.01.01-.01.01-.01-.01z",
"clip-rule": "evenodd",
opacity: ".4"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "m10.006 6.002 8 .002",
opacity: ".4"
}),
_createElementVNode("g", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-width": "1.5",
opacity: ".4"
}, [
_createElementVNode("path", { d: "m5 16 1.667-5 1.666 5M5.557 14.611h2.222" })
]),
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "M10.135 16v-5h2.222c.614 0 1.111.498 1.111 1.111v2.778c0 .614-.497 1.111-1.111 1.111zM18.6 12.111c0-.614-.497-1.111-1.11-1.111h-1.111c-.614 0-1.111.498-1.111 1.111v.24c0 .512.349.957.846 1.079l1.65.406A1.098 1.098 0 0 1 17.504 16h-1.124a1.11 1.11 0 0 1-1.111-1.111v-.278",
opacity: ".4"
})
]))
}