UNPKG

@astraicons/vue

Version:

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

23 lines (22 loc) 1.45 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: "M14.057 9.937c0-.522.423-.945.944-.945h1.885c.524 0 .948.426.945.95l-.037 6.203a.38.38 0 0 1-.378.375h-2.981a.38.38 0 0 1-.378-.378zM6.5 9.937c0-.522.423-.945.945-.945h1.884c.524 0 .948.426.945.95l-.036 6.203a.38.38 0 0 1-.378.375H6.878a.38.38 0 0 1-.378-.378z" }), _createElementVNode("path", { "stroke-linecap": "round", d: "M14.057 19.444h3.78M6.5 19.444h3.78" }), _createElementVNode("path", { "stroke-linecap": "square", d: "M17.32 8.578v-1.89c0-.865-.665-2.005-1.01-2.537a.258.258 0 0 0-.425-.016c-.4.526-1.194 1.68-1.194 2.553v1.89M9.764 8.578v-1.89c0-.865-.666-2.005-1.01-2.537a.258.258 0 0 0-.426-.016c-.4.526-1.193 1.68-1.193 2.553v1.89" }), _createElementVNode("path", { d: "M15.031 16.52v2.924m1.95-2.924v2.924M7.475 16.52v2.924m1.948-2.924v2.924M9.875 15h4.25m-7.437 0H5.625A2.125 2.125 0 0 1 3.5 12.875v-4.75C3.5 6.951 4.451 6 5.625 6H7.75m10.625 9a2.125 2.125 0 0 0 2.125-2.125v-4.75A2.125 2.125 0 0 0 18.375 6h-1.062M9.875 6h5.313" }) ])) }