@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
20 lines (19 loc) • 1.11 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", { d: "M3.058 10.873c-.625-3.605 3.936-5.741 6.48-3.086 1.418 1.482 3.828 1.507 5.246.026 2.483-2.592 6.847-.357 6.14 3.144l-1.176 5.81C19.251 19.23 17.066 21 14.528 21H9.44c-2.672 0-4.956-1.904-5.407-4.509z" }),
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "M6 14.5h4M8 16.5v-4M17.765 14.235a.375.375 0 1 1-.532.53.375.375 0 0 1 .532-.53M13.765 14.235a.375.375 0 1 1-.532.53.375.375 0 0 1 .532-.53M15.765 12.235a.375.375 0 1 1-.532.53.375.375 0 0 1 .532-.53M15.765 16.235a.375.375 0 1 1-.532.53.375.375 0 0 1 .532-.53"
}),
_createElementVNode("path", { d: "M15.6 7.5v-.9a3.6 3.6 0 0 0-7.2 0" })
]))
}