UNPKG

@justeattakeaway/pie-icons-vue

Version:
37 lines (34 loc) 1.38 kB
import _mergeJSXProps from '@vue/babel-helper-vue-jsx-merge-props'; import { iconSize, updateContextData } from './pie-icons-configs/configs-vue.mjs'; var IconStopwatchFilledLarge = { name: 'IconStopwatchFilledLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--stopwatchFilledLarge', 'IconStopwatchFilledLarge'); return h('svg', _mergeJSXProps([{ 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: 'M17.75 6.419V4.625h3.5l-.604-1.75h-7.542l-.604 1.75H16v1.794a11.375 11.375 0 0 0-9.625 6.956h4.375a.875.875 0 0 1 .875.875v7a.875.875 0 0 1-.875.875H6.375A11.375 11.375 0 1 0 17.75 6.419ZM16 11.669h1.75v5.626l3.946 2.371-.875 1.505L16 18.25v-6.58Z', }, }), h('path', { attrs: { d: 'M9.875 16.875v-1.75H2l.788 1.75h7.087Z', }, }), h('path', { attrs: { d: 'M9.875 20.375v-1.75h-5.25l.787 1.75h4.463Z', }, })]); }, }; export { IconStopwatchFilledLarge as default };