@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
35 lines (34 loc) • 1.7 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("g", {
"stroke-width": "1.5",
"clip-path": "url(#clip0_13827_279)"
}, [
_createElementVNode("path", {
"stroke-linecap": "round",
d: "m8.017 15.901-3.134-.98c-.495-.154-1.158.446-1.56.668-1.076.595-.715 2.062.612 2.476l8.254 2.581c1.94.607 4.259-1.006 5.315-1.867.362-.296.911-.397 1.433-.234.726.227 1.463-.065 1.647-.652l.5-1.602c.322-1.025-.447-2.178-1.715-2.575l-2.208-.69c-.653-.204-1.345-.174-1.904.083zm0 0 4.18 1.307"
}),
_createElementVNode("path", { d: "M11.56 4.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" }),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M17.744 5 17 5.744M17.744 9.744 17 9M6.744 5.744 6 5M6.744 9 6 9.744"
})
]),
_createElementVNode("defs", null, [
_createElementVNode("clipPath", { id: "clip0_13827_279" }, [
_createElementVNode("path", {
fill: "#fff",
d: "M0 0h24v24H0z"
})
])
])
]))
}