UNPKG

@justeattakeaway/pie-icons-vue

Version:
55 lines (50 loc) 3.37 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 IconBuildingBlocksLarge = { name: 'IconBuildingBlocksLarge', props: { size: configsVue.iconSize.large, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--buildingBlocksLarge', 'IconBuildingBlocksLarge'); 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: 'm14.66 8.35-.008.003.01-.01z', }, }), h('path', { attrs: { 'fill-rule': 'evenodd', d: 'm15.93 7.959-1.27.391-.454 4.771 1.216-.376.053-.77 1.776-.543.481.613 1.252-.385zm.639 2.616-1.015.315.105-1.461z', 'clip-rule': 'evenodd', }, }), h('path', { attrs: { d: 'M20.41 23.114c.245.218.56.393.945.516v-.009c.35.114.665.149.963.114s.56-.114.805-.245l-.534-1.006a1.2 1.2 0 0 1-.42.087 1.2 1.2 0 0 1-.464-.061 1.2 1.2 0 0 1-.402-.219 1.2 1.2 0 0 1-.263-.332.9.9 0 0 1-.114-.412 1.2 1.2 0 0 1 .062-.454c.052-.158.122-.298.218-.412.097-.114.21-.201.333-.271.122-.061.254-.105.402-.114a1 1 0 0 1 .447.053c.332.105.568.288.717.551l1.015-.525a2.3 2.3 0 0 0-.516-.665c-.219-.201-.499-.35-.849-.464-.385-.122-.752-.166-1.076-.122-.333.044-.621.14-.884.289q-.383.236-.647.577a2.4 2.4 0 0 0-.385.726 2.5 2.5 0 0 0-.105.814c.017.289.078.569.2.84s.307.516.552.744', }, }), h('path', { attrs: { 'fill-rule': 'evenodd', d: 'M9.472 20.226H7.46l-.009-.017v4.436h1.995c.289 0 .534-.035.744-.105s.376-.166.516-.289.245-.262.306-.411c.062-.149.097-.315.097-.481q.002-.355-.167-.604a1.2 1.2 0 0 0-.48-.402.97.97 0 0 0 .323-.386q.105-.235.105-.498c0-.149-.035-.298-.088-.447a1.2 1.2 0 0 0-.262-.402 1.3 1.3 0 0 0-.446-.289 1.7 1.7 0 0 0-.622-.105m.097 1.645a.4.4 0 0 1-.272.105h-.586v-.752h.586c.105 0 .193.035.272.105q.115.091.113.262.002.173-.113.28m.175 1.698a.63.63 0 0 1-.368.096h-.665v-.805h.665c.158 0 .28.035.368.096.096.061.14.158.14.298 0 .148-.053.253-.14.315', 'clip-rule': 'evenodd', }, }), h('path', { attrs: { 'fill-rule': 'evenodd', d: 'M9.304 8.247a1.586 1.586 0 0 1 1.051-1.982l7.965-2.44A1.586 1.586 0 0 1 20.3 4.875l2.441 7.964a1.586 1.586 0 0 1-1.052 1.982l-.943.29 6.615 2.101a1.586 1.586 0 0 1 1.032 1.993l-2.523 7.939a1.586 1.586 0 0 1-1.992 1.03l-7.94-2.522a1.58 1.58 0 0 1-.908-.746v1.707c0 .876-.71 1.586-1.586 1.586h-8.33c-.876 0-1.586-.71-1.586-1.586v-8.33c0-.876.71-1.586 1.586-1.586h6.876a1.6 1.6 0 0 1-.246-.487zm2.033-.19 2.199 7.172 7.173-2.198-2.199-7.173zm3.1 8.988 2.852-.874-2.258 7.103v-4.99c0-.501-.232-.948-.595-1.239m2.503 6.827 2.272-7.15 7.15 2.272-2.272 7.15zM5.529 18.698V26.2h7.502v-7.502z', 'clip-rule': 'evenodd', }, })]); }, }; exports.default = IconBuildingBlocksLarge;