UNPKG

@astraicons/vue

Version:

A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.

31 lines (30 loc) 1.16 kB
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: "M4 14.464h15.5" }), _createElementVNode("path", { "stroke-linecap": "round", d: "M4 5.052h8M4 9.758h8", opacity: ".4" }), _createElementVNode("path", { "stroke-linecap": "round", d: "M4 19.17h15.5" }), _createElementVNode("path", { fill: "#4e5964", d: "M16.272 11.716h-1.02q-.252 0-.252-.252V4.252Q15 4 15.252 4h2.928q.936 0 1.452.516.516.504.516 1.44v1.152q0 .936-.516 1.452-.516.504-1.452.504h-1.512q-.144 0-.144.132v2.268q0 .252-.252.252m.384-3.984h1.272q.384 0 .54-.156.156-.168.156-.54V6.028q0-.384-.156-.54-.156-.168-.54-.168h-1.272q-.132 0-.132.132V7.6q0 .132.132.132", opacity: ".4" }) ])) }