UNPKG

@astraicons/vue

Version:

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

16 lines (15 loc) 1.12 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", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true" }, [ _createElementVNode("path", { "fill-rule": "evenodd", d: "M7.98 3.803c2.324-2.07 5.716-2.07 8.04 0l3.5 3.117c1.42 1.265 2.23 3.127 2.23 5.076v3.125c0 3.613-2.752 6.629-6.25 6.629h-7c-3.498 0-6.25-3.016-6.25-6.629v-3.125c0-1.949.81-3.81 2.23-5.076zM11.5 8.75a.75.75 0 0 0-.75.75v.694h2.5V9.5a.75.75 0 0 0-.75-.75zm3.25 1.693V9.5a2.25 2.25 0 0 0-2.25-2.25h-1A2.25 2.25 0 0 0 9.25 9.5v.943c-1.174.49-2 1.65-2 3.001v1a3.25 3.25 0 0 0 3.25 3.25h3a3.25 3.25 0 0 0 3.25-3.25v-1a3.25 3.25 0 0 0-2-3m-4.25 1.251a1.75 1.75 0 0 0-1.75 1.75v1c0 .967.784 1.75 1.75 1.75h3a1.75 1.75 0 0 0 1.75-1.75v-1a1.75 1.75 0 0 0-1.75-1.75zm2.65 1.65c0 .349-.155.66-.4.872v.728a.75.75 0 0 1-1.5 0v-.728a1.15 1.15 0 1 1 1.9-.872", "clip-rule": "evenodd" }) ])) }