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) 692 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", { "fill-rule": "evenodd", d: "M17.966 12.245c.871 1.34 1.069 2.762.335 3.888-.71 1.09-2.114 1.617-3.794 1.617H9.495c-1.68 0-3.084-.527-3.794-1.617-.734-1.126-.537-2.548.335-3.888l2.506-3.86C9.42 7.035 10.658 6.25 12 6.25s2.58.785 3.459 2.135z", "clip-rule": "evenodd" }) ])) }