UNPKG

@astraicons/vue

Version:

A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.

25 lines (24 loc) 1.03 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", fill: "none", viewBox: "0 0 24 24", "stroke-width": "1.5", stroke: "currentColor", "aria-hidden": "true" }, [ _createElementVNode("path", { d: "M3.781 8a4 4 0 0 1 4-4H17a4 4 0 0 1 4 4v8a4 4 0 0 1-4 4H7.78a4 4 0 0 1-4-4z" }), _createElementVNode("path", { d: "M16.74 13.908a2.771 2.771 0 1 1-4.02-3.815 2.771 2.771 0 0 1 4.02 3.815Z" }), _createElementVNode("path", { "stroke-linecap": "round", "stroke-linejoin": "round", "stroke-miterlimit": "10", d: "M7 9v6M3 14v2M3 8v2" }), _createElementVNode("path", { "stroke-linecap": "round", d: "m18 15.264-.817-.816-.409-.408m-5.311-5.303.817.815.409.408M17.994 8.731l-.816.818-.408.408m-5.303 5.312.816-.818.408-.408" }) ])) }