@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) • 828 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: "M11.75 2a3.75 3.75 0 1 0 0 7.5 3.75 3.75 0 0 0 0-7.5M7.75 11C5.196 11 3 12.898 3 15.386v1.364c0 3.241 2.867 5.75 6.25 5.75h5c3.383 0 6.25-2.509 6.25-5.75h-1.932a4 4 0 0 1-4-4V11z" }),
_createElementVNode("path", { d: "M19.689 9.75c.176 0 .346.07.471.195l.639.639c.26.26.26.683 0 .943l-2.027 2.028a.67.67 0 0 1-.472.195h-.973a.333.333 0 0 1-.333-.333v-.973c0-.177.07-.346.195-.471l2.028-2.028a.67.67 0 0 1 .472-.195" })
]))
}