@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
19 lines (18 loc) • 844 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", { d: "m12 11.807-4.719 3.297A3 3 0 0 0 6 17.564V18a3 3 0 0 0 3 3h6a3 3 0 0 0 3-3v-.437a3 3 0 0 0-1.281-2.459zm0 0L7.393 8.884A3 3 0 0 1 6 6.35V6a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3v.35a3 3 0 0 1-1.393 2.534z" }),
_createElementVNode("path", { d: "M10.773 16.798a2.11 2.11 0 0 1 2.454 0l1.333.952H9.44z" }),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M12 7v1"
})
]))
}