UNPKG

@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) 2.34 kB
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: "M10.223 2.828a2.75 2.75 0 0 1 3.554 0l.498.422h4.251a2.75 2.75 0 0 1 2.689 3.326l-.799 3.725a1.75 1.75 0 0 1 1.334 1.7v2.5h-4a.75.75 0 0 0 0 1.5h4V17.6a4.15 4.15 0 0 1-4.15 4.15H6.4a4.15 4.15 0 0 1-4.15-4.15V16h4a.75.75 0 0 0 0-1.5h-4V12a1.75 1.75 0 0 1 1.333-1.699l-.798-3.725A2.75 2.75 0 0 1 5.474 3.25h4.25zM12 13.25a1.75 1.75 0 0 0-.75 3.33V18a.75.75 0 0 0 1.5 0v-1.42a1.749 1.749 0 0 0-.75-3.33m-6.526-8.5a1.25 1.25 0 0 0-1.222 1.512l.854 3.987h.142a.8.8 0 0 1 .037-.257h.001v-.003l.002-.005.006-.016.018-.049q.023-.061.065-.158c.056-.127.14-.302.255-.487.207-.335.61-.866 1.258-1.045.375-.104.696-.047.863-.02.181.028.207.025.238.017.007-.002.002.028.13-.145.131-.18.397-.562.961-.709.37-.096.686-.04.85-.015.175.026.206.024.239.015.017-.017.04-.044.111-.148.138-.199.426-.621 1.056-.72l.137-.015c.137-.011.27-.009.359-.005q.1.003.165.008l.028.002c.152-.016.286-.018.433-.005l.202.025c.629.098.916.52 1.055.718.072.103.094.13.111.147.034.009.064.011.24-.015.164-.026.48-.08.849.015.564.147.83.528.963.707.126.17.12.142.128.144.031.008.058.01.24-.018.167-.026.487-.082.861.02.648.179 1.052.709 1.26 1.043a4 4 0 0 1 .319.643l.018.049.005.016.002.006v.001l.002.001a.8.8 0 0 1 .037.258h.142l.854-3.987a1.25 1.25 0 0 0-1.222-1.512zm6.642 3.256a.8.8 0 0 1-.278-.01l-.06-.004c-.088-.003-.155 0-.191.003-.016.02-.034.047-.066.092-.114.164-.38.593-.967.746-.37.097-.685.042-.85.017-.178-.028-.207-.026-.241-.017-.007.002-.002-.026-.128.145-.132.18-.398.562-.963.709-.373.097-.691.038-.853.012-.177-.027-.2-.022-.227-.015-.076.02-.218.128-.376.384a2 2 0 0 0-.1.181h10.368a2 2 0 0 0-.1-.179c-.157-.253-.299-.36-.375-.381-.027-.008-.05-.012-.228.015-.162.026-.48.083-.853-.013-.563-.147-.83-.527-.962-.706-.127-.172-.121-.142-.129-.144-.034-.009-.063-.012-.241.016-.165.025-.48.08-.85-.016-.587-.153-.852-.581-.966-.745a2 2 0 0 0-.067-.09v-.002a.8.8 0 0 0-.297.002", "clip-rule": "evenodd" }) ])) }