@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
25 lines (24 loc) • 1.35 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: "M15.623 4.042a8.94 8.94 0 0 1 4.388 4.07 8.73 8.73 0 0 1 .791 5.882 8.83 8.83 0 0 1-3.162 5.052A9.1 9.1 0 0 1 11.946 21a9.1 9.1 0 0 1-5.67-2.022 8.83 8.83 0 0 1-3.1-5.09 8.73 8.73 0 0 1 .863-5.87A8.95 8.95 0 0 1 8.477 4"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M12 6.5V3"
}),
_createElementVNode("path", {
fill: "#4e5964",
d: "M8.85 15.33h.71q.32 0 .45-.13.14-.14.14-.46v-3.05q0-.32-.14-.45-.13-.14-.45-.14h-.71q-.32 0-.45.14-.13.13-.13.45v3.05q0 .32.13.46.13.13.45.13m.92 1.1H8.65q-.79 0-1.22-.42T7 14.8v-3.17q0-.79.43-1.21T8.65 10h1.12q.79 0 1.22.42t.43 1.21v3.17q0 .79-.43 1.21t-1.22.42M13.658 16.43h-.83q-.21 0-.21-.21v-6.01q0-.21.21-.21h.75q.21 0 .28.14l2.02 3.79h.04v-3.72q0-.21.21-.21h.83q.21 0 .21.21v6.01q0 .21-.21.21h-.73a.33.33 0 0 1-.32-.2l-2-3.72h-.04v3.71q0 .21-.21.21"
})
]))
}