UNPKG

@justeattakeaway/pie-icons-vue

Version:
41 lines (36 loc) 2.3 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./node_modules/@vue/babel-helper-vue-jsx-merge-props/dist/helper.cjs'); var configsVue = require('./packages/tools/pie-icons-configs/configs-vue.cjs'); var IconCoinsFilled = { name: 'IconCoinsFilled', props: { size: configsVue.iconSize.regular, }, functional: true, render (h, ctx) { ctx.data = configsVue.updateContextData(ctx, 'c-pieIcon c-pieIcon--coinsFilled', 'IconCoinsFilled'); return h('svg', helper.default([{ 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: 'M12.786 7.527c-1.18.517-2.922.805-4.786.805-1.864 0-3.605-.297-4.786-.805a4.7 4.7 0 0 1-.866-.49v.954c0 .648.472 1.173 1.4 1.575a8.024 8.024 0 0 0 1.846.508c1.496.254 3.316.254 4.83 0 .7-.123 1.321-.289 1.855-.517.919-.393 1.382-.927 1.382-1.566V7.03a4.516 4.516 0 0 1-.875.49v.008Z', }, }), h('path', { attrs: { d: 'M3.73 6.32c1.024.446 2.581.7 4.27.7 1.689 0 3.238-.254 4.261-.7.928-.403 1.392-.928 1.392-1.575 0-.149-.035-.298-.088-.446 0 0 0-.018-.009-.027a1.815 1.815 0 0 0-.253-.402l-.01-.009a2.808 2.808 0 0 0-.41-.359 4.73 4.73 0 0 0-.604-.333 7.295 7.295 0 0 0-1.208-.375c-.192-.044-.376-.097-.586-.132-1.522-.262-3.421-.262-4.944 0-.708.123-1.312.29-1.793.5a4.263 4.263 0 0 0-.57.305c-.008 0-.025.018-.034.027a2.18 2.18 0 0 0-.42.367 1.488 1.488 0 0 0-.263.411v.018c-.06.14-.087.289-.087.446 0 .648.464 1.173 1.391 1.575l-.035.009Z', }, }), h('path', { attrs: { d: 'M12.786 10.765c-.63.262-1.347.464-2.152.604-.831.14-1.715.21-2.634.21-.919 0-1.802-.07-2.625-.21a10.395 10.395 0 0 1-2.144-.595 4.605 4.605 0 0 1-.883-.499v.971c0 .447.245 1.076 1.39 1.575a8.758 8.758 0 0 0 1.847.517A15.09 15.09 0 0 0 8 13.53c.84 0 1.663-.061 2.415-.192.7-.123 1.321-.29 1.846-.517 1.147-.498 1.392-1.128 1.392-1.575v-.971a4.519 4.519 0 0 1-.875.49h.008Z', }, })]); }, }; exports.default = IconCoinsFilled;