@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) • 1.24 kB
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: "M12.284 2.73c.443.009.81.183 1.095.49.25.268.419.619.557.946l1.718 3.729a1 1 0 0 1 .034.088c.083.264.234.418.367.487a.41.41 0 0 0 .387.007l1.59-.775c.876-.427 1.759-.128 2.308.462.539.579.797 1.458.587 2.356l-.01.043-1.837 5.043c-.086.358-.213.76-.477 1.073a1.5 1.5 0 0 1-.413.342.75.75 0 0 1-.508.198H6.318a.75.75 0 0 1-.507-.198 1.5 1.5 0 0 1-.413-.342c-.264-.313-.391-.715-.478-1.073l-1.82-5a1 1 0 0 1-.026-.086c-.21-.898.048-1.777.587-2.356.55-.59 1.432-.889 2.308-.462l1.59.775a.41.41 0 0 0 .387-.006c.133-.07.284-.224.367-.488l.014-.045 1.738-3.772c.276-.65.73-1.299 1.571-1.429m0 0c.053-.008.103-.01.12-.01h.001q.041-.002.082-.002a9 9 0 0 1 .33.002l.058.001h.043l.015.001M8 19.807a.75.75 0 0 1 .75-.75H15a.75.75 0 0 1 0 1.5H8.75a.75.75 0 0 1-.75-.75",
"clip-rule": "evenodd"
})
]))
}