@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) • 803 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: "M8.25 7a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0M8.684 12.828A9.8 9.8 0 0 1 12 12.25c1.136 0 2.263.196 3.317.578a8.9 8.9 0 0 1 2.834 1.658A7.8 7.8 0 0 1 20.07 17c.4.844.628 1.746.673 2.663A1.04 1.04 0 0 1 19.7 20.75H4.3c-.57 0-1.072-.469-1.042-1.087A7 7 0 0 1 3.932 17a7.8 7.8 0 0 1 1.918-2.514 8.9 8.9 0 0 1 2.834-1.658",
"clip-rule": "evenodd"
})
]))
}