{"version":3,"file":"OfferFill.mjs","names":[],"sources":["../../src/icons/OfferFill.tsx"],"sourcesContent":["import React from 'react'\n\nimport { IconProps } from '../Types'\n\nexport const OfferFill = ({\n  title,\n  fill = 'currentColor',\n  stroke = 'none',\n  ref,\n  ...props\n}: IconProps = {}) => (\n  <svg\n    ref={ref}\n    viewBox=\"0 0 24 24\"\n    xmlns=\"http://www.w3.org/2000/svg\"\n    data-title=\"OfferFill\"\n    {...{ ...(title && { 'data-title': title }), fill, stroke, ...props }}\n    dangerouslySetInnerHTML={{\n      __html:\n        (title === undefined ? '' : `<title>${title}</title>`) +\n        '<path d=\"m21.42,13.4L10.48,2.41c-.16-.17-.33-.25-.49-.33-.16-.08-.33-.08-.58-.08l-5.35.83c-.33,0-.58.17-.82.33-.25.33-.41.66-.41.83l-.82,5.54c0,.17,0,.41.08.58.08.17.16.33.33.41l10.95,10.99c.33.33.82.5,1.32.5s.91-.17,1.32-.5l5.51-5.54c.33-.33.49-.83.49-1.32-.08-.41-.25-.83-.58-1.24Zm-13.58-3.97c-.82,0-1.48-.66-1.48-1.49s.66-1.49,1.48-1.49,1.48.66,1.48,1.49-.66,1.49-1.48,1.49Z\"/>',\n    }}\n  />\n)\n\nOfferFill.displayName = 'OfferFill'\n\nexport const tags = ['OfferFill', '']\n"],"mappings":";;;AAIA,IAAa,aAAa,EACxB,OACA,OAAO,gBACP,SAAS,QACT,KACA,GAAG,UACU,EAAE,KACf,oBAAC,OAAD;CACO;CACL,SAAQ;CACR,OAAM;CACN,cAAW;CACL,GAAI,SAAS,EAAE,cAAc,OAAO;CAAG;CAAM;CAAQ,GAAG;CAC9D,yBAAyB,EACvB,SACG,UAAU,KAAA,IAAY,KAAK,UAAU,MAAM,aAC5C,mYACH;CACD,CAAA;AAGJ,UAAU,cAAc;AAExB,IAAa,OAAO,CAAC,aAAa,GAAG"}