UNPKG

@spark-ui/icons

Version:
1 lines 1.64 kB
{"version":3,"file":"Filter.mjs","names":[],"sources":["../../src/icons/Filter.tsx"],"sourcesContent":["import React from 'react'\n\nimport { IconProps } from '../Types'\n\nexport const Filter = ({\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=\"Filter\"\n {...{ ...(title && { 'data-title': title }), fill, stroke, ...props }}\n dangerouslySetInnerHTML={{\n __html:\n (title === undefined ? '' : `<title>${title}</title>`) +\n '<path fill-rule=\"evenodd\" d=\"m3,7.94h9.31c.45,1.48,1.82,2.56,3.43,2.56s2.98-1.08,3.43-2.56h1.83c.55,0,1-.45,1-1.01s-.45-1.01-1-1.01h-1.79c-.41-1.54-1.81-2.67-3.46-2.67s-3.05,1.13-3.46,2.67H3c-.55,0-1,.45-1,1.01s.45,1.01,1,1.01Zm12.74-2.67c-.88,0-1.59.72-1.59,1.6s.71,1.6,1.59,1.6,1.59-.72,1.59-1.6-.71-1.6-1.59-1.6Zm5.26,10.78h-9.31c-.45-1.48-1.82-2.56-3.43-2.56s-2.98,1.08-3.43,2.56h-1.83c-.55,0-1,.45-1,1.01s.45,1.01,1,1.01h1.79c.41,1.54,1.81,2.67,3.46,2.67s3.05-1.13,3.46-2.67h9.28c.55,0,1-.45,1-1.01s-.45-1.01-1-1.01Zm-12.74,2.67c.88,0,1.59-.72,1.59-1.6s-.71-1.6-1.59-1.6-1.59.72-1.59,1.6.71,1.6,1.59,1.6Z\"/>',\n }}\n />\n)\n\nFilter.displayName = 'Filter'\n\nexport const tags = ['Filter', '']\n"],"mappings":";;;AAIA,IAAa,UAAU,EACrB,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,4mBACH;CACD,CAAA;AAGJ,OAAO,cAAc;AAErB,IAAa,OAAO,CAAC,UAAU,GAAG"}