UNPKG

@astraicons/vue

Version:

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

19 lines (18 loc) 933 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", fill: "none", viewBox: "0 0 24 24", "stroke-width": "1.5", stroke: "currentColor", "aria-hidden": "true" }, [ _createElementVNode("path", { fill: "#4e5964", "fill-rule": "evenodd", d: "M2 7.75A4.75 4.75 0 0 1 6.75 3h8a4.75 4.75 0 0 1 4.75 4.75v.436l.375.108a2.25 2.25 0 0 1 1.625 2.162v2.623a2.25 2.25 0 0 1-1.704 2.182l-.296.074v.415a4.75 4.75 0 0 1-4.75 4.75h-8A4.75 4.75 0 0 1 2 15.75zm17.5 6.036V9.749a.75.75 0 0 1 .5.707v2.623a.75.75 0 0 1-.5.707M6.75 4.5A3.25 3.25 0 0 0 3.5 7.75v8A3.25 3.25 0 0 0 6.75 19h8A3.25 3.25 0 0 0 18 15.75v-8a3.25 3.25 0 0 0-3.25-3.25z", "clip-rule": "evenodd" }) ])) }