UNPKG

@justeattakeaway/pie-icons-vue

Version:
33 lines (28 loc) 1.32 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 IconPinAtHome = { name: 'IconPinAtHome', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--pinAtHome', 'IconPinAtHome'); return h('svg', helper.default([{ 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: 'm14.694 7.125-.91.875s-.298-.289-.753-.7v1.575H11.72V6.154a27.3 27.3 0 0 0-3.5-2.713.53.53 0 0 0-.403 0 27 27 0 0 0-3.5 2.704v6.44h8.75v1.312H2.97V7.335c-.455.411-.744.691-.753.7l-.91-.91a43 43 0 0 1 5.819-4.813 1.75 1.75 0 0 1 1.75-.008 43 43 0 0 1 5.819 4.82M7.124 9.75a.875.875 0 1 0 0 1.75.875.875 0 0 0 0-1.75m1.75.875a.875.875 0 1 0 1.751 0 .875.875 0 0 0-1.75 0m3.5-.875a.875.875 0 1 0 0 1.75.875.875 0 0 0 0-1.75', }, })]); }, }; exports.default = IconPinAtHome;