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) 832 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("g", { "clip-path": "url(#clip0_11478_12228)" }, [ _createElementVNode("path", { "fill-rule": "evenodd", d: "M4.25 12a.75.75 0 0 1 .75-.75h14a.75.75 0 0 1 0 1.5H5a.75.75 0 0 1-.75-.75", "clip-rule": "evenodd" }) ]), _createElementVNode("defs", null, [ _createElementVNode("clipPath", { id: "clip0_11478_12228" }, [ _createElementVNode("path", { d: "M0 0h24v24H0z" }) ]) ]) ])) }