UNPKG

@spark-ui/icons

Version:
1 lines 1.47 kB
{"version":3,"file":"CardOutline.mjs","names":[],"sources":["../../src/icons/CardOutline.tsx"],"sourcesContent":["import React from 'react'\n\nimport { IconProps } from '../Types'\n\nexport const CardOutline = ({\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=\"CardOutline\"\n {...{ ...(title && { 'data-title': title }), fill, stroke, ...props }}\n dangerouslySetInnerHTML={{\n __html:\n (title === undefined ? '' : `<title>${title}</title>`) +\n '<path d=\"m17.76,14.4h-4.05c-.53,0-.97.43-.97.96s.44.96.97.96h4.05c.53,0,.97-.43.97-.96s-.44-.96-.97-.96Z\"/><path d=\"m19.64,4.5H4.36c-1.3,0-2.36,1.04-2.36,2.34v10.33c0,1.29,1.05,2.34,2.36,2.34h15.28c1.3,0,2.36-1.04,2.36-2.34V6.84c0-1.29-1.05-2.34-2.36-2.34Zm-15.28,13.08c-.23,0-.41-.18-.41-.41v-5.92h16.12v5.92c0,.22-.19.41-.41.41H4.36Zm0-11.15h15.28c.23,0,.41.18.41.41v2.48H3.94v-2.48c0-.22.19-.41.41-.41Z\"/>',\n }}\n />\n)\n\nCardOutline.displayName = 'CardOutline'\n\nexport const tags = ['CardOutline', '']\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,gaACH;CACD,CAAA;AAGJ,YAAY,cAAc;AAE1B,IAAa,OAAO,CAAC,eAAe,GAAG"}