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) 981 B
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: "M9.524 8.252v7.212q0 .252-.252.252h-1.02q-.252 0-.252-.252V8.252Q8 8 8.252 8h1.02q.252 0 .252.252M11.943 15.716h-1.152q-.216 0-.144-.252l1.896-7.212q.084-.252.36-.252H14.5q.3 0 .36.252l1.896 7.212q.072.252-.144.252H15.46q-.132 0-.18-.048a.46.46 0 0 1-.072-.204l-.336-1.32h-2.34l-.336 1.32q-.024.144-.084.204-.048.048-.168.048m1.74-6.264-.864 3.468h1.776l-.864-3.468z" }) ])) }