@justeattakeaway/pie-icons-vue
Version:
PIE Design System Icon set for Vue
35 lines (32 loc) • 2.04 kB
JavaScript
import _mergeJSXProps from './_virtual/helper.mjs';
import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs';
var IconCashFilled = {
name: 'IconCashFilled',
props: {
size: iconSize.regular,
},
functional: true,
render (h, ctx) {
ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--cashFilled', 'IconCashFilled');
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: 'M8.005 5.217c-1.56 0-3.093.41-4.426 1.193l.01.009a1.96 1.96 0 0 0-.933 2.1l.366 1.724-1.36-2.84a.65.65 0 0 1 .14-.749 7.5 7.5 0 0 1 4.225-2.021 6.18 6.18 0 0 0 3.477-1.664.65.65 0 0 1 1.036.183l.845 1.76a4.9 4.9 0 0 1-2.422.357 9 9 0 0 0-.958-.052',
},
}), h('path', {
attrs: {
'fill-rule': 'evenodd',
d: 'm13.555 6.192.906 4.287v-.01a.66.66 0 0 1-.314.698h-.018q-.468.275-.975.47c-.07.03-.14.05-.21.072l-.104.033a7 7 0 0 1-.75.226 4 4 0 0 1-.19.038q-.082.014-.166.032a8 8 0 0 1-.758.096l-.124.01q-.114.014-.233.016a7 7 0 0 1-1.046-.026h-.017a6 6 0 0 0-.662-.035q-.038 0-.08.004-.047.004-.095.005l-.34.026a7 7 0 0 0-.574.078l-.166.035q-.081.015-.165.035c-.2.043-.401.104-.593.174l-.14.048q-.066.022-.139.048c-.27.104-.54.235-.801.383h-.009a.65.65 0 0 1-.33.087.644.644 0 0 1-.505-.235.64.64 0 0 1-.132-.279L3.92 8.222a.66.66 0 0 1 .314-.697 7.53 7.53 0 0 1 4.591-.967 6.206 6.206 0 0 0 3.755-.793h.017a.64.64 0 0 1 .305-.078.5.5 0 0 1 .253.044h.026a.65.65 0 0 1 .375.461M8.397 9.8a.91.91 0 0 0 .985.462l-.01-.009a.9.9 0 0 0 .715-.967l.002-.042a.3.3 0 0 0-.002-.08.917.917 0 1 0-1.794.383.8.8 0 0 0 .104.253',
'clip-rule': 'evenodd',
},
})]);
},
};
export { IconCashFilled as default };