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.05 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: "m11.035 4.68-6.862 8.6M10.4 5.626l3.137 3.933c.02.025-.013.057-.037.037L9.623 6.395 5.745 3.194c-.048-.04.003-.116.059-.087l4.427 2.377a.6.6 0 0 1 .17.142Z" }), _createElementVNode("path", { d: "m20.478 14.999-3.992 5.467c-.519.712-1.512.712-2.03 0L10.462 15c-.454-.623-.347-1.531.238-2.008l1.18-.964a1.23 1.23 0 0 1 .78-.283h5.62c.28 0 .554.1.779.283l1.18.964c.585.477.693 1.385.238 2.008ZM10.182 14.3H20.76M15.47 14.389V21" }), _createElementVNode("path", { "stroke-linecap": "round", d: "m16 8.841.12-.84M10 10l.786.323" }) ])) }