UNPKG

@astraicons/vue

Version:

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

17 lines (16 loc) 1.34 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: "M9.56 11.1q.32 0 .45.14.14.13.14.45v3.05q0 .32-.14.46-.131.13-.45.13h-.71q-.32 0-.45-.13-.13-.14-.13-.46v-3.05q0-.32.13-.45.13-.14.45-.14z" }), _createElementVNode("path", { "fill-rule": "evenodd", d: "M12 2.25a.75.75 0 0 1 .75.75v.314l2.673.017c.227.001.461.047.682.148a9.65 9.65 0 0 1 4.536 4.305 9.44 9.44 0 0 1 .855 6.36 9.54 9.54 0 0 1-3.415 5.458 9.8 9.8 0 0 1-6.14 2.108 9.8 9.8 0 0 1-6.113-2.18 9.54 9.54 0 0 1-3.349-5.499 9.44 9.44 0 0 1 .934-6.35A9.65 9.65 0 0 1 8 3.432a1.7 1.7 0 0 1 .684-.14l2.565.015V3a.75.75 0 0 1 .75-.75M8.65 10q-.79 0-1.22.42T7 11.63v3.17q0 .79.43 1.21t1.22.42h1.12q.79 0 1.22-.42t.43-1.21v-3.17q0-.79-.43-1.21T9.77 10zm4.177 0q-.21 0-.21.21v6.01q0 .21.21.21h.83q.21 0 .21-.21v-3.71h.04l2 3.72q.1.2.32.2h.73q.21 0 .21-.21v-6.01q0-.21-.21-.21h-.83q-.21 0-.21.21v3.72h-.04l-2.02-3.79q-.07-.14-.28-.14zM11.25 6.5a.75.75 0 0 0 1.5 0V4.735l-1.5-.008z", "clip-rule": "evenodd" }) ])) }