UNPKG

@astraicons/vue

Version:

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

25 lines (24 loc) 1.47 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", fill: "none", viewBox: "0 0 24 24", "stroke-width": "1.5", stroke: "currentColor", "aria-hidden": "true" }, [ _createElementVNode("path", { d: "m14.789 17.618-2.627-2.272m5.455-.556-2.273-2.626m-7.121-.228L6.909 10.8 4.675 8.866a1.3 1.3 0 0 1-.442-.855L3.98 5.397A1.296 1.296 0 0 1 5.395 3.98l2.614.253c.332.033.638.19.856.442l1.933 2.235 1.137 1.313" }), _createElementVNode("path", { "stroke-linecap": "round", d: "m13.022 18.68 5.656-5.658" }), _createElementVNode("path", { d: "m15.143 16.558 2.121 2.121m-.707-3.535 2.121 2.121m0 0-1.414 1.414m1.414-1.414a.828.828 0 0 1 1.415.586v1.242a1 1 0 0 1-1 1H17.85a.828.828 0 0 1-.586-1.414" }), _createElementVNode("path", { d: "m6.305 14.789 8.752-10.114c.218-.251.524-.41.856-.442l2.614-.253a1.296 1.296 0 0 1 1.415 1.416L19.69 8.01c-.032.331-.19.638-.442.855L9.134 17.617" }), _createElementVNode("path", { "stroke-linecap": "round", d: "m5.244 13.021 5.657 5.657" }), _createElementVNode("path", { d: "m7.365 15.142-2.12 2.122m3.535-.707-2.122 2.12m0 0-1.414-1.413m1.414 1.414a.828.828 0 0 1-.586 1.414H4.83a1 1 0 0 1-1-1v-1.243a.828.828 0 0 1 1.414-.585" }) ])) }