@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
14 lines (13 loc) • 843 B
JavaScript
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",
fill: "none",
viewBox: "0 0 24 24",
"stroke-width": "1.5",
stroke: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", { d: "M10.68 4a1.371 1.371 0 0 1 2.64 0l1.173 3.766c.186.597.719 1 1.32 1h3.796c1.345 0 1.904 1.796.816 2.62l-3.07 2.328a1.48 1.48 0 0 0-.505 1.618l1.173 3.766c.416 1.334-1.048 2.443-2.136 1.619l-3.071-2.327a1.34 1.34 0 0 0-1.632 0l-3.07 2.327c-1.089.824-2.552-.285-2.137-1.619l1.173-3.766a1.48 1.48 0 0 0-.504-1.619l-3.071-2.327c-1.088-.824-.529-2.62.816-2.62h3.796c.601 0 1.134-.403 1.32-1z" })
]))
}