@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
29 lines (26 loc) • 2.03 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconStampcardFilled = {
name: 'IconStampcardFilled',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--stampcardFilled', 'IconStampcardFilled');
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: 'M13.968 5.996c-.08-.114-.22-.297-.245-.367a4 4 0 0 1-.106-.49c-.096-.56-.218-1.33-.822-1.934s-1.374-.735-1.943-.831c-.166-.027-.385-.062-.48-.105-.07-.027-.263-.167-.377-.254-.437-.315-1.102-.805-1.986-.805s-1.523.464-1.995.805c-.105.079-.298.219-.376.245a3 3 0 0 1-.49.105c-.56.096-1.33.219-1.934.822-.586.587-.726 1.357-.814 1.882v.061c-.035.149-.07.385-.114.481-.035.07-.183.28-.253.376-.315.438-.805 1.103-.805 1.987 0 .883.48 1.557.813 2.003.079.114.21.298.245.368.035.087.07.289.105.49.097.56.219 1.321.823 1.934.604.604 1.409.743 1.942.831.167.026.385.061.473.105.07.035.271.175.376.254.438.324 1.103.805 1.986.805.884 0 1.558-.481 1.995-.805.105-.079.298-.219.377-.245.096-.044.332-.079.49-.105.524-.088 1.32-.219 1.925-.823.612-.604.734-1.373.83-1.951.027-.166.062-.385.106-.473.026-.07.166-.262.218-.332l.035-.053c.324-.437.806-1.102.806-1.986s-.464-1.522-.814-2.004zm-9.118.726v-.07a1.044 1.044 0 0 1 .98-1.12 1.044 1.044 0 0 1 1.12.98v.15a1.044 1.044 0 0 1-.98 1.12H5.9c-.577 0-1.05-.473-1.05-1.05zm2.013 3.973H5.48l3.658-5.399h1.382zm4.287-1.208a1.06 1.06 0 0 1-1.12.98 1.06 1.06 0 0 1-.98-1.12v-.07c0-.577.473-1.05 1.05-1.05h.07c.578.044 1.015.543.98 1.12v.15z',
},
})]);
},
};
export { IconStampcardFilled as default };