UNPKG

@justeattakeaway/pie-icons-vue

Version:
57 lines (54 loc) 2.48 kB
import _mergeJSXProps from './node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconFaceId = { name: 'IconFaceId', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--faceId', 'IconFaceId'); return h('svg', _mergeJSXProps([{ 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: 'M3.406 12.375v-1.33H2.094v1.33c0 .84.691 1.531 1.531 1.531h1.33v-1.312h-1.33a.217.217 0 0 1-.219-.219Z', }, }), h('path', { attrs: { d: 'M3.406 3.625c0-.123.096-.219.219-.219h1.33V2.094h-1.33c-.84 0-1.531.691-1.531 1.531v1.33h1.312v-1.33Z', }, }), h('path', { attrs: { d: 'M12.594 12.375a.217.217 0 0 1-.219.219h-1.33v1.312h1.33c.84 0 1.531-.691 1.531-1.531v-1.33h-1.312v1.33Z', }, }), h('path', { attrs: { d: 'M12.375 2.094h-1.33v1.312h1.33c.123 0 .219.096.219.219v1.33h1.312v-1.33c0-.84-.691-1.531-1.531-1.531Z', }, }), h('path', { attrs: { d: 'M4.518 5.926c0 .289.183.525.437.613a.61.61 0 0 0 .219.043.655.655 0 1 0 0-1.312.61.61 0 0 0-.219.044.653.653 0 0 0-.438.612Z', }, }), h('path', { attrs: { d: 'M10.887 6.582a.511.511 0 0 0 .158-.034.64.64 0 0 0 .499-.63c0-.316-.219-.552-.499-.63-.053-.01-.105-.035-.158-.035a.655.655 0 1 0 0 1.312v.017Z', }, }), h('path', { attrs: { d: 'M11.106 10.144H9.575c-.35.341-.927.56-1.557.56-.63 0-1.208-.219-1.558-.56H4.929s.008.017.008.026c.123.324.316.613.57.866.594.595 1.504.972 2.493.972.989 0 1.908-.377 2.502-.972.22-.218.394-.472.517-.752.026-.053.052-.097.07-.149l.017.009Z', }, }), h('path', { attrs: { d: 'M8.455 9.269c.367-.245.604-.665.604-1.146V5.26H7.746v2.862s-.035.07-.07.07h-.341v1.312h.341c.289 0 .551-.088.77-.236h.009Z', }, })]); }, }; export { IconFaceId as default };