@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.13 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", {
"stroke-linecap": "round",
d: "M17 6H7a4 4 0 0 0-4 4v7a4 4 0 0 0 4 4h10a4 4 0 0 0 4-4v-7a4 4 0 0 0-4-4Z"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
"stroke-linejoin": "round",
d: "m18.5 10.495.005.005-.005.005-.005-.005zM18.5 12.495l.005.005-.005.005-.005-.005zM18.5 16.001V15"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "m12 6 3-3M10 4l2 2"
}),
_createElementVNode("path", {
"stroke-linecap": "round",
d: "M13.668 8.75H7.832A2.33 2.33 0 0 0 5.5 11.082v4.836a2.33 2.33 0 0 0 2.332 2.332h5.836A2.33 2.33 0 0 0 16 15.918v-4.836a2.33 2.33 0 0 0-2.332-2.332Z"
})
]))
}