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) 651 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", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true" }, [ _createElementVNode("path", { "fill-rule": "evenodd", d: "M18.53 15.53a.75.75 0 0 0 0-1.06l-4.586-4.586a2.75 2.75 0 0 0-3.889 0L5.47 14.47a.75.75 0 0 0 1.06 1.06l4.586-4.585a1.25 1.25 0 0 1 1.768 0l4.586 4.585a.75.75 0 0 0 1.06 0", "clip-rule": "evenodd" }) ])) }