@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
30 lines (29 loc) • 1.1 kB
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: "M3 12.45A4.05 4.05 0 0 1 7.05 8.4h9.9A4.05 4.05 0 0 1 21 12.45v4.5A4.05 4.05 0 0 1 16.95 21h-9.9A4.05 4.05 0 0 1 3 16.95v-4.5Z" }),
_createElementVNode("path", { d: "M21 14h-2a2 2 0 1 0 0 4h2" }),
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
"stroke-miterlimit": "10",
d: "M19 16h.5"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M7 12h5"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "M3 14.7v-4.613a4.95 4.95 0 0 1 2.98-4.54l5.762-2.501A.9.9 0 0 1 13 3.872V8"
})
]))
}