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) 1.64 kB
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: "M4.75 4.5a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0M14.75 11.5a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0M2.25 10.182C2.25 8.626 3.421 7.25 5 7.25h4c1.579 0 2.75 1.376 2.75 2.932V11c0 2.008-1.507 3.75-3.5 3.75h-2.5c-1.993 0-3.5-1.742-3.5-3.75zM12.25 17.182c0-1.556 1.171-2.932 2.75-2.932h4c1.579 0 2.75 1.376 2.75 2.932V18c0 2.009-1.507 3.75-3.5 3.75h-2.5c-1.993 0-3.5-1.741-3.5-3.75zM16.677 4.677a.75.75 0 0 1-1.207.854l-1-1a.75.75 0 0 1 0-1.06l1-1a.75.75 0 0 1 1.26.701c.253-.012.549-.013.865.009.911.064 2.18.338 2.99 1.351.536.67.827 1.24.985 1.667.078.213.123.389.148.52a2 2 0 0 1 .03.221l.001.021v.017a.75.75 0 0 1-1.498.066L20.244 7a2 2 0 0 0-.082-.283c-.098-.267-.307-.697-.748-1.248-.41-.512-1.14-.737-1.924-.792a6 6 0 0 0-.813 0c.049-.004-.055.004 0 0 .062-.008-.094.009 0 0 .447-.046-.02.003 0 0 .015-.002-.033.005 0 0M2.977 16.251a.75.75 0 0 1 .772.706q0 .009.007.045c.01.052.032.148.082.282.099.268.307.698.748 1.248.41.512 1.14.737 1.924.792.301.021.583.015.813 0a.75.75 0 0 1 1.207-.854l1 1a.75.75 0 0 1 0 1.061l-1 1a.75.75 0 0 1-1.26-.701 8 8 0 0 1-.865-.01c-.911-.063-2.18-.338-2.99-1.35-.536-.67-.827-1.24-.985-1.667a3.3 3.3 0 0 1-.148-.521 2 2 0 0 1-.03-.22l-.001-.022v-.014.014-.016a.75.75 0 0 1 .726-.773" }) ])) }