@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) • 695 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",
viewBox: "0 0 24 24",
fill: "currentColor",
"aria-hidden": "true"
}, [
_createElementVNode("path", {
"fill-rule": "evenodd",
d: "M17.966 11.755c.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.86c.878 1.35 2.116 2.135 3.459 2.135s2.58-.785 3.459-2.135z",
"clip-rule": "evenodd"
})
]))
}