UNPKG

@astraicons/vue

Version:

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

35 lines (34 loc) 1.2 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: "M8.329 12H6.3A3.3 3.3 0 0 0 3 15.3v1.926a3.3 3.3 0 0 0 3.3 3.3h10.453a3.3 3.3 0 0 0 3.3-3.3V15.3a3.3 3.3 0 0 0-3.3-3.3h-2.029" }), _createElementVNode("rect", { width: "7.579", height: "2.842", x: "7.736", y: "14.842", rx: "1" }), _createElementVNode("circle", { cx: "11.526", cy: "7.263", r: "3.789" }), _createElementVNode("path", { d: "M11.314 5.791a.3.3 0 0 1 .424 0l1.26 1.26a.3.3 0 0 1 0 .424l-1.26 1.26a.3.3 0 0 1-.424 0l-1.26-1.26a.3.3 0 0 1 0-.424z" }), _createElementVNode("path", { "stroke-linecap": "round", "stroke-linejoin": "round", d: "m17.21 5.369 1.895-1.895L21 5.369M19.106 7.263v-3.79" }) ])) }