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) 970 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: "M12.031 2.25c1.482.003 2.755.152 3.958.564 1.207.412 2.302 1.074 3.448 2.046.507.43.814 1.025.916 1.648.131.797.323 2.166.38 3.625.057 1.438-.012 3.056-.458 4.308-.721 2.025-1.437 3.218-3.026 4.68-1.52 1.396-2.836 2.629-5.219 2.629s-3.7-1.232-5.22-2.63c-1.591-1.464-2.287-2.663-3.023-4.673-.475-1.299-.57-2.908-.528-4.335.042-1.443.226-2.78.357-3.575a2.7 2.7 0 0 1 .988-1.693c1.173-.925 2.266-1.585 3.464-2.006 1.2-.422 2.465-.59 3.963-.588M12 8.9a2.1 2.1 0 0 0-.75 4.06V15a.75.75 0 0 0 1.5 0v-2.04A2.1 2.1 0 0 0 12 8.9m0 1.5a.6.6 0 1 1 0 1.201.6.6 0 0 1 0-1.2" }) ])) }