UNPKG

@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) 894 B
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.25zM9.752 8Q9.5 8 9.5 8.252v7.212q0 .252.252.252h1.02q.252 0 .252-.252v-2.46q0-.132.144-.132h.804l1.2 2.592q.06.156.156.204a.74.74 0 0 0 .312.048h.972q.312 0 .204-.288l-1.284-2.676v-.048q1.068-.444 1.068-1.8v-.936q0-.936-.528-1.452T12.608 8zm2.58 1.32q.384 0 .564.168.18.169.18.54v.936q0 .36-.18.528-.18.156-.564.156h-1.176q-.132 0-.132-.132V9.452q0-.132.132-.132z" }) ])) }