@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
23 lines (22 loc) • 963 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",
d: "M17.5 14c.592-.363 1-1.118 1-1.998s-.408-1.635-1-2.002M19.503 16c1.206-.88 1.997-2.341 1.997-3.999 0-1.66-.793-3.121-2-4.001",
opacity: ".4"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M3.5 11.083a2 2 0 0 1 2-2h.402a3 3 0 0 0 1.997-.761l4.743-4.232a.918.918 0 0 1 1.515.52 41.3 41.3 0 0 1 0 14.78.918.918 0 0 1-1.515.52L7.8 15.59a3 3 0 0 0-1.763-.752l-.693-.055A2 2 0 0 1 3.5 12.79z"
})
]))
}