UNPKG

@astraicons/vue

Version:

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

13 lines (12 loc) 1.29 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", { d: "M14.921 4.103a2.62 2.62 0 0 0-1.812-1.77c-.832-.223-1.782-.004-2.416.802L9.525 4.621c-.302.385-.675.556-1.016.556h-.964c-3.07 0-5.295 3.037-5.295 6.42v.649c0 3.375 2.22 6.406 5.284 6.406h.902c.386 0 .801.194 1.134.622l1.191 1.533c.664.854 1.632 1.126 2.511.825.842-.289 1.483-1.058 1.695-2.036.05-.23.076-.457.097-.653l.011-.105c.017-.16.031-.296.053-.432.797-4.955.857-8.018.012-12.982a7 7 0 0 1-.05-.375q-.009-.095-.024-.21a4.3 4.3 0 0 0-.145-.736M19.94 8.002a.75.75 0 0 1 1.058-.081c1.083.93 1.752 2.43 1.752 4.08s-.668 3.148-1.749 4.078a.75.75 0 1 1-.978-1.137c.716-.615 1.227-1.68 1.227-2.94 0-1.262-.512-2.328-1.229-2.943a.75.75 0 0 1-.08-1.057" }), _createElementVNode("path", { d: "M17.665 9.624a.75.75 0 0 1 1.034-.236c.831.523 1.326 1.532 1.326 2.614s-.494 2.093-1.33 2.612a.75.75 0 1 1-.791-1.275c.32-.198.621-.68.621-1.337s-.3-1.14-.625-1.344a.75.75 0 0 1-.235-1.034" }) ])) }