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) 890 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: "M17.25 13a4.25 4.25 0 0 1 3.502 6.657l.982 1.076a.75.75 0 0 1-1.108 1.011l-.93-1.02A4.25 4.25 0 1 1 17.25 13M7.25 12.8a3.45 3.45 0 0 1 3.45 3.45v1.8a3.45 3.45 0 0 1-3.45 3.45h-1.8A3.45 3.45 0 0 1 2 18.05v-1.8a3.45 3.45 0 0 1 3.45-3.45zM7.25 2a3.45 3.45 0 0 1 3.45 3.45v1.8a3.45 3.45 0 0 1-3.45 3.45h-1.8A3.45 3.45 0 0 1 2 7.25v-1.8A3.45 3.45 0 0 1 5.45 2zM18.05 2a3.45 3.45 0 0 1 3.45 3.45v1.8a3.45 3.45 0 0 1-3.45 3.45h-1.8a3.45 3.45 0 0 1-3.45-3.45v-1.8A3.45 3.45 0 0 1 16.25 2z" }) ])) }