UNPKG

@astraicons/vue

Version:

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

30 lines (29 loc) 989 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("circle", { cx: "12", cy: "12", r: "9", "stroke-linecap": "round" }), _createElementVNode("path", { "stroke-linecap": "round", d: "M12 9V6", opacity: ".4" }), _createElementVNode("path", { "stroke-linecap": "round", "stroke-linejoin": "round", d: "M7.889 12H7.11C6.497 12 6 12.498 6 13.111v1.778C6 15.503 6.497 16 7.111 16h.778C8.503 16 9 15.502 9 14.889V13.11C9 12.497 8.503 12 7.889 12M14 12h-3v4m2.576-1.81h-2.125M19 12h-3v4m2.576-1.81h-2.125", opacity: ".4" }) ])) }