UNPKG

@astraicons/vue

Version:

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

12 lines (11 loc) 899 B
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: "M8.25 5a.75.75 0 0 0 1.5 0V3.2h4.26l.24.006V5a.75.75 0 0 0 1.5 0V3.243l.26.007c3.305.004 5.74 2.1 5.74 4.963v8.25c0 2.895-2.353 5.237-5.25 5.237h-9c-2.897 0-5.25-2.342-5.25-5.236V8.213c0-2.865 2.438-4.958 5.737-5.013h.263zm7.219 4.414a.75.75 0 0 0-1.055.117L10.998 13.8l-1.412-1.767a.75.75 0 0 0-1.172.936l1.998 2.5a.75.75 0 0 0 1.171 0l4.003-5a.75.75 0 0 0-.117-1.054M15 2.25a.75.75 0 0 1 .75.75v.243l-1.5-.037V3a.75.75 0 0 1 .75-.75m-6 0a.75.75 0 0 1 .75.75v.2h-1.5V3A.75.75 0 0 1 9 2.25" }) ])) }