UNPKG

1.27 kBJavaScriptView Raw
1'use strict';
2
3Object.defineProperty(exports, '__esModule', { value: true });
4
5var vue = require('vue');
6
7var script = vue.defineComponent({
8 name: "IceCreamRound"
9});
10
11const _hoisted_1 = {
12 xmlns: "http://www.w3.org/2000/svg",
13 viewBox: "0 0 1024 1024"
14};
15const _hoisted_2 = /* @__PURE__ */ vue.createVNode("path", {
16 fill: "currentColor",
17 d: "m308.352 489.344 226.304 226.304a32 32 0 0 0 45.248 0L783.552 512A192 192 0 1 0 512 240.448L308.352 444.16a32 32 0 0 0 0 45.248zm135.744 226.304L308.352 851.392a96 96 0 0 1-135.744-135.744l135.744-135.744-45.248-45.248a96 96 0 0 1 0-135.808L466.752 195.2A256 256 0 0 1 828.8 557.248L625.152 760.96a96 96 0 0 1-135.808 0l-45.248-45.248zM398.848 670.4 353.6 625.152 217.856 760.896a32 32 0 0 0 45.248 45.248L398.848 670.4zm248.96-384.64a32 32 0 0 1 0 45.248L466.624 512a32 32 0 1 1-45.184-45.248l180.992-181.056a32 32 0 0 1 45.248 0zm90.496 90.496a32 32 0 0 1 0 45.248L557.248 602.496A32 32 0 1 1 512 557.248l180.992-180.992a32 32 0 0 1 45.312 0z"
18}, null, -1);
19function render(_ctx, _cache, $props, $setup, $data, $options) {
20 return vue.openBlock(), vue.createBlock("svg", _hoisted_1, [
21 _hoisted_2
22 ]);
23}
24
25script.render = render;
26script.__file = "packages/components/IceCreamRound.vue";
27
28exports.default = script;