@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) • 1.05 kB
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.25zM6.252 8Q6 8 6 8.252v7.212q0 .252.252.252h1.02q.252 0 .252-.252v-2.808q0-.132.144-.132h2.028q.132 0 .132.132v2.808q0 .252.252.252h1.02q.252 0 .252-.252V8.252Q11.352 8 11.1 8h-1.02q-.252 0-.252.252v2.82q0 .132-.132.132H7.668q-.143 0-.144-.132v-2.82Q7.524 8 7.272 8zm6.914 0q-.252 0-.252.252v7.212q0 .252.252.252h2.964q.936 0 1.452-.504.528-.516.528-1.452V9.956q0-.936-.528-1.44Q17.066 8 16.13 8zm2.712 1.32q.384 0 .54.168.168.156.168.54v3.66q0 .384-.168.552-.156.156-.54.156H14.57q-.132 0-.132-.132V9.452q0-.132.132-.132z" })
]))
}