UNPKG

@astraicons/vue

Version:

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

24 lines (23 loc) 1.24 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("rect", { width: "18", height: "18", x: "3", y: "3", rx: "4.5" }), _createElementVNode("path", { fill: "#4e5964", d: "M8.92 12.992V9.284l-1.944 3.708zm1.188 2.724h-.936q-.252 0-.252-.252v-1.152H5.944a.44.44 0 0 1-.324-.12.44.44 0 0 1-.12-.324V13.4q0-.36.12-.588l2.388-4.44a.9.9 0 0 1 .216-.288A.5.5 0 0 1 8.536 8h1.356q.204 0 .324.12.132.12.132.324v4.548h.864q.24 0 .24.24v.804q0 .276-.24.276h-.864v1.152q0 .144-.06.204-.048.048-.18.048M13.648 15.716h-1.02q-.252 0-.252-.252V8.252q0-.252.252-.252h1.02q.252 0 .252.252v3.42h.024q.096-.288.372-.744l1.824-2.676A.51.51 0 0 1 16.588 8h1.176q.132 0 .156.084.036.072-.06.192l-2.28 3.156 2.544 3.984q.084.144.024.228-.048.072-.216.072h-.876q-.42 0-.564-.252l-1.836-2.94-.756.888v2.052q0 .252-.252.252" }) ])) }