UNPKG

@justeattakeaway/pie-icons-vue

Version:
59 lines (57 loc) 3.26 kB
import _mergeJSXProps from '@vue/babel-helper-vue-jsx-merge-props'; import { iconSize, updateContextData } from '@justeattakeaway/pie-icons-configs/configs-vue'; export default { name: 'IconBuildingBlocks', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--buildingBlocks', 'IconBuildingBlocks'); 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('g', { attrs: { 'clip-path': 'url(#prefix__clip0_11957_329)', }, }, [h('path', { attrs: { d: 'M8.735 3.8c.228.053.447.14.657.271l-.01.01c.185.113.316.235.386.358a.65.65 0 0 1 .105.359h-.849c0-.132-.087-.254-.271-.368a1 1 0 0 0-.28-.114 1 1 0 0 0-.306-.043c-.105 0-.21.017-.315.035a1.2 1.2 0 0 0-.29.113.8.8 0 0 0-.2.167.28.28 0 0 0-.07.183c0 .062.008.123.052.184a.7.7 0 0 0 .184.166c.087.053.175.088.28.123a.9.9 0 0 0 .297.052v.508a2.4 2.4 0 0 1-.612-.079 2.1 2.1 0 0 1-.586-.245c-.21-.131-.35-.262-.43-.402-.07-.14-.113-.272-.087-.403a.7.7 0 0 1 .167-.367q.146-.17.358-.29c.14-.078.315-.148.508-.2.192-.053.402-.088.63-.088.227-.009.446.018.682.07', }, }), h('path', { attrs: { 'fill-rule': 'evenodd', d: 'M4.833 7.632 5.55 8h-.017l.989 3.518-.71-.368-.148-.569-.997-.516-.15.411-.682-.359zm.359 1.077-.29.77h-.008l.578.297z', 'clip-rule': 'evenodd', }, }), h('path', { attrs: { 'fill-rule': 'evenodd', d: 'M10.853 7.676 9.6 8.254l-.035 3.316 1.234-.569a1.9 1.9 0 0 0 .788-.665c.087-.13.148-.253.192-.393.035-.132.061-.263.061-.385 0-.184-.035-.315-.096-.403a.45.45 0 0 0-.297-.157c.096-.123.157-.254.2-.385.045-.14.07-.263.07-.403a.8.8 0 0 0-.052-.306.53.53 0 0 0-.157-.228.45.45 0 0 0-.271-.078 1 1 0 0 0-.377.087zm-.5 2.783v-.595l.42-.193c.097-.043.176-.052.228-.035.053.018.08.088.08.184a.4.4 0 0 1-.088.271.6.6 0 0 1-.228.175zm.01-1.26v-.56l.367-.166c.061-.027.123-.027.166 0 .044.035.07.087.07.166a.5.5 0 0 1-.07.245.4.4 0 0 1-.166.149z', 'clip-rule': 'evenodd', }, }), h('path', { attrs: { 'fill-rule': 'evenodd', d: 'M8.415 1.485a.66.66 0 0 0-.583-.01l-5.451 2.59a.66.66 0 0 0-.375.59l-.017 6.563c0 .246.136.472.354.585l5.242 2.712c.184.096.4.098.585.01l5.45-2.59a.66.66 0 0 0 .374-.59l.018-6.563a.66.66 0 0 0-.366-.59zm-.499 5.153L4.14 4.683 8.1 2.8l3.778 1.955zM3.302 10.82l.014-5.086 3.93 2.034-.013 5.086zM8.56 7.785l-.013 5.108 4.137-1.966.013-5.107z', 'clip-rule': 'evenodd', }, })]), h('defs', [h('clipPath', { attrs: { id: 'prefix__clip0_11957_329', }, }, [h('rect', { attrs: { width: '14', height: '14', transform: 'translate(1 1)', }, })])])]); }, };