UNPKG

@justeattakeaway/pie-icons-vue

Version:
41 lines (36 loc) 1.72 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 IconEyeOffFilledLarge = { name: 'IconEyeOffFilledLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--eyeOffFilledLarge', 'IconEyeOffFilledLarge'); return h('svg', helper.default([{ attrs: { xmlns: 'http://www.w3.org/2000/svg', role: 'presentation', focusable: 'false', fill: 'currentColor', viewBox: '0 0 32 32', }, }, ctx.data]), [h('path', { attrs: { d: 'm24.82 10.899-.621.612-3.491 3.492q.105.493.105.997A4.82 4.82 0 0 1 16 20.813a4.7 4.7 0 0 1-.997-.105l-2.205 2.213-.692.683-.665.665a11.32 11.32 0 0 0 12.583-2.363L29.92 16z', }, }), h('path', { attrs: { d: 'm18.958 16.753-2.205 2.204a3.06 3.06 0 0 0 2.205-2.204', }, }), h('path', { attrs: { d: 'm13.909 19.325.647-.639 4.13-4.13.64-.647.638-.63 2.362-2.363.613-.621.621-.613L27.743 5.5h-2.477L22.17 8.598a11.375 11.375 0 0 0-14.193 1.496L2.08 16l5.897 5.906c.15.149.307.28.464.42L4.266 26.5h2.468l3.141-3.097 1.278-1.278 2.17-2.161zM11.188 16A4.82 4.82 0 0 1 16 11.188a4.76 4.76 0 0 1 2.721.874l-.63.64-.647.638a3.046 3.046 0 0 0-4.13 4.13l-.639.648-.639.638A4.8 4.8 0 0 1 11.188 16', }, })]); }, }; exports.default = IconEyeOffFilledLarge;