@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
22 lines (21 loc) • 817 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: "M7.557 15.555 4.63 12.628a.89.89 0 0 1 0-1.257l2.927-2.927M15.557 12H4.89"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M10.222 20.275c.904.837 2.19.816 3.073-.049l5.654-5.541c1.41-1.382 1.4-3.91-.02-5.281l-5.983-5.77c-.72-.694-2.01-.7-2.724 0"
})
]))
}