UNPKG

@astraicons/vue

Version:

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

22 lines (21 loc) 1.04 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: "M16.618 9.515 9.583 18.89a.276.276 0 0 1-.487-.24l1.804-6.53a.292.292 0 0 0-.275-.37l-3.154-.064a.292.292 0 0 1-.252-.427l3.2-6.103A.29.29 0 0 1 10.675 5h3.702c.233 0 .372.26.242.455L12.333 8.85c-.136.2.02.47.261.454l3.77-.256a.292.292 0 0 1 .254.466Z", opacity: ".4" }), _createElementVNode("path", { "stroke-linecap": "round", d: "M9.5 19h-.117a.292.292 0 0 1-.281-.37l1.798-6.51a.292.292 0 0 0-.275-.37l-3.154-.064a.292.292 0 0 1-.252-.427l3.2-6.103A.29.29 0 0 1 10.675 5h3.702c.233 0 .372.26.242.455L12 9.345" }) ])) }