@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
17 lines (16 loc) • 1.45 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: "M5.918 17.757v-.487M8.838 17.757v-.487M11.756 17.757v-.487M3 13.216v5.838C3 20.13 3.871 21 4.946 21h1.46a.486.486 0 0 0 .486-.486c0-.27.218-.487.486-.487h2.92c.268 0 .486.218.486.486 0 .27.218.487.486.487h3.487c.363 0 .712-.144.969-.401l.085-.085.486-.487.973-.973.996-.996c.609-.608.95-1.433.95-2.293v-5.143M3 13.216h2.595a.81.81 0 0 1 .81.811c0 .448.363.81.811.81h4.054a.81.81 0 0 0 .811-.81.81.81 0 0 1 .81-.81h2.433M3 13.216l4.865-2.595m7.46 2.594 3.891-2.594m-3.892 2.594v7.297m-7.46-9.891h11.352m-11.351 0v3.567m0-3.567L5.81 8.352 4.62 7.215l-.486-.567-.243-.284a.172.172 0 0 1 .13-.284h.275m14.92 4.54 1.464-1.953c.295-.393.342-.919.123-1.358l-.777-1.553-.568-1.135-.283-.568-.142-.284-.071-.142m.253 6.994-2.594-4.54m0 0H14.27a.57.57 0 0 1-.567-.568.57.57 0 0 0-.568-.568h-3.73a.57.57 0 0 0-.567.568.57.57 0 0 1-.568.567H4.297m12.325 0 1.46-2.027M6.891 3H18.08c.304 0 .588.152.756.405l.055.082M4.216 6.08h.081M6.89 3S4.634 5.189 3.973 5.919"
})
]))
}