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.07 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: "M16 2.25A2.75 2.75 0 0 1 18.75 5v2.667a2.75 2.75 0 0 1-1.692 2.538l-2.834 1.18-.06.031a.445.445 0 0 0-.035.737l.05.032 1.169.65 1.882.941a2.75 2.75 0 0 1 1.52 2.46V19A2.75 2.75 0 0 1 16 21.75H8A2.75 2.75 0 0 1 5.25 19v-2.764A2.75 2.75 0 0 1 6.6 13.87l.17-.093 1.883-.94 1.168-.65a.445.445 0 0 0-.045-.8l-2.834-1.18-.187-.088A2.75 2.75 0 0 1 5.25 7.667V5A2.75 2.75 0 0 1 8 2.25zm-2.652 12.772a1.807 1.807 0 0 0-2.555-.142l-.14.141-2.029 2.274c-.21.236-.34.533-.368.846l-.006.135.008.15a1.474 1.474 0 0 0 1.466 1.324h4.48c.853 0 1.546-.693 1.546-1.547 0-.275-.088-.543-.251-.763l-.074-.09zM12 7.25a.75.75 0 0 0-.75.75v1a.75.75 0 0 0 1.5 0V8a.75.75 0 0 0-.75-.75" }) ])) }