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) 1.02 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.5 2.25c-3.512 0-6.25 3.084-6.25 6.749v8.67l-1.778 1.765a.75.75 0 0 0 1.056 1.065l1.379-1.369a.8.8 0 0 0 .123-.1l3.071-3.07 12.52-12.428a.75.75 0 1 0-1.057-1.064l-.788.782a5.9 5.9 0 0 0-3.276-1zM19.868 5.54a.75.75 0 0 0-1.312.726 6 6 0 0 1 .135.26c.356.735.559 1.576.559 2.473v10.362c0 .4-.203.677-.438.805a.63.63 0 0 1-.737-.077l-3.418-2.796a4.15 4.15 0 0 0-5.314 0L5.925 20.09c-.302.248-.685.201-.946-.09a.75.75 0 1 0-1.117 1.002c.727.81 2.013 1.067 3.013.25l3.418-2.797c1.017-.832 2.397-.832 3.414 0l3.418 2.796c.747.611 1.68.628 2.405.233.718-.392 1.22-1.174 1.22-2.122V8.999a7.16 7.16 0 0 0-.882-3.46" }) ])) }