UNPKG

@astraicons/vue

Version:

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

27 lines (26 loc) 1.43 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", { "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: "m8.223 11.937-3.547-3.07a1.3 1.3 0 0 1-.442-.856L3.98 5.397a1.296 1.296 0 0 1 1.415-1.415l2.614.253c.332.032.638.19.856.442l3.07 3.547m2.853 9.395-2.626-2.273m3.182-3.182 2.273 2.626M6.305 14.79l8.752-10.114c.218-.251.524-.41.856-.442l2.614-.253a1.296 1.296 0 0 1 1.415 1.415L19.69 8.01c-.032.331-.19.637-.442.855L9.134 17.617", opacity: ".4" }), _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" }) ])) }