UNPKG

@astraicons/vue

Version:

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

18 lines (17 loc) 624 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", { stroke: "#4e5964", "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-width": "1.5", d: "m12 8-3.293 3.293a1 1 0 0 0 0 1.414L12 16M16 8l-3.293 3.293a1 1 0 0 0 0 1.414L16 16" }) ])) }