UNPKG

@astraicons/vue

Version:

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

13 lines (12 loc) 1.1 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", { d: "M8.55 6.6a3.45 3.45 0 1 1 6.9 0 3.45 3.45 0 0 1-6.9 0M3.15 7.5a2.55 2.55 0 1 1 5.1 0 2.55 2.55 0 0 1-5.1 0M20.85 7.5a2.55 2.55 0 1 0-5.1 0 2.55 2.55 0 0 0 5.1 0M6.188 14.532a3.28 3.28 0 0 1 3.281-3.281h5.063a3.28 3.28 0 0 1 3.28 3.281v1.519a4.8 4.8 0 0 1-4.8 4.8h-2.024a4.8 4.8 0 0 1-4.8-4.8z" }), _createElementVNode("path", { d: "M5.531 12.75c-.984 0-1.781.798-1.781 1.782V17.4a1.95 1.95 0 0 0 1.95 1.95h.45a.75.75 0 0 1 0 1.5H5.7a3.45 3.45 0 0 1-3.45-3.45v-2.87a3.28 3.28 0 0 1 3.281-3.28.75.75 0 0 1 0 1.5M20.25 14.532c0-.984-.797-1.781-1.781-1.781a.75.75 0 1 1 0-1.5 3.28 3.28 0 0 1 3.281 3.28v2.87a3.45 3.45 0 0 1-3.45 3.45h-.45a.75.75 0 0 1 0-1.5h.45a1.95 1.95 0 0 0 1.95-1.95z" }) ])) }