@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
26 lines (25 loc) • 925 B
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",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
d: "M14.506 7c3.112 0 4.386 1.955 2.83 4.347l-2.506 3.86c-1.556 2.391-4.104 2.391-5.66 0l-2.506-3.86C5.108 8.955 6.382 7 9.494 7z",
opacity: ".4"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
d: "M14.506 7H9.494c-3.112 0-4.386 1.955-2.83 4.347l2.506 3.86"
})
]))
}