@astraicons/vue
Version:
A comprehensive icon set designed for websites, applications, social networks, and print media, tailored specifically for UI Astra.
13 lines (12 loc) • 1.38 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: "M11.912 10.941a1.33 1.33 0 0 1 1.305 1.08h1.746c.158 0 .308.037.442.1v4.766c-.62.091-1.13.204-1.504.351-.411.162-.54.316-.57.394-.018.044-.06.209.211.602.27.39.785.902 1.639 1.553a.876.876 0 0 1-.527 1.577h-8.52a.871.871 0 0 1-.516-1.574c1.386-1.042 1.82-2.361 1.554-3.407-.264-1.034-1.27-2.02-3.237-2.273A1.064 1.064 0 0 1 3 13.062c0-.575.467-1.042 1.042-1.042h3.526a1.33 1.33 0 0 1 1.306-1.079zM20.012 12.932c.396 0 .74.22.9.555a.94.94 0 0 1-.196 1.07c-.758.764-2.237 1.927-4.4 2.193v-3.818zM14.553 9.755a.684.684 0 1 1 .792 1.114l-.64.456a.684.684 0 0 1-.794-1.114z" }),
_createElementVNode("path", { d: "M14.665 1.97c.953-.206 1.692.796 1.253 1.635l-.046.08-.562.899h.002l-1.003 1.71 5.899 3.408a.685.685 0 0 1-.683 1.185l-5.902-3.409-.008-.004-.63 1.079a1.596 1.596 0 0 1-2.17.576l-.421-.242-.14-.09a1.596 1.596 0 0 1-.443-2.1l2.118-3.608a1.6 1.6 0 0 1 1.038-.753zM5.724 9.015a.684.684 0 0 1 .95-.18l.64.436a.684.684 0 0 1-.771 1.13l-.64-.436a.683.683 0 0 1-.18-.95" })
]))
}