@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) • 790 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: "M16.02 3.803c-2.324-2.07-5.716-2.07-8.04 0l-3.5 3.118c-1.42 1.265-2.23 3.127-2.23 5.076v3.125c0 3.613 2.752 6.629 6.25 6.629h7c3.498 0 6.25-3.016 6.25-6.629v-3.125c0-1.95-.81-3.81-2.23-5.076zm-6.286 14.35c.51-2.46 4.023-2.46 4.532 0a.75.75 0 1 0 1.468-.305c-.838-4.054-6.63-4.054-7.468 0a.75.75 0 0 0 1.468.304",
"clip-rule": "evenodd"
})
]))
}