@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
26 lines (25 loc) • 870 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: "M9.302 3.905a36.9 36.9 0 0 0 .004 16.197M14.701 3.904a36.9 36.9 0 0 1 .004 16.197"
}),
_createElementVNode("path", { d: "M3.004 12.005 21 12M3.904 7.505l16.197-.003M3.904 16.504l16.197-.004" }),
_createElementVNode("rect", {
width: "17.997",
height: "17.997",
x: "3.002",
y: "3.007",
rx: "8.998"
})
]))
}