@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) • 807 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",
d: "M11.792 18V5.245c0-.865 1.026-1.322 1.67-.743l3.344 3.01a1 1 0 0 1-.14 1.591l-4.274 2.672-5.4 3.375"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M11.792 11.511V18.7c0 .874 1.043 1.327 1.683.73l3.381-3.155a1 1 0 0 0-.138-1.57L12.392 11.9l-5.4-3.5",
opacity: ".4"
})
]))
}