UNPKG

@justeattakeaway/pie-icons-vue

Version:
29 lines (26 loc) 1.7 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 IconToolLarge = { name: 'IconToolLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--toolLarge', 'IconToolLarge'); 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: 'M28.658 8.954c-.227-1.385-1.926-1.943-2.928-.967l-.863.828-1.211-.41-.392-1.211.836-.933c.941-1.045.314-2.719-1.08-2.893a7.345 7.345 0 0 0-.88-.052c-1.038 0-2.589.218-4.053 1.272a6.66 6.66 0 0 0-2.161 2.58v.026l-.018.026c-.043.105-.958 2.275-.235 4.906l-11.11 9.891c-1.23 1.099-1.648 2.815-1.02 4.28.636 1.498 2.03 2.422 3.625 2.396 1.098-.018 2.126-.567 2.858-1.377l9.883-10.832a6.695 6.695 0 0 0 2.065.33c2.004 0 3.895-.88 5.203-2.422 1.29-1.516 1.812-3.45 1.48-5.438Zm-6.684 6.118c-.837 0-1.69-.21-2.51-.68L8.624 26.27c-.41.453-.968.671-1.535.671-.784 0-1.568-.444-1.952-1.333-.34-.793-.06-1.717.584-2.292l11.983-10.693c-1.177-2.484-.21-4.723-.21-4.723A4.967 4.967 0 0 1 19.09 5.99c1.107-.793 2.292-.94 3.042-.94.305 0 .531.025.662.043l-1.508 1.682.976 3.006 3.05 1.02 1.621-1.569c.54 3.25-2.047 5.83-4.967 5.83l.009.009Z', }, })]); }, }; export { IconToolLarge as default };