@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
17 lines (16 loc) • 1.67 kB
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", { d: "M13.594 14.247c.298 0 .572.121.783.318l.67.625c.522.487.592 1.346.215 1.936l-2.265 3.544c-.228.357-.592.577-.997.577s-.77-.22-.997-.577l-2.265-3.544c-.377-.59-.307-1.45.215-1.937l.67-.624c.21-.197.485-.318.783-.318z" }),
_createElementVNode("path", {
"fill-rule": "evenodd",
d: "M20 2.25a.75.75 0 0 1 .75.75v.13H22a.75.75 0 0 1 0 1.5h-1.25v.849h.236c.422 0 .764.342.764.763v2.116a1.75 1.75 0 1 1-3.5 0v-.597h-2.5v2.294q.573.439 1.063 1.008c1.25 1.459 1.937 3.416 1.937 5.437a.75.75 0 0 1-1.5 0c0-1.692-.577-3.296-1.577-4.462a6 6 0 0 0-.224-.245 2.69 2.69 0 0 1-2.386 1.457h-2.126a2.69 2.69 0 0 1-2.387-1.457 6 6 0 0 0-.223.245c-1 1.166-1.577 2.77-1.577 4.462a.75.75 0 0 1-1.5 0c0-2.021.687-3.978 1.938-5.437a7 7 0 0 1 1.062-1.008V7.76h-2.5v.597a1.75 1.75 0 1 1-3.5 0V6.242c0-.421.342-.763.764-.763h.236V4.63H2a.75.75 0 0 1 0-1.5h1.25V3a.75.75 0 0 1 1.5 0v.13H6a.75.75 0 0 1 0 1.5H4.75v.849h.236c.422 0 .764.342.764.763v.019h2.509a2.685 2.685 0 0 1 2.678-2.511h2.126a2.685 2.685 0 0 1 2.678 2.51h2.509v-.018c0-.421.342-.763.764-.763h.236V4.63H18a.75.75 0 0 1 0-1.5h1.25V3a.75.75 0 0 1 .75-.75M3.75 8.358a.25.25 0 0 0 .5 0v-1.38h-.5zm16 0a.25.25 0 1 0 .5 0v-1.38h-.5zM11 6.75a.75.75 0 0 0 0 1.5h2a.75.75 0 0 0 0-1.5z",
"clip-rule": "evenodd"
})
]))
}