UNPKG

@justeattakeaway/pie-icons-vue

Version:
35 lines (32 loc) 2.25 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 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.409-4.426 1.193l.01.009a1.961 1.961 0 0 0-.933 2.1l.366 1.724-1.36-2.84a.652.652 0 0 1 .14-.749 7.492 7.492 0 0 1 4.225-2.021 6.176 6.176 0 0 0 3.477-1.664.65.65 0 0 1 1.036.183l.845 1.76a4.899 4.899 0 0 1-2.422.357 8.71 8.71 0 0 0-.958-.052Z', }, }), h('path', { attrs: { 'fill-rule': 'evenodd', d: 'm13.555 6.192.906 4.287v-.01a.662.662 0 0 1-.314.698h-.018c-.313.183-.636.34-.975.47-.07.03-.14.05-.21.072l-.104.033a7.423 7.423 0 0 1-.75.226 4.192 4.192 0 0 1-.19.038 7.517 7.517 0 0 1-.925.128 4.559 4.559 0 0 0-.123.01c-.077.008-.153.016-.233.016a6.982 6.982 0 0 1-1.046-.026h-.017a5.727 5.727 0 0 0-.662-.035c-.025 0-.053.002-.08.004-.031.002-.063.005-.095.005l-.34.026a6.514 6.514 0 0 0-.574.078 5.286 5.286 0 0 1-.166.035 4.627 4.627 0 0 0-.758.21 4.925 4.925 0 0 1-.14.047c-.045.015-.09.03-.139.048-.27.104-.54.235-.801.383h-.009a.65.65 0 0 1-.33.087.644.644 0 0 1-.505-.235.635.635 0 0 1-.132-.279L3.92 8.222a.662.662 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.636.636 0 0 1 .305-.078.502.502 0 0 1 .253.044h.026a.65.65 0 0 1 .375.461ZM8.396 9.8a.906.906 0 0 0 .985.462l-.01-.009a.902.902 0 0 0 .715-.967.56.56 0 0 1 .002-.042.283.283 0 0 0-.002-.08.917.917 0 1 0-1.794.383.814.814 0 0 0 .104.253Z', 'clip-rule': 'evenodd', }, })]); }, }; export { IconCashFilled as default };