@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
27 lines (26 loc) • 1.47 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", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "M18.908 13.727c.564-.359.953-1.105.953-1.974 0-.87-.389-1.616-.953-1.98M20.545 15.26c.878-.772 1.455-2.054 1.455-3.508 0-1.457-.578-2.74-1.457-3.512"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M2.977 12.246v-.65c0-3.13 2.32-5.67 5.182-5.67h1.099c.689 0 1.35-.303 1.832-.841l1.331-1.486c1.041-1.162 3.109-.524 3.4.976l.343 2.087M2.977 12.246q0 .312.03.614m-.03-.614.03.614m0 0q.025.255.07.503m0 0q.041.22.096.433m-.096-.433.096.433m0 0q.072.279.17.546m0 0q.125.341.287.658m-.287-.658L3.63 15m0 0q.147.29.324.556m0 0q.153.231.325.444m-.325-.444.325.444m0 0q.188.231.396.438M4.28 16l.396.438m0 0 .985.611m2.444.854h1.071c.741 0 1.452.328 1.968.911l1.359 1.533c1.072 1.21 2.848.627 3.264-.834.12-.422.13-.87.21-1.302.593-3.255.814-5.666.609-8.371l-.021-.21"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "M20.092 3 3 19.966"
})
]))
}