@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) • 808 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: "m15.6 12-2.963 2.964a.9.9 0 0 1-1.273 0L8.4 12M12 3.9v10.8"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M20.371 10.2c.852.909.837 2.207-.036 3.101l-5.588 5.728c-1.394 1.428-3.955 1.428-5.349 0L3.53 13.014c-.707-.724-.707-2.09 0-2.814"
})
]))
}