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.03 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: "M3.019 15.37a1.88 1.88 0 0 1 .736-1.772l10.164-7.595a.38.38 0 0 0 .144-.223l.383-1.734a1.685 1.685 0 0 1 3.084-.513l1.546 2.541a1.88 1.88 0 0 1-.385 2.408l-3.143 2.683a.38.38 0 0 0 .141.655l3.395.985c1.495.434 1.738 2.45.39 3.226a1.77 1.77 0 0 1-1.046.228l-7.61-.708a.38.38 0 0 0-.262.073l-5.011 3.705c-.8.593-1.943.115-2.084-.87zM6.363 10.507a.74.74 0 0 1-.878.588.76.76 0 0 1-.593-.885l.662-3.43c.044-.227.136-.442.27-.63.811-1.141 2.595-.776 2.913.597l.22.95a.744.744 0 0 1-.56.897.756.756 0 0 1-.9-.569l-.22-.95a.12.12 0 0 0-.034-.066.14.14 0 0 0-.066-.032.14.14 0 0 0-.073.004.12.12 0 0 0-.057.047.1.1 0 0 0-.022.05z" }) ])) }