UNPKG

@astraicons/vue

Version:

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

16 lines (15 loc) 1.19 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", viewBox: "0 0 24 24", fill: "currentColor", "aria-hidden": "true" }, [ _createElementVNode("path", { "fill-rule": "evenodd", d: "M2.95 4.52c-.073-.138-.265-.144-.338-.008A5.2 5.2 0 0 0 2 6.975v9c0 2.9 2.35 5.25 5.25 5.25h.467a.2.2 0 0 0 .148-.066l1.315-1.452 2.68-3.259c.073-.088.005-.223-.11-.223a4.75 4.75 0 0 1-4.512-3.261l-.038-.081a50 50 0 0 1-.277-.596l-.06-.13-.3-.612-2.955-5.762zm1.012-1.638a.195.195 0 0 0-.049.242l1.029 1.972 2.18 4.254c.08.153.307.143.384-.01a4.75 4.75 0 0 1 4.244-2.615h9.535a.194.194 0 0 0 .195-.21 5.25 5.25 0 0 0-5.23-4.79h-9a5.23 5.23 0 0 0-3.288 1.157M21.5 8.425a.2.2 0 0 0-.2-.2h-5.623c-.176 0-.27.213-.163.351a4.73 4.73 0 0 1 .986 2.899c0 1.239-.474 2.367-1.251 3.213l-.476.58-4.457 5.419-.184.203a.2.2 0 0 0 .148.335h5.97c2.9 0 5.25-2.35 5.25-5.25zm-13 3.05a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0", "clip-rule": "evenodd" }) ])) }