UNPKG

@justeattakeaway/pie-icons-vue

Version:
41 lines (36 loc) 2.13 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var helper = require('./_virtual/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.805s-3.605-.297-4.786-.805a4.7 4.7 0 0 1-.866-.49v.954c0 .648.472 1.173 1.4 1.575a8 8 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.5 4.5 0 0 1-.875.49z', }, }), h('path', { attrs: { d: 'M3.73 6.32c1.024.446 2.581.7 4.27.7s3.238-.254 4.261-.7q1.392-.604 1.392-1.575c0-.149-.035-.298-.088-.446 0 0 0-.018-.009-.027a1.8 1.8 0 0 0-.253-.402l-.01-.009a3 3 0 0 0-.41-.359q-.029-.012-.044-.026a5 5 0 0 0-.56-.306 7.3 7.3 0 0 0-1.208-.376c-.192-.044-.376-.097-.586-.132-1.522-.262-3.421-.262-4.944 0-.708.123-1.312.29-1.793.5a4 4 0 0 0-.57.305c-.008 0-.025.018-.034.027a2.2 2.2 0 0 0-.42.367 1.5 1.5 0 0 0-.263.411v.018q-.088.21-.087.446 0 .972 1.391 1.575z', }, }), h('path', { attrs: { d: 'M12.786 10.765q-.945.394-2.152.604c-.831.14-1.715.21-2.634.21s-1.802-.07-2.625-.21a10.4 10.4 0 0 1-2.144-.595 4.6 4.6 0 0 1-.883-.499v.971c0 .447.245 1.076 1.39 1.575a8.8 8.8 0 0 0 1.847.517A15 15 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.5 4.5 0 0 1-.875.49z', }, })]); }, }; exports.default = IconCoinsFilled;