@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
30 lines (29 loc) • 1.24 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: "M3 3h18"
}),
_createElementVNode("path", {
d: "M11.56 6.334a.457.457 0 0 1 .88 0l.391 1.255c.062.199.24.333.44.333h1.265c.449 0 .635.599.272.873l-1.023.776a.495.495 0 0 0-.168.54l.39 1.255c.14.445-.349.815-.711.54l-1.024-.776a.45.45 0 0 0-.544 0l-1.024.776c-.362.274-.85-.095-.712-.54l.391-1.255a.495.495 0 0 0-.168-.54l-1.023-.776c-.363-.274-.177-.873.272-.873h1.265c.2 0 .378-.134.44-.333z",
opacity: ".4"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M9 15H5M19 15h-4",
opacity: ".4"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M4 3v11.933a4.5 4.5 0 0 0 2.958 4.227l3.5 1.277a4.5 4.5 0 0 0 3.084 0l3.5-1.277A4.5 4.5 0 0 0 20 14.933V3"
})
]))
}