{"version":3,"file":"Divider.mjs","names":[],"sources":["../../../src/brand/components/Divider.tsx"],"sourcesContent":["import { type FC } from 'react';\n\nimport type { DivProps, SvgProps } from '@/types';\n\nconst Divider: FC<SvgProps & DivProps & { size?: number }> = ({ size = '1em', style, ...rest }) => (\n  <svg\n    fill=\"none\"\n    height={size}\n    shapeRendering=\"geometricPrecision\"\n    stroke=\"currentColor\"\n    strokeLinecap=\"round\"\n    strokeLinejoin=\"round\"\n    style={{ flex: 'none', lineHeight: 1, ...style }}\n    viewBox=\"0 0 24 24\"\n    width={size}\n    {...rest}\n  >\n    <path d=\"M16.88 3.549L7.12 20.451\" />\n  </svg>\n);\n\nexport default Divider;\n"],"mappings":";;AAIA,MAAM,WAAwD,EAAE,OAAO,OAAO,OAAO,GAAG,WACtF,oBAAC,OAAD;CACE,MAAK;CACL,QAAQ;CACR,gBAAe;CACf,QAAO;CACP,eAAc;CACd,gBAAe;CACf,OAAO;EAAE,MAAM;EAAQ,YAAY;EAAG,GAAG;EAAO;CAChD,SAAQ;CACR,OAAO;CACP,GAAI;WAEJ,oBAAC,QAAD,EAAM,GAAE,4BAA6B,CAAA;CACjC,CAAA"}