{"version":3,"file":"PauseFill.mjs","names":[],"sources":["../../src/icons/PauseFill.tsx"],"sourcesContent":["import React from 'react'\n\nimport { IconProps } from '../Types'\n\nexport const PauseFill = ({\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=\"PauseFill\"\n    {...{ ...(title && { 'data-title': title }), fill, stroke, ...props }}\n    dangerouslySetInnerHTML={{\n      __html:\n        (title === undefined ? '' : `<title>${title}</title>`) +\n        '<path d=\"m12,2C6.5,2,2,6.5,2,12s4.5,10,10,10,10-4.5,10-10S17.5,2,12,2Zm2.83,13.58c0,.42-.33.75-.75.75s-.75-.33-.75-.75v-7.17c0-.42.33-.75.75-.75s.75.33.75.75v7.17Zm-4.25-7.17v7.17c0,.42-.33.75-.75.75s-.75-.33-.75-.75v-7.17c0-.42.33-.75.75-.75s.75.33.75.75Z\"/>',\n    }}\n  />\n)\n\nPauseFill.displayName = 'PauseFill'\n\nexport const tags = ['PauseFill', '']\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,yQACH;CACD,CAAA;AAGJ,UAAU,cAAc;AAExB,IAAa,OAAO,CAAC,aAAa,GAAG"}