UNPKG

@justeattakeaway/pie-icons-vue

Version:
37 lines (34 loc) 1.3 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconLockLarge = { name: 'IconLockLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--lockLarge', 'IconLockLarge'); return h('svg', _mergeJSXProps([{ 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: 'M23.875 14.25h-1.75v-3.5a6.125 6.125 0 1 0-12.25 0v3.5h-1.75v-3.5a7.875 7.875 0 0 1 15.75 0z', }, }), h('path', { attrs: { d: 'M16 29.125a18.2 18.2 0 0 1-11.042-3.692l-.333-.263V13.375h22.75V25.17l-.332.262A17.92 17.92 0 0 1 16 29.126m-9.625-4.804A16.63 16.63 0 0 0 16 27.375a16.27 16.27 0 0 0 9.625-3.054v-9.196H6.375z', }, }), h('path', { attrs: { d: 'M16.875 17.75h-1.75V23h1.75z', }, })]); }, }; export { IconLockLarge as default };