UNPKG

@justeattakeaway/pie-icons-vue

Version:
29 lines (26 loc) 2.88 kB
import _mergeJSXProps from './_virtual/helper.mjs'; import { iconSize, updateContextData } from './packages/tools/pie-icons-configs/configs-vue.mjs'; var IconOfferStarLarge = { name: 'IconOfferStarLarge', props: { size: iconSize.large, }, functional: true, render (h, ctx) { ctx.data = updateContextData(ctx, 'c-pieIcon c-pieIcon--offerStarLarge', 'IconOfferStarLarge'); return h('svg', _mergeJSXProps([{ attrs: { xmlns: 'http://www.w3.org/2000/svg', role: 'presentation', focusable: 'false', fill: 'currentColor', viewBox: '0 0 32 32', }, }, ctx.data]), [h('path', { attrs: { d: 'M21.574 15.186a8.49 8.49 0 0 1-4.76-4.76.875.875 0 0 0-1.628 0 8.49 8.49 0 0 1-4.76 4.76.875.875 0 0 0 0 1.628 8.49 8.49 0 0 1 4.76 4.76.875.875 0 0 0 1.628 0 8.49 8.49 0 0 1 4.76-4.76.875.875 0 0 0 0-1.628M16 19.308A10.3 10.3 0 0 0 12.693 16 10.3 10.3 0 0 0 16 12.693 10.3 10.3 0 0 0 19.308 16 10.3 10.3 0 0 0 16 19.308m11.436-6.3a5.1 5.1 0 0 1-1.05-1.313 5.4 5.4 0 0 1-.201-1.75c0-1.111-.052-2.371-.875-3.229-.822-.857-2.117-.875-3.229-.875a5.4 5.4 0 0 1-1.75-.201 5.1 5.1 0 0 1-1.312-1.05c-.84-.84-1.768-1.715-3.019-1.715s-2.179.875-2.992 1.689c-.377.42-.82.775-1.313 1.05-.569.162-1.16.23-1.75.201-1.111 0-2.371.052-3.229.875-.857.822-.875 2.117-.875 3.229.029.59-.04 1.181-.201 1.75a5.1 5.1 0 0 1-1.05 1.312c-.84.84-1.715 1.768-1.715 3.019s.875 2.179 1.689 2.992c.42.377.775.82 1.05 1.313.162.569.23 1.16.201 1.75 0 1.111.052 2.371.875 3.229.822.857 2.117.875 3.229.875.59-.029 1.181.04 1.75.201.492.275.936.63 1.312 1.05.814.788 1.75 1.689 2.993 1.689s2.178-.875 2.992-1.689c.377-.42.82-.775 1.313-1.05a5.4 5.4 0 0 1 1.75-.201c1.111 0 2.371-.053 3.229-.875.857-.823.875-2.118.875-3.229-.029-.59.039-1.181.2-1.75.276-.492.63-.936 1.05-1.312.867-.814 1.742-1.742 1.742-2.993s-.875-2.179-1.689-2.992m-1.26 4.742a6.5 6.5 0 0 0-1.426 1.881 6.8 6.8 0 0 0-.332 2.389c0 .823 0 1.671-.394 2.021s-1.208.377-2.03.394a6.6 6.6 0 0 0-2.38.332 6.5 6.5 0 0 0-1.864 1.41c-.604.594-1.234 1.198-1.75 1.198s-1.172-.604-1.75-1.199a6.5 6.5 0 0 0-1.881-1.426 6.6 6.6 0 0 0-2.38-.332c-.875 0-1.68 0-2.03-.394s-.377-1.199-.394-2.021a6.8 6.8 0 0 0-.315-2.372 6.5 6.5 0 0 0-1.426-1.881c-.595-.578-1.199-1.207-1.199-1.75s.604-1.172 1.199-1.75a6.5 6.5 0 0 0 1.426-1.881c.253-.77.365-1.58.332-2.389 0-.822 0-1.671.394-2.021s1.208-.377 2.03-.394c.8.04 1.601-.067 2.363-.315a6.5 6.5 0 0 0 1.881-1.426c.578-.595 1.207-1.199 1.75-1.199s1.172.604 1.75 1.199a6.5 6.5 0 0 0 1.881 1.426c.766.256 1.573.37 2.38.332.832 0 1.68 0 2.03.394s.377 1.199.394 2.022c-.036.802.07 1.605.315 2.37.357.71.84 1.347 1.426 1.882.595.604 1.199 1.234 1.199 1.75s-.604 1.172-1.199 1.75', }, })]); }, }; export { IconOfferStarLarge as default };