@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
12 lines (11 loc) • 909 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: "M16.5 2.25c2.9 0 5.25 2.35 5.25 5.25v9c0 2.9-2.35 5.25-5.25 5.25h-9a5.25 5.25 0 0 1-5.25-5.25v-9c0-2.9 2.35-5.25 5.25-5.25zm-4.5 11a2.75 2.75 0 1 0 0 5.5 2.75 2.75 0 0 0 0-5.5m-1.777-3.59a1.152 1.152 0 0 0-1.543 1.71 1.154 1.154 0 0 0 1.71-1.544l-.08-.088zm5 0a1.152 1.152 0 0 0-1.543 1.71 1.154 1.154 0 0 0 1.71-1.544l-.08-.088zM10.63 6.505a.75.75 0 0 0-.937-.5l-1.913.584a.75.75 0 0 0 .438 1.435l1.913-.583a.75.75 0 0 0 .499-.936m3.588-.5a.75.75 0 0 0-.438 1.436l1.913.583a.75.75 0 0 0 .438-1.435z" })
]))
}