UNPKG

@astraicons/vue

Version:

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

21 lines (20 loc) 811 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", { "fill-rule": "evenodd", d: "M14.25 3.2c0-.52.427-.964.975-.946a6.75 6.75 0 0 1 6.521 6.521.945.945 0 0 1-.946.975h-5.6a.95.95 0 0 1-.95-.95z", "clip-rule": "evenodd" }), _createElementVNode("path", { "fill-rule": "evenodd", d: "M11.675 2.256A1.04 1.04 0 0 1 12.75 3.3v7.95h7.95c.573 0 1.065.47 1.045 1.075a9.75 9.75 0 1 1-10.07-10.07", "clip-rule": "evenodd" }) ])) }