UNPKG

@justeattakeaway/pie-icons-vue

Version:
39 lines (34 loc) 1.93 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 IconAppUnlockLarge = { name: 'IconAppUnlockLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--appUnlockLarge', 'IconAppUnlockLarge'); 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: 'M19.955 2.875A2.633 2.633 0 0 1 22.58 5.5v1.155h.008v7.105h-1.75V7.25h-.008V5.5a.88.88 0 0 0-.875-.875h-3.22l-.56 1.418h-4.682l-.56-1.418h-3.22a.88.88 0 0 0-.874.875v21c0 .481.394.875.875.875h8.478v1.75H7.714A2.633 2.633 0 0 1 5.089 26.5v-21a2.633 2.633 0 0 1 2.625-2.625z', }, }), h('path', { attrs: { 'fill-rule': 'evenodd', d: 'M22.868 15.545c1.204 0 2.277.557 2.984 1.41l-.005.004.003.004.153.191q.072.096.14.194l-1.44.997a4 4 0 0 0-.197-.262l-.001-.002a2.13 2.13 0 0 0-1.637-.777c-.76 0-1.432.401-1.814 1.008l-.022.037a2.07 2.07 0 0 0-.316 1.099v.542h7.534v5.862l-.779.516c-.927.622-2.485 1.366-4.593 1.366-.613 0-2.214-.088-3.824-.91-.28-.14-.543-.29-.78-.456l-.77-.516V19.99h1.462v-.542q.002-.08.006-.158c.025-.662.219-1.266.528-1.793a1 1 0 0 1 .099-.163 3.89 3.89 0 0 1 3.27-1.789m-3.613 6.195v3.177c.192.13.394.244.595.35 1.295.655 2.59.717 3.028.717 1.723 0 2.966-.63 3.622-1.067V21.74z', 'clip-rule': 'evenodd', }, })]); }, }; exports.default = IconAppUnlockLarge;