UNPKG

@justeattakeaway/pie-icons-vue

Version:
29 lines (26 loc) 1.44 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 IconDrone = { name: 'IconDrone', props: { size: iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--drone', 'IconDrone'); 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: 'M14.344 7.974v-1.75c0-.613-.359-1.129-.875-1.374V3.17h.656V1.849H11.5V3.16h.656v1.531H3.844v-1.53H4.5V1.848H1.875V3.16h.656v1.68c-.516.245-.875.77-.875 1.374v1.75c0 .84.692 1.531 1.532 1.531h1.198l-2.73 1.943v2.528H2.97v-1.846l1.767-1.251a1.52 1.52 0 0 0 1.514 1.365h3.5c.744 0 1.356-.525 1.505-1.225l1.566 1.12v1.846h1.313v-2.529l-2.73-1.942h1.409c.84 0 1.53-.691 1.53-1.531Zm-4.375 2.73a.217.217 0 0 1-.219.218h-3.5a.217.217 0 0 1-.219-.218V9.61H9.97v1.094ZM3.188 8.193a.217.217 0 0 1-.22-.22v-1.75c0-.122.097-.218.22-.218h9.624c.123 0 .22.096.22.219v1.75a.217.217 0 0 1-.22.219H3.188Z', }, })]); }, }; export { IconDrone as default };