@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
16 lines (15 loc) • 946 B
JavaScript
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: "M21.614 15.12c.403-.403.63-.95.63-1.52v-3.2a2.15 2.15 0 0 0-2.15-2.15h-.358a4.25 4.25 0 0 0-4.242-4h-9a4.25 4.25 0 0 0-4.25 4.25v7a4.25 4.25 0 0 0 4.25 4.25h9a4.25 4.25 0 0 0 4.242-4h.358a2.15 2.15 0 0 0 1.52-.63m-.87-4.72a.65.65 0 0 0-.65-.65h-.35v4.5h.35a.65.65 0 0 0 .65-.65zm-15 5.6V8a.75.75 0 0 1 1.5 0v8a.75.75 0 0 1-1.5 0m3 0V8a.75.75 0 0 1 1.5 0v8a.75.75 0 1 1-1.5 0m3 0V8a.75.75 0 0 1 1.5 0v8a.75.75 0 1 1-1.5 0m3 0V8a.75.75 0 0 1 1.5 0v8a.75.75 0 1 1-1.5 0",
"clip-rule": "evenodd"
})
]))
}