{"version":3,"file":"WarningFill.mjs","names":[],"sources":["../../src/icons/WarningFill.tsx"],"sourcesContent":["import React from 'react'\n\nimport { IconProps } from '../Types'\n\nexport const WarningFill = ({\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=\"WarningFill\"\n    {...{ ...(title && { 'data-title': title }), fill, stroke, ...props }}\n    dangerouslySetInnerHTML={{\n      __html:\n        (title === undefined ? '' : `<title>${title}</title>`) +\n        '<path fill-rule=\"evenodd\" d=\"m12,2c-.44,0-.87.12-1.24.35-.37.23-.68.56-.88.95l-7.62,15.24h0c-.18.36-.27.77-.25,1.17.02.41.14.8.35,1.15.21.35.51.63.86.83.35.2.75.3,1.16.31h15.24c.41,0,.81-.11,1.16-.31.35-.2.65-.49.86-.83.21-.35.33-.74.35-1.15.02-.41-.07-.81-.25-1.17h0S14.13,3.31,14.13,3.31h0c-.2-.4-.5-.73-.88-.96-.37-.23-.81-.35-1.24-.35Zm0,6.23c.55,0,1,.45,1,1v4.58c0,.55-.45,1-1,1s-1-.45-1-1v-4.58c0-.55.45-1,1-1Zm1.25,8.58c0,.69-.56,1.25-1.25,1.25s-1.25-.56-1.25-1.25.56-1.25,1.25-1.25,1.25.56,1.25,1.25Z\"/>',\n    }}\n  />\n)\n\nWarningFill.displayName = 'WarningFill'\n\nexport const tags = ['WarningFill', '']\n"],"mappings":";;;AAIA,IAAa,eAAe,EAC1B,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,ugBACH;CACD,CAAA;AAGJ,YAAY,cAAc;AAE1B,IAAa,OAAO,CAAC,eAAe,GAAG"}