UNPKG

@justeattakeaway/pie-icons-vue

Version:
37 lines (32 loc) 1.55 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./_virtual/helper.cjs'); var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs'); var IconSushi = { name: 'IconSushi', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--sushi', 'IconSushi'); return h('svg', helper.default([{ attrs: { xmlns: 'http://www.w3.org/2000/svg', role: 'presentation', focusable: 'false', fill: 'currentColor', viewBox: '0 0 16 16', }, }, ctx.data]), [h('path', { attrs: { d: 'm1.875 11.413 3.841-1.182-1.295 3.894h1.383L7.256 9.75 15 7.379l-.385-1.26h-.114a3.15 3.15 0 0 0-.586-3.684l-.359-.359a3.27 3.27 0 0 0-3.587-.612L8.76 1.105 6.25 8.7l-4.375 1.339zm7.726-8.016.359-.358a1.9 1.9 0 0 1 2.045-.403c.226.093.432.23.606.403l.359.358a1.86 1.86 0 0 1 .551 1.33 1.83 1.83 0 0 1-.551 1.322l-.359.358a1.916 1.916 0 0 1-2.625 0l-.359-.358a1.88 1.88 0 0 1-.026-2.652m-1.269 3.16q.15.226.342.42l.359.358q.207.201.446.367l-1.706.525z', }, }), h('path', { attrs: { d: 'm10.695 3.971-.16.161a.84.84 0 0 0-.001 1.188l.16.16a.84.84 0 0 0 1.189.001l.16-.16a.84.84 0 0 0 0-1.189l-.16-.16a.84.84 0 0 0-1.188 0', }, })]); }, }; exports.default = IconSushi;