UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.43 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 IconUnlink = { name: 'IconUnlink', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--unlink', 'IconUnlink'); 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: 'M5.48 11.719h1.645v1.312H5.48a4.445 4.445 0 0 1-4.261-4.594A4.8 4.8 0 0 1 2.444 5.21 4.12 4.12 0 0 1 5.48 3.844h1.645v1.312H5.48a2.8 2.8 0 0 0-2.065.945 3.45 3.45 0 0 0-.875 2.337 3.13 3.13 0 0 0 2.94 3.28m5.04-7.875H8.875v1.312h1.645a3.133 3.133 0 0 1 2.949 3.282c.01.86-.302 1.694-.875 2.336a2.8 2.8 0 0 1-2.065.945H8.875v1.312h1.645a4.12 4.12 0 0 0 3.036-1.365 4.8 4.8 0 0 0 1.225-3.229 4.445 4.445 0 0 0-4.261-4.593m-.306 5.906L8.927 8.438l1.287-1.313-.928-.875L8 7.51 6.714 6.25l-.928.875 1.286 1.313L5.786 9.75l.928.875L8 9.365l1.286 1.26z', }, })]); }, }; exports.default = IconUnlink;