UNPKG

@astraicons/vue

Version:

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

17 lines (16 loc) 1.25 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: "M21.53 5.53a.75.75 0 0 0 0-1.06l-2-2A.75.75 0 0 0 19 2.25h-.004a.75.75 0 0 0-.528.22l-2 2a.75.75 0 1 0 1.06 1.06l.72-.72V7a.75.75 0 0 0 1.5 0V4.81l.72.72a.75.75 0 0 0 1.06 0M10.999 8.75h.25v2.5h-.25a1.25 1.25 0 0 1 0-2.5M12.749 15.25v-2.5h.25a1.25 1.25 0 0 1 0 2.5z" }), _createElementVNode("path", { "fill-rule": "evenodd", d: "M14.925 2.778a9.675 9.675 0 1 0 6.275 6.23.875.875 0 0 0-.866-.603c-.98.037-2.257-.129-3.235-.792-.925-.626-1.69-1.767-1.567-3.948a.88.88 0 0 0-.607-.887M12.749 7a.75.75 0 0 0-1.5 0v.25h-.25a2.75 2.75 0 0 0 0 5.5h.25v2.5h-.313a1.25 1.25 0 0 1-1.21-.937.75.75 0 1 0-1.453.373 2.75 2.75 0 0 0 2.663 2.064h.313V17a.75.75 0 0 0 1.5 0v-.25h.25a2.75 2.75 0 1 0 0-5.5h-.25v-2.5h.313a1.25 1.25 0 0 1 1.21.936.75.75 0 1 0 1.453-.373 2.75 2.75 0 0 0-2.663-2.063h-.313z", "clip-rule": "evenodd" }) ])) }