UNPKG

@justeattakeaway/pie-icons-vue

Version:
39 lines (34 loc) 2.02 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/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.878.878 0 0 0-.875-.875h-3.22l-.56 1.418h-4.682l-.56-1.418h-3.22a.878.878 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.625h12.241Z', }, }), 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.191c.048.064.094.129.14.194l-1.44.997a3.573 3.573 0 0 0-.197-.262l-.001-.002a2.125 2.125 0 0 0-1.637-.777c-.76 0-1.432.401-1.814 1.008l-.022.037a2.072 2.072 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-.542c0-.053.004-.106.006-.158.025-.662.219-1.266.528-1.793a.9.9 0 0 1 .099-.163 3.891 3.891 0 0 1 3.27-1.789Zm-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.74h-7.245Z', 'clip-rule': 'evenodd', }, })]); }, }; exports.default = IconAppUnlockLarge;