@spark-ui/icons
Version:
spark-ui icons
1 lines • 1.37 kB
Source Map (JSON)
{"version":3,"file":"PenFill.mjs","names":[],"sources":["../../src/icons/PenFill.tsx"],"sourcesContent":["import React from 'react'\n\nimport { IconProps } from '../Types'\n\nexport const PenFill = ({\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=\"PenFill\"\n {...{ ...(title && { 'data-title': title }), fill, stroke, ...props }}\n dangerouslySetInnerHTML={{\n __html:\n (title === undefined ? '' : `<title>${title}</title>`) +\n '<path fill-rule=\"evenodd\" d=\"m21.83,5.91c-.08-.25-.25-.5-.5-.67l-2.5-2.5c-.17-.17-.42-.33-.67-.5-.33-.17-.58-.25-.83-.25s-.58.08-.83.17c-.25.08-.5.25-.67.5L4.11,14.31c-.08.08-.17.17-.17.33l-1.91,6.41c-.08.25,0,.5.17.75.25.17.5.25.75.17l6.41-1.83c.08,0,.25-.08.33-.17l11.65-11.73c.17-.17.33-.42.5-.67.08-.33.17-.58.17-.83s-.08-.58-.17-.83Z\"/>',\n }}\n />\n)\n\nPenFill.displayName = 'PenFill'\n\nexport const tags = ['PenFill', '']\n"],"mappings":";;;AAIA,IAAa,WAAW,EACtB,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,6VACH;CACD,CAAA;AAGJ,QAAQ,cAAc;AAEtB,IAAa,OAAO,CAAC,WAAW,GAAG"}