UNPKG

@astraicons/vue

Version:

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

29 lines (28 loc) 985 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("path", { "stroke-linecap": "round", d: "M3 9a4 4 0 0 1 4-4h.2a.8.8 0 0 1 .8.8.8.8 0 0 0 .8.8h6.4a.8.8 0 0 0 .8-.8.8.8 0 0 1 .8-.8h.2a4 4 0 0 1 4 4v7.5a4.5 4.5 0 0 1-4.5 4.5h-9A4.5 4.5 0 0 1 3 16.5V9Z" }), _createElementVNode("rect", { width: "12", height: "6", x: "6", y: "11", "stroke-linecap": "round", rx: "2" }), _createElementVNode("path", { "stroke-linecap": "round", d: "M9 13.5v1M15 13.5v1M2 15v-2M22 15v-2M12 5.128V6.5M11 4a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z" }) ])) }