@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
18 lines (17 loc) • 718 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: "M10.086 21H17a4 4 0 0 0 4-4V9.5a3.55 3.55 0 0 0-3.55-3.55h-7.364a4 4 0 0 0-4 4V17a4 4 0 0 0 4 4Z" }),
_createElementVNode("path", {
d: "M6.878 17.754A3.88 3.88 0 0 1 3 13.876V7a4 4 0 0 1 4-4h5.412a4 4 0 0 1 3.497 2.06l.462.833",
opacity: ".4"
})
]))
}