@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
13 lines (12 loc) • 863 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", { d: "M8 4.75a3.75 3.75 0 1 1 7.5 0 3.75 3.75 0 0 1-7.5 0M3 14.75C3 12.127 4.627 10 7.25 10h6.707a1 1 0 0 1 1 1v3.047a2 2 0 0 0 2 2H19.5a1 1 0 0 1 1 1v.203c0 2.9-2.35 5.25-5.25 5.25h-6A6.25 6.25 0 0 1 3 16.25z" }),
_createElementVNode("path", { d: "M16.826 9.822a.75.75 0 0 1 1.06.001l.884.885.884-.883a.75.75 0 0 1 1.06 1.062l-.885.883.884.885a.75.75 0 0 1-1.062 1.06l-.883-.886-.885.883a.75.75 0 0 1-1.06-1.061l.885-.883-.883-.885a.75.75 0 0 1 .001-1.06" })
]))
}