@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
16 lines (15 loc) • 1.08 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",
viewBox: "0 0 24 24",
fill: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", {
"fill-rule": "evenodd",
d: "M15.777 20H7.5A5.5 5.5 0 0 1 2 14.5V9.261c0-1.226.402-2.36 1.08-3.274l4.87 5.099-3.137 4.464a.75.75 0 1 0 1.227.863l2.966-4.221 1.108 1.16c.865.905 2.28.898 3.137-.014l.768-.82 2.736 3.896a.75.75 0 1 0 1.228-.862l-2.916-4.15.974-1.038.004-.004 1.553-1.681q.502.183 1.146.242c1.345.128 2.533 1.101 2.533 2.452V14.5a5.5 5.5 0 0 1-5.5 5.5m.595-12.205L14.945 9.34l-2.788 2.971a.645.645 0 0 1-.959.005L4.13 4.914A5.48 5.48 0 0 1 7.5 3.761h7.03c.532 0 .96.434.989.966.078 1.403.342 2.397.853 3.068M19.831 3c-1.197 0-2.168 1.022-2.168 2.284 0 1.26.97 2.283 2.168 2.283S22 6.545 22 5.284C22 4.022 21.029 3 19.83 3",
"clip-rule": "evenodd"
})
]))
}