@salt-ds/icons 0.0.0-snapshot-20251015105819 → 0.0.0-snapshot-20251117223641
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +60 -4
- package/dist-cjs/components/Add.js +1 -1
- package/dist-cjs/components/Add.js.map +1 -1
- package/dist-cjs/components/CollapseAllHorizontal.js +22 -0
- package/dist-cjs/components/CollapseAllHorizontal.js.map +1 -0
- package/dist-cjs/components/Divide.js +24 -0
- package/dist-cjs/components/Divide.js.map +1 -0
- package/dist-cjs/components/DocumentDraft.js +32 -0
- package/dist-cjs/components/DocumentDraft.js.map +1 -0
- package/dist-cjs/components/DocumentEdit.js +32 -0
- package/dist-cjs/components/DocumentEdit.js.map +1 -0
- package/dist-cjs/components/DoesNotEqual.js +22 -0
- package/dist-cjs/components/DoesNotEqual.js.map +1 -0
- package/dist-cjs/components/Equal.js +24 -0
- package/dist-cjs/components/Equal.js.map +1 -0
- package/dist-cjs/components/ExpandAllHorizontal.js +22 -0
- package/dist-cjs/components/ExpandAllHorizontal.js.map +1 -0
- package/dist-cjs/components/Exponentiation.js +22 -0
- package/dist-cjs/components/Exponentiation.js.map +1 -0
- package/dist-cjs/components/GreaterThan.js +24 -0
- package/dist-cjs/components/GreaterThan.js.map +1 -0
- package/dist-cjs/components/GreaterThanEqualTo.js +22 -0
- package/dist-cjs/components/GreaterThanEqualTo.js.map +1 -0
- package/dist-cjs/components/Infinite.js +24 -0
- package/dist-cjs/components/Infinite.js.map +1 -0
- package/dist-cjs/components/LessThan.js +24 -0
- package/dist-cjs/components/LessThan.js.map +1 -0
- package/dist-cjs/components/LessThanEqualTo.js +22 -0
- package/dist-cjs/components/LessThanEqualTo.js.map +1 -0
- package/dist-cjs/components/MessageForward.js +22 -0
- package/dist-cjs/components/MessageForward.js.map +1 -0
- package/dist-cjs/components/MessageReply.js +22 -0
- package/dist-cjs/components/MessageReply.js.map +1 -0
- package/dist-cjs/components/MessageReplyAll.js +25 -0
- package/dist-cjs/components/MessageReplyAll.js.map +1 -0
- package/dist-cjs/components/Multiply.js +24 -0
- package/dist-cjs/components/Multiply.js.map +1 -0
- package/dist-cjs/components/PanelCloseBottom.js +32 -0
- package/dist-cjs/components/PanelCloseBottom.js.map +1 -0
- package/dist-cjs/components/PanelCloseBottomSolid.js +29 -0
- package/dist-cjs/components/PanelCloseBottomSolid.js.map +1 -0
- package/dist-cjs/components/PanelCloseLeft.js +22 -0
- package/dist-cjs/components/PanelCloseLeft.js.map +1 -0
- package/dist-cjs/components/PanelCloseLeftSolid.js +29 -0
- package/dist-cjs/components/PanelCloseLeftSolid.js.map +1 -0
- package/dist-cjs/components/PanelCloseRight.js +32 -0
- package/dist-cjs/components/PanelCloseRight.js.map +1 -0
- package/dist-cjs/components/PanelCloseRightSolid.js +29 -0
- package/dist-cjs/components/PanelCloseRightSolid.js.map +1 -0
- package/dist-cjs/components/PanelCloseTop.js +32 -0
- package/dist-cjs/components/PanelCloseTop.js.map +1 -0
- package/dist-cjs/components/PanelCloseTopSolid.js +29 -0
- package/dist-cjs/components/PanelCloseTopSolid.js.map +1 -0
- package/dist-cjs/components/PanelOpenBottom.js +32 -0
- package/dist-cjs/components/PanelOpenBottom.js.map +1 -0
- package/dist-cjs/components/PanelOpenBottomSolid.js +29 -0
- package/dist-cjs/components/PanelOpenBottomSolid.js.map +1 -0
- package/dist-cjs/components/PanelOpenLeft.js +32 -0
- package/dist-cjs/components/PanelOpenLeft.js.map +1 -0
- package/dist-cjs/components/PanelOpenLeftSolid.js +29 -0
- package/dist-cjs/components/PanelOpenLeftSolid.js.map +1 -0
- package/dist-cjs/components/PanelOpenRight.js +32 -0
- package/dist-cjs/components/PanelOpenRight.js.map +1 -0
- package/dist-cjs/components/PanelOpenRightSolid.js +29 -0
- package/dist-cjs/components/PanelOpenRightSolid.js.map +1 -0
- package/dist-cjs/components/PanelOpenTop.js +32 -0
- package/dist-cjs/components/PanelOpenTop.js.map +1 -0
- package/dist-cjs/components/PanelOpenTopSolid.js +29 -0
- package/dist-cjs/components/PanelOpenTopSolid.js.map +1 -0
- package/dist-cjs/components/Percentage.js +42 -0
- package/dist-cjs/components/Percentage.js.map +1 -0
- package/dist-cjs/components/Pi.js +22 -0
- package/dist-cjs/components/Pi.js.map +1 -0
- package/dist-cjs/components/Remove.js +1 -1
- package/dist-cjs/components/Remove.js.map +1 -1
- package/dist-cjs/components/Schedule.js +34 -0
- package/dist-cjs/components/Schedule.js.map +1 -0
- package/dist-cjs/components/SplitView.js +34 -0
- package/dist-cjs/components/SplitView.js.map +1 -0
- package/dist-cjs/components/SquareRoot.js +24 -0
- package/dist-cjs/components/SquareRoot.js.map +1 -0
- package/dist-cjs/components/Stop.js +24 -0
- package/dist-cjs/components/Stop.js.map +1 -0
- package/dist-cjs/components/StopSolid.js +24 -0
- package/dist-cjs/components/StopSolid.js.map +1 -0
- package/dist-cjs/components/TextAlignCenter.js +22 -0
- package/dist-cjs/components/TextAlignCenter.js.map +1 -0
- package/dist-cjs/components/TextAlignJustify.js +22 -0
- package/dist-cjs/components/TextAlignJustify.js.map +1 -0
- package/dist-cjs/components/TextAlignLeft.js +22 -0
- package/dist-cjs/components/TextAlignLeft.js.map +1 -0
- package/dist-cjs/components/TextAlignRight.js +22 -0
- package/dist-cjs/components/TextAlignRight.js.map +1 -0
- package/dist-cjs/components/TextBold.js +24 -0
- package/dist-cjs/components/TextBold.js.map +1 -0
- package/dist-cjs/components/TextColor.js +34 -0
- package/dist-cjs/components/TextColor.js.map +1 -0
- package/dist-cjs/components/TextHighlight.js +32 -0
- package/dist-cjs/components/TextHighlight.js.map +1 -0
- package/dist-cjs/components/TextItalics.js +24 -0
- package/dist-cjs/components/TextItalics.js.map +1 -0
- package/dist-cjs/components/TextOrderedList.js +22 -0
- package/dist-cjs/components/TextOrderedList.js.map +1 -0
- package/dist-cjs/components/TextStrikethrough.js +25 -0
- package/dist-cjs/components/TextStrikethrough.js.map +1 -0
- package/dist-cjs/components/TextUnderline.js +22 -0
- package/dist-cjs/components/TextUnderline.js.map +1 -0
- package/dist-cjs/components/TextUnorderedList.js +22 -0
- package/dist-cjs/components/TextUnorderedList.js.map +1 -0
- package/dist-cjs/index.js +104 -0
- package/dist-cjs/index.js.map +1 -1
- package/dist-es/components/Add.js +1 -1
- package/dist-es/components/Add.js.map +1 -1
- package/dist-es/components/CollapseAllHorizontal.js +20 -0
- package/dist-es/components/CollapseAllHorizontal.js.map +1 -0
- package/dist-es/components/Divide.js +22 -0
- package/dist-es/components/Divide.js.map +1 -0
- package/dist-es/components/DocumentDraft.js +30 -0
- package/dist-es/components/DocumentDraft.js.map +1 -0
- package/dist-es/components/DocumentEdit.js +30 -0
- package/dist-es/components/DocumentEdit.js.map +1 -0
- package/dist-es/components/DoesNotEqual.js +20 -0
- package/dist-es/components/DoesNotEqual.js.map +1 -0
- package/dist-es/components/Equal.js +22 -0
- package/dist-es/components/Equal.js.map +1 -0
- package/dist-es/components/ExpandAllHorizontal.js +20 -0
- package/dist-es/components/ExpandAllHorizontal.js.map +1 -0
- package/dist-es/components/Exponentiation.js +20 -0
- package/dist-es/components/Exponentiation.js.map +1 -0
- package/dist-es/components/GreaterThan.js +22 -0
- package/dist-es/components/GreaterThan.js.map +1 -0
- package/dist-es/components/GreaterThanEqualTo.js +20 -0
- package/dist-es/components/GreaterThanEqualTo.js.map +1 -0
- package/dist-es/components/Infinite.js +22 -0
- package/dist-es/components/Infinite.js.map +1 -0
- package/dist-es/components/LessThan.js +22 -0
- package/dist-es/components/LessThan.js.map +1 -0
- package/dist-es/components/LessThanEqualTo.js +20 -0
- package/dist-es/components/LessThanEqualTo.js.map +1 -0
- package/dist-es/components/MessageForward.js +20 -0
- package/dist-es/components/MessageForward.js.map +1 -0
- package/dist-es/components/MessageReply.js +20 -0
- package/dist-es/components/MessageReply.js.map +1 -0
- package/dist-es/components/MessageReplyAll.js +23 -0
- package/dist-es/components/MessageReplyAll.js.map +1 -0
- package/dist-es/components/Multiply.js +22 -0
- package/dist-es/components/Multiply.js.map +1 -0
- package/dist-es/components/PanelCloseBottom.js +30 -0
- package/dist-es/components/PanelCloseBottom.js.map +1 -0
- package/dist-es/components/PanelCloseBottomSolid.js +27 -0
- package/dist-es/components/PanelCloseBottomSolid.js.map +1 -0
- package/dist-es/components/PanelCloseLeft.js +20 -0
- package/dist-es/components/PanelCloseLeft.js.map +1 -0
- package/dist-es/components/PanelCloseLeftSolid.js +27 -0
- package/dist-es/components/PanelCloseLeftSolid.js.map +1 -0
- package/dist-es/components/PanelCloseRight.js +30 -0
- package/dist-es/components/PanelCloseRight.js.map +1 -0
- package/dist-es/components/PanelCloseRightSolid.js +27 -0
- package/dist-es/components/PanelCloseRightSolid.js.map +1 -0
- package/dist-es/components/PanelCloseTop.js +30 -0
- package/dist-es/components/PanelCloseTop.js.map +1 -0
- package/dist-es/components/PanelCloseTopSolid.js +27 -0
- package/dist-es/components/PanelCloseTopSolid.js.map +1 -0
- package/dist-es/components/PanelOpenBottom.js +30 -0
- package/dist-es/components/PanelOpenBottom.js.map +1 -0
- package/dist-es/components/PanelOpenBottomSolid.js +27 -0
- package/dist-es/components/PanelOpenBottomSolid.js.map +1 -0
- package/dist-es/components/PanelOpenLeft.js +30 -0
- package/dist-es/components/PanelOpenLeft.js.map +1 -0
- package/dist-es/components/PanelOpenLeftSolid.js +27 -0
- package/dist-es/components/PanelOpenLeftSolid.js.map +1 -0
- package/dist-es/components/PanelOpenRight.js +30 -0
- package/dist-es/components/PanelOpenRight.js.map +1 -0
- package/dist-es/components/PanelOpenRightSolid.js +27 -0
- package/dist-es/components/PanelOpenRightSolid.js.map +1 -0
- package/dist-es/components/PanelOpenTop.js +30 -0
- package/dist-es/components/PanelOpenTop.js.map +1 -0
- package/dist-es/components/PanelOpenTopSolid.js +27 -0
- package/dist-es/components/PanelOpenTopSolid.js.map +1 -0
- package/dist-es/components/Percentage.js +40 -0
- package/dist-es/components/Percentage.js.map +1 -0
- package/dist-es/components/Pi.js +20 -0
- package/dist-es/components/Pi.js.map +1 -0
- package/dist-es/components/Remove.js +1 -1
- package/dist-es/components/Remove.js.map +1 -1
- package/dist-es/components/Schedule.js +32 -0
- package/dist-es/components/Schedule.js.map +1 -0
- package/dist-es/components/SplitView.js +32 -0
- package/dist-es/components/SplitView.js.map +1 -0
- package/dist-es/components/SquareRoot.js +22 -0
- package/dist-es/components/SquareRoot.js.map +1 -0
- package/dist-es/components/Stop.js +22 -0
- package/dist-es/components/Stop.js.map +1 -0
- package/dist-es/components/StopSolid.js +22 -0
- package/dist-es/components/StopSolid.js.map +1 -0
- package/dist-es/components/TextAlignCenter.js +20 -0
- package/dist-es/components/TextAlignCenter.js.map +1 -0
- package/dist-es/components/TextAlignJustify.js +20 -0
- package/dist-es/components/TextAlignJustify.js.map +1 -0
- package/dist-es/components/TextAlignLeft.js +20 -0
- package/dist-es/components/TextAlignLeft.js.map +1 -0
- package/dist-es/components/TextAlignRight.js +20 -0
- package/dist-es/components/TextAlignRight.js.map +1 -0
- package/dist-es/components/TextBold.js +22 -0
- package/dist-es/components/TextBold.js.map +1 -0
- package/dist-es/components/TextColor.js +32 -0
- package/dist-es/components/TextColor.js.map +1 -0
- package/dist-es/components/TextHighlight.js +30 -0
- package/dist-es/components/TextHighlight.js.map +1 -0
- package/dist-es/components/TextItalics.js +22 -0
- package/dist-es/components/TextItalics.js.map +1 -0
- package/dist-es/components/TextOrderedList.js +20 -0
- package/dist-es/components/TextOrderedList.js.map +1 -0
- package/dist-es/components/TextStrikethrough.js +23 -0
- package/dist-es/components/TextStrikethrough.js.map +1 -0
- package/dist-es/components/TextUnderline.js +20 -0
- package/dist-es/components/TextUnderline.js.map +1 -0
- package/dist-es/components/TextUnorderedList.js +20 -0
- package/dist-es/components/TextUnorderedList.js.map +1 -0
- package/dist-es/index.js +52 -0
- package/dist-es/index.js.map +1 -1
- package/dist-types/components/CollapseAllHorizontal.d.ts +3 -0
- package/dist-types/components/Divide.d.ts +3 -0
- package/dist-types/components/DocumentDraft.d.ts +3 -0
- package/dist-types/components/DocumentEdit.d.ts +3 -0
- package/dist-types/components/DoesNotEqual.d.ts +3 -0
- package/dist-types/components/Equal.d.ts +3 -0
- package/dist-types/components/ExpandAllHorizontal.d.ts +3 -0
- package/dist-types/components/Exponentiation.d.ts +3 -0
- package/dist-types/components/GreaterThan.d.ts +3 -0
- package/dist-types/components/GreaterThanEqualTo.d.ts +3 -0
- package/dist-types/components/Infinite.d.ts +3 -0
- package/dist-types/components/LessThan.d.ts +3 -0
- package/dist-types/components/LessThanEqualTo.d.ts +3 -0
- package/dist-types/components/MessageForward.d.ts +3 -0
- package/dist-types/components/MessageReply.d.ts +3 -0
- package/dist-types/components/MessageReplyAll.d.ts +3 -0
- package/dist-types/components/Multiply.d.ts +3 -0
- package/dist-types/components/PanelCloseBottom.d.ts +3 -0
- package/dist-types/components/PanelCloseBottomSolid.d.ts +3 -0
- package/dist-types/components/PanelCloseLeft.d.ts +3 -0
- package/dist-types/components/PanelCloseLeftSolid.d.ts +3 -0
- package/dist-types/components/PanelCloseRight.d.ts +3 -0
- package/dist-types/components/PanelCloseRightSolid.d.ts +3 -0
- package/dist-types/components/PanelCloseTop.d.ts +3 -0
- package/dist-types/components/PanelCloseTopSolid.d.ts +3 -0
- package/dist-types/components/PanelOpenBottom.d.ts +3 -0
- package/dist-types/components/PanelOpenBottomSolid.d.ts +3 -0
- package/dist-types/components/PanelOpenLeft.d.ts +3 -0
- package/dist-types/components/PanelOpenLeftSolid.d.ts +3 -0
- package/dist-types/components/PanelOpenRight.d.ts +3 -0
- package/dist-types/components/PanelOpenRightSolid.d.ts +3 -0
- package/dist-types/components/PanelOpenTop.d.ts +3 -0
- package/dist-types/components/PanelOpenTopSolid.d.ts +3 -0
- package/dist-types/components/Percentage.d.ts +3 -0
- package/dist-types/components/Pi.d.ts +3 -0
- package/dist-types/components/Schedule.d.ts +3 -0
- package/dist-types/components/SplitView.d.ts +3 -0
- package/dist-types/components/SquareRoot.d.ts +3 -0
- package/dist-types/components/Stop.d.ts +3 -0
- package/dist-types/components/StopSolid.d.ts +3 -0
- package/dist-types/components/TextAlignCenter.d.ts +3 -0
- package/dist-types/components/TextAlignJustify.d.ts +3 -0
- package/dist-types/components/TextAlignLeft.d.ts +3 -0
- package/dist-types/components/TextAlignRight.d.ts +3 -0
- package/dist-types/components/TextBold.d.ts +3 -0
- package/dist-types/components/TextColor.d.ts +3 -0
- package/dist-types/components/TextHighlight.d.ts +3 -0
- package/dist-types/components/TextItalics.d.ts +3 -0
- package/dist-types/components/TextOrderedList.d.ts +3 -0
- package/dist-types/components/TextStrikethrough.d.ts +3 -0
- package/dist-types/components/TextUnderline.d.ts +3 -0
- package/dist-types/components/TextUnorderedList.d.ts +3 -0
- package/dist-types/components/index.d.ts +52 -0
- package/package.json +2 -2
- package/saltIcons.css +212 -4
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Percentage.js","sources":["../src/components/Percentage.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type PercentageIconProps = IconProps;\n\nexport const PercentageIcon = forwardRef<SVGSVGElement, PercentageIconProps>(\n function PercentageIcon(props: PercentageIconProps, ref) {\n return (\n <Icon\n data-testid=\"PercentageIcon\"\n aria-label=\"percentage\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path\n fillRule=\"evenodd\"\n d=\"M9 7a2 2 0 1 1 0 4 2 2 0 0 1 0-4m0 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2\"\n clipRule=\"evenodd\"\n />\n <path d=\"M10.597 2.111 2.11 10.597l-.707-.708L9.89 1.404z\" />\n <path\n fillRule=\"evenodd\"\n d=\"M3 1a2 2 0 1 1 0 4 2 2 0 0 1 0-4m0 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2\"\n clipRule=\"evenodd\"\n />\n </Icon>\n );\n },\n);\n"],"names":["forwardRef","PercentageIcon","jsxs","Icon","jsx"],"mappings":";;;;;;AAQO,MAAM,cAAA,GAAiBA,gBAAA;AAAA,EAC5B,SAASC,eAAAA,CAAe,KAAA,EAA4B,GAAA,EAAK;AACvD,IAAA,uBACEC,eAAA;AAAA,MAACC,SAAA;AAAA,MAAA;AAAA,QACC,aAAA,EAAY,gBAAA;AAAA,QACZ,YAAA,EAAW,YAAA;AAAA,QACX,OAAA,EAAQ,WAAA;AAAA,QACR,GAAA;AAAA,QACC,GAAG,KAAA;AAAA,QAEJ,QAAA,EAAA;AAAA,0BAAAC,cAAA;AAAA,YAAC,MAAA;AAAA,YAAA;AAAA,cACC,QAAA,EAAS,SAAA;AAAA,cACT,CAAA,EAAE,kEAAA;AAAA,cACF,QAAA,EAAS;AAAA;AAAA,WACX;AAAA,0BACAA,cAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,kDAAA,EAAmD,CAAA;AAAA,0BAC3DA,cAAA;AAAA,YAAC,MAAA;AAAA,YAAA;AAAA,cACC,QAAA,EAAS,SAAA;AAAA,cACT,CAAA,EAAE,kEAAA;AAAA,cACF,QAAA,EAAS;AAAA;AAAA;AACX;AAAA;AAAA,KACF;AAAA,EAEJ;AACF;;;;"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var react = require('react');
|
|
5
|
+
var Icon = require('../icon/Icon.js');
|
|
6
|
+
|
|
7
|
+
const PiIcon = react.forwardRef(function PiIcon2(props, ref) {
|
|
8
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
9
|
+
Icon.Icon,
|
|
10
|
+
{
|
|
11
|
+
"data-testid": "PiIcon",
|
|
12
|
+
"aria-label": "pi",
|
|
13
|
+
viewBox: "0 0 12 12",
|
|
14
|
+
ref,
|
|
15
|
+
...props,
|
|
16
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M11 1.5a.5.5 0 0 1-.5.5H9v7.52a.5.5 0 0 0 .145.335.503.503 0 0 0 .857-.355H11a1.5 1.5 0 0 1-2.886.574 1.5 1.5 0 0 1-.111-.508H8V2H4v7.586h-.004a1.5 1.5 0 0 1-.435.974 1.5 1.5 0 0 1-.998.437V11H2v-.5a.5.5 0 0 1 .5-.5.5.5 0 0 0 .49-.402L3 9.5V2h-.5l-.098.01A.5.5 0 0 0 2 2.5H1a1.5 1.5 0 0 1 1.46-1.499L11 1z" })
|
|
17
|
+
}
|
|
18
|
+
);
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
exports.PiIcon = PiIcon;
|
|
22
|
+
//# sourceMappingURL=Pi.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Pi.js","sources":["../src/components/Pi.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type PiIconProps = IconProps;\n\nexport const PiIcon = forwardRef<SVGSVGElement, PiIconProps>(function PiIcon(\n props: PiIconProps,\n ref,\n) {\n return (\n <Icon\n data-testid=\"PiIcon\"\n aria-label=\"pi\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"M11 1.5a.5.5 0 0 1-.5.5H9v7.52a.5.5 0 0 0 .145.335.503.503 0 0 0 .857-.355H11a1.5 1.5 0 0 1-2.886.574 1.5 1.5 0 0 1-.111-.508H8V2H4v7.586h-.004a1.5 1.5 0 0 1-.435.974 1.5 1.5 0 0 1-.998.437V11H2v-.5a.5.5 0 0 1 .5-.5.5.5 0 0 0 .49-.402L3 9.5V2h-.5l-.098.01A.5.5 0 0 0 2 2.5H1a1.5 1.5 0 0 1 1.46-1.499L11 1z\" />\n </Icon>\n );\n});\n"],"names":["forwardRef","PiIcon","jsx","Icon"],"mappings":";;;;;;AAQO,MAAM,MAAA,GAASA,gBAAA,CAAuC,SAASC,OAAAA,CACpE,OACA,GAAA,EACA;AACA,EAAA,uBACEC,cAAA;AAAA,IAACC,SAAA;AAAA,IAAA;AAAA,MACC,aAAA,EAAY,QAAA;AAAA,MACZ,YAAA,EAAW,IAAA;AAAA,MACX,OAAA,EAAQ,WAAA;AAAA,MACR,GAAA;AAAA,MACC,GAAG,KAAA;AAAA,MAEJ,QAAA,kBAAAD,cAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,mTAAA,EAAoT;AAAA;AAAA,GAC9T;AAEJ,CAAC;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Remove.js","sources":["../src/components/Remove.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type RemoveIconProps = IconProps;\n\nexport const RemoveIcon = forwardRef<SVGSVGElement, RemoveIconProps>(\n function RemoveIcon(props: RemoveIconProps, ref) {\n return (\n <Icon\n data-testid=\"RemoveIcon\"\n aria-label=\"remove\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"
|
|
1
|
+
{"version":3,"file":"Remove.js","sources":["../src/components/Remove.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type RemoveIconProps = IconProps;\n\nexport const RemoveIcon = forwardRef<SVGSVGElement, RemoveIconProps>(\n function RemoveIcon(props: RemoveIconProps, ref) {\n return (\n <Icon\n data-testid=\"RemoveIcon\"\n aria-label=\"remove\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"M1 5.5h10v1H1z\" />\n </Icon>\n );\n },\n);\n"],"names":["forwardRef","RemoveIcon","jsx","Icon"],"mappings":";;;;;;AAQO,MAAM,UAAA,GAAaA,gBAAA;AAAA,EACxB,SAASC,WAAAA,CAAW,KAAA,EAAwB,GAAA,EAAK;AAC/C,IAAA,uBACEC,cAAA;AAAA,MAACC,SAAA;AAAA,MAAA;AAAA,QACC,aAAA,EAAY,YAAA;AAAA,QACZ,YAAA,EAAW,QAAA;AAAA,QACX,OAAA,EAAQ,WAAA;AAAA,QACR,GAAA;AAAA,QACC,GAAG,KAAA;AAAA,QAEJ,QAAA,kBAAAD,cAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,gBAAA,EAAiB;AAAA;AAAA,KAC3B;AAAA,EAEJ;AACF;;;;"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var react = require('react');
|
|
5
|
+
var Icon = require('../icon/Icon.js');
|
|
6
|
+
|
|
7
|
+
const ScheduleIcon = react.forwardRef(
|
|
8
|
+
function ScheduleIcon2(props, ref) {
|
|
9
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
10
|
+
Icon.Icon,
|
|
11
|
+
{
|
|
12
|
+
"data-testid": "ScheduleIcon",
|
|
13
|
+
"aria-label": "schedule",
|
|
14
|
+
viewBox: "0 0 12 12",
|
|
15
|
+
ref,
|
|
16
|
+
...props,
|
|
17
|
+
children: [
|
|
18
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M10 9h2v1h-2v2H9v-2H7V9h2V7h1z" }),
|
|
19
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
20
|
+
"path",
|
|
21
|
+
{
|
|
22
|
+
fillRule: "evenodd",
|
|
23
|
+
d: "M12 6h-1V4H1v7h5v1H0V1h3V0h1v1h4V0h1v1h3zM3 3h1V2H3zm5 0h1V2H8z",
|
|
24
|
+
clipRule: "evenodd"
|
|
25
|
+
}
|
|
26
|
+
)
|
|
27
|
+
]
|
|
28
|
+
}
|
|
29
|
+
);
|
|
30
|
+
}
|
|
31
|
+
);
|
|
32
|
+
|
|
33
|
+
exports.ScheduleIcon = ScheduleIcon;
|
|
34
|
+
//# sourceMappingURL=Schedule.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Schedule.js","sources":["../src/components/Schedule.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type ScheduleIconProps = IconProps;\n\nexport const ScheduleIcon = forwardRef<SVGSVGElement, ScheduleIconProps>(\n function ScheduleIcon(props: ScheduleIconProps, ref) {\n return (\n <Icon\n data-testid=\"ScheduleIcon\"\n aria-label=\"schedule\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"M10 9h2v1h-2v2H9v-2H7V9h2V7h1z\" />\n <path\n fillRule=\"evenodd\"\n d=\"M12 6h-1V4H1v7h5v1H0V1h3V0h1v1h4V0h1v1h3zM3 3h1V2H3zm5 0h1V2H8z\"\n clipRule=\"evenodd\"\n />\n </Icon>\n );\n },\n);\n"],"names":["forwardRef","ScheduleIcon","jsxs","Icon","jsx"],"mappings":";;;;;;AAQO,MAAM,YAAA,GAAeA,gBAAA;AAAA,EAC1B,SAASC,aAAAA,CAAa,KAAA,EAA0B,GAAA,EAAK;AACnD,IAAA,uBACEC,eAAA;AAAA,MAACC,SAAA;AAAA,MAAA;AAAA,QACC,aAAA,EAAY,cAAA;AAAA,QACZ,YAAA,EAAW,UAAA;AAAA,QACX,OAAA,EAAQ,WAAA;AAAA,QACR,GAAA;AAAA,QACC,GAAG,KAAA;AAAA,QAEJ,QAAA,EAAA;AAAA,0BAAAC,cAAA,CAAC,MAAA,EAAA,EAAK,GAAE,gCAAA,EAAiC,CAAA;AAAA,0BACzCA,cAAA;AAAA,YAAC,MAAA;AAAA,YAAA;AAAA,cACC,QAAA,EAAS,SAAA;AAAA,cACT,CAAA,EAAE,iEAAA;AAAA,cACF,QAAA,EAAS;AAAA;AAAA;AACX;AAAA;AAAA,KACF;AAAA,EAEJ;AACF;;;;"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var react = require('react');
|
|
5
|
+
var Icon = require('../icon/Icon.js');
|
|
6
|
+
|
|
7
|
+
const SplitViewIcon = react.forwardRef(
|
|
8
|
+
function SplitViewIcon2(props, ref) {
|
|
9
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
10
|
+
Icon.Icon,
|
|
11
|
+
{
|
|
12
|
+
"data-testid": "SplitViewIcon",
|
|
13
|
+
"aria-label": "split view",
|
|
14
|
+
viewBox: "0 0 12 12",
|
|
15
|
+
ref,
|
|
16
|
+
...props,
|
|
17
|
+
children: [
|
|
18
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M4 7H2V6h2zm1-2H2V4h3zm0-2H2V2h3z" }),
|
|
19
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
20
|
+
"path",
|
|
21
|
+
{
|
|
22
|
+
fillRule: "evenodd",
|
|
23
|
+
d: "M12 12H0V0h12zm-6-1V1H1v10z",
|
|
24
|
+
clipRule: "evenodd"
|
|
25
|
+
}
|
|
26
|
+
)
|
|
27
|
+
]
|
|
28
|
+
}
|
|
29
|
+
);
|
|
30
|
+
}
|
|
31
|
+
);
|
|
32
|
+
|
|
33
|
+
exports.SplitViewIcon = SplitViewIcon;
|
|
34
|
+
//# sourceMappingURL=SplitView.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SplitView.js","sources":["../src/components/SplitView.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type SplitViewIconProps = IconProps;\n\nexport const SplitViewIcon = forwardRef<SVGSVGElement, SplitViewIconProps>(\n function SplitViewIcon(props: SplitViewIconProps, ref) {\n return (\n <Icon\n data-testid=\"SplitViewIcon\"\n aria-label=\"split view\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"M4 7H2V6h2zm1-2H2V4h3zm0-2H2V2h3z\" />\n <path\n fillRule=\"evenodd\"\n d=\"M12 12H0V0h12zm-6-1V1H1v10z\"\n clipRule=\"evenodd\"\n />\n </Icon>\n );\n },\n);\n"],"names":["forwardRef","SplitViewIcon","jsxs","Icon","jsx"],"mappings":";;;;;;AAQO,MAAM,aAAA,GAAgBA,gBAAA;AAAA,EAC3B,SAASC,cAAAA,CAAc,KAAA,EAA2B,GAAA,EAAK;AACrD,IAAA,uBACEC,eAAA;AAAA,MAACC,SAAA;AAAA,MAAA;AAAA,QACC,aAAA,EAAY,eAAA;AAAA,QACZ,YAAA,EAAW,YAAA;AAAA,QACX,OAAA,EAAQ,WAAA;AAAA,QACR,GAAA;AAAA,QACC,GAAG,KAAA;AAAA,QAEJ,QAAA,EAAA;AAAA,0BAAAC,cAAA,CAAC,MAAA,EAAA,EAAK,GAAE,mCAAA,EAAoC,CAAA;AAAA,0BAC5CA,cAAA;AAAA,YAAC,MAAA;AAAA,YAAA;AAAA,cACC,QAAA,EAAS,SAAA;AAAA,cACT,CAAA,EAAE,6BAAA;AAAA,cACF,QAAA,EAAS;AAAA;AAAA;AACX;AAAA;AAAA,KACF;AAAA,EAEJ;AACF;;;;"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var react = require('react');
|
|
5
|
+
var Icon = require('../icon/Icon.js');
|
|
6
|
+
|
|
7
|
+
const SquareRootIcon = react.forwardRef(
|
|
8
|
+
function SquareRootIcon2(props, ref) {
|
|
9
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
10
|
+
Icon.Icon,
|
|
11
|
+
{
|
|
12
|
+
"data-testid": "SquareRootIcon",
|
|
13
|
+
"aria-label": "square root",
|
|
14
|
+
viewBox: "0 0 12 12",
|
|
15
|
+
ref,
|
|
16
|
+
...props,
|
|
17
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M11 1v1H8.763l-4.76 9-3-5.676.885-.467L4.004 8.86 8.159 1z" })
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
|
|
23
|
+
exports.SquareRootIcon = SquareRootIcon;
|
|
24
|
+
//# sourceMappingURL=SquareRoot.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SquareRoot.js","sources":["../src/components/SquareRoot.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type SquareRootIconProps = IconProps;\n\nexport const SquareRootIcon = forwardRef<SVGSVGElement, SquareRootIconProps>(\n function SquareRootIcon(props: SquareRootIconProps, ref) {\n return (\n <Icon\n data-testid=\"SquareRootIcon\"\n aria-label=\"square root\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"M11 1v1H8.763l-4.76 9-3-5.676.885-.467L4.004 8.86 8.159 1z\" />\n </Icon>\n );\n },\n);\n"],"names":["forwardRef","SquareRootIcon","jsx","Icon"],"mappings":";;;;;;AAQO,MAAM,cAAA,GAAiBA,gBAAA;AAAA,EAC5B,SAASC,eAAAA,CAAe,KAAA,EAA4B,GAAA,EAAK;AACvD,IAAA,uBACEC,cAAA;AAAA,MAACC,SAAA;AAAA,MAAA;AAAA,QACC,aAAA,EAAY,gBAAA;AAAA,QACZ,YAAA,EAAW,aAAA;AAAA,QACX,OAAA,EAAQ,WAAA;AAAA,QACR,GAAA;AAAA,QACC,GAAG,KAAA;AAAA,QAEJ,QAAA,kBAAAD,cAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,4DAAA,EAA6D;AAAA;AAAA,KACvE;AAAA,EAEJ;AACF;;;;"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var react = require('react');
|
|
5
|
+
var Icon = require('../icon/Icon.js');
|
|
6
|
+
|
|
7
|
+
const StopIcon = react.forwardRef(
|
|
8
|
+
function StopIcon2(props, ref) {
|
|
9
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
10
|
+
Icon.Icon,
|
|
11
|
+
{
|
|
12
|
+
"data-testid": "StopIcon",
|
|
13
|
+
"aria-label": "stop",
|
|
14
|
+
viewBox: "0 0 12 12",
|
|
15
|
+
ref,
|
|
16
|
+
...props,
|
|
17
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M11 1v10H1V1zm-9 9h8V2H2z" })
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
|
|
23
|
+
exports.StopIcon = StopIcon;
|
|
24
|
+
//# sourceMappingURL=Stop.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Stop.js","sources":["../src/components/Stop.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type StopIconProps = IconProps;\n\nexport const StopIcon = forwardRef<SVGSVGElement, StopIconProps>(\n function StopIcon(props: StopIconProps, ref) {\n return (\n <Icon\n data-testid=\"StopIcon\"\n aria-label=\"stop\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"M11 1v10H1V1zm-9 9h8V2H2z\" />\n </Icon>\n );\n },\n);\n"],"names":["forwardRef","StopIcon","jsx","Icon"],"mappings":";;;;;;AAQO,MAAM,QAAA,GAAWA,gBAAA;AAAA,EACtB,SAASC,SAAAA,CAAS,KAAA,EAAsB,GAAA,EAAK;AAC3C,IAAA,uBACEC,cAAA;AAAA,MAACC,SAAA;AAAA,MAAA;AAAA,QACC,aAAA,EAAY,UAAA;AAAA,QACZ,YAAA,EAAW,MAAA;AAAA,QACX,OAAA,EAAQ,WAAA;AAAA,QACR,GAAA;AAAA,QACC,GAAG,KAAA;AAAA,QAEJ,QAAA,kBAAAD,cAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,2BAAA,EAA4B;AAAA;AAAA,KACtC;AAAA,EAEJ;AACF;;;;"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var react = require('react');
|
|
5
|
+
var Icon = require('../icon/Icon.js');
|
|
6
|
+
|
|
7
|
+
const StopSolidIcon = react.forwardRef(
|
|
8
|
+
function StopSolidIcon2(props, ref) {
|
|
9
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
10
|
+
Icon.Icon,
|
|
11
|
+
{
|
|
12
|
+
"data-testid": "StopSolidIcon",
|
|
13
|
+
"aria-label": "stop solid",
|
|
14
|
+
viewBox: "0 0 12 12",
|
|
15
|
+
ref,
|
|
16
|
+
...props,
|
|
17
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M1 1h10v10H1z" })
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
|
|
23
|
+
exports.StopSolidIcon = StopSolidIcon;
|
|
24
|
+
//# sourceMappingURL=StopSolid.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StopSolid.js","sources":["../src/components/StopSolid.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type StopSolidIconProps = IconProps;\n\nexport const StopSolidIcon = forwardRef<SVGSVGElement, StopSolidIconProps>(\n function StopSolidIcon(props: StopSolidIconProps, ref) {\n return (\n <Icon\n data-testid=\"StopSolidIcon\"\n aria-label=\"stop solid\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"M1 1h10v10H1z\" />\n </Icon>\n );\n },\n);\n"],"names":["forwardRef","StopSolidIcon","jsx","Icon"],"mappings":";;;;;;AAQO,MAAM,aAAA,GAAgBA,gBAAA;AAAA,EAC3B,SAASC,cAAAA,CAAc,KAAA,EAA2B,GAAA,EAAK;AACrD,IAAA,uBACEC,cAAA;AAAA,MAACC,SAAA;AAAA,MAAA;AAAA,QACC,aAAA,EAAY,eAAA;AAAA,QACZ,YAAA,EAAW,YAAA;AAAA,QACX,OAAA,EAAQ,WAAA;AAAA,QACR,GAAA;AAAA,QACC,GAAG,KAAA;AAAA,QAEJ,QAAA,kBAAAD,cAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,eAAA,EAAgB;AAAA;AAAA,KAC1B;AAAA,EAEJ;AACF;;;;"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var react = require('react');
|
|
5
|
+
var Icon = require('../icon/Icon.js');
|
|
6
|
+
|
|
7
|
+
const TextAlignCenterIcon = react.forwardRef(function TextAlignCenterIcon2(props, ref) {
|
|
8
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
9
|
+
Icon.Icon,
|
|
10
|
+
{
|
|
11
|
+
"data-testid": "TextAlignCenterIcon",
|
|
12
|
+
"aria-label": "text align center",
|
|
13
|
+
viewBox: "0 0 12 12",
|
|
14
|
+
ref,
|
|
15
|
+
...props,
|
|
16
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M9 9.563H3v-1h6zM11 6.5H1v-1h10zM9 3.437H3v-1h6z" })
|
|
17
|
+
}
|
|
18
|
+
);
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
exports.TextAlignCenterIcon = TextAlignCenterIcon;
|
|
22
|
+
//# sourceMappingURL=TextAlignCenter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextAlignCenter.js","sources":["../src/components/TextAlignCenter.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type TextAlignCenterIconProps = IconProps;\n\nexport const TextAlignCenterIcon = forwardRef<\n SVGSVGElement,\n TextAlignCenterIconProps\n>(function TextAlignCenterIcon(props: TextAlignCenterIconProps, ref) {\n return (\n <Icon\n data-testid=\"TextAlignCenterIcon\"\n aria-label=\"text align center\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"M9 9.563H3v-1h6zM11 6.5H1v-1h10zM9 3.437H3v-1h6z\" />\n </Icon>\n );\n});\n"],"names":["forwardRef","TextAlignCenterIcon","jsx","Icon"],"mappings":";;;;;;AAQO,MAAM,mBAAA,GAAsBA,gBAAA,CAGjC,SAASC,oBAAAA,CAAoB,OAAiC,GAAA,EAAK;AACnE,EAAA,uBACEC,cAAA;AAAA,IAACC,SAAA;AAAA,IAAA;AAAA,MACC,aAAA,EAAY,qBAAA;AAAA,MACZ,YAAA,EAAW,mBAAA;AAAA,MACX,OAAA,EAAQ,WAAA;AAAA,MACR,GAAA;AAAA,MACC,GAAG,KAAA;AAAA,MAEJ,QAAA,kBAAAD,cAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,kDAAA,EAAmD;AAAA;AAAA,GAC7D;AAEJ,CAAC;;;;"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var react = require('react');
|
|
5
|
+
var Icon = require('../icon/Icon.js');
|
|
6
|
+
|
|
7
|
+
const TextAlignJustifyIcon = react.forwardRef(function TextAlignJustifyIcon2(props, ref) {
|
|
8
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
9
|
+
Icon.Icon,
|
|
10
|
+
{
|
|
11
|
+
"data-testid": "TextAlignJustifyIcon",
|
|
12
|
+
"aria-label": "text align justify",
|
|
13
|
+
viewBox: "0 0 12 12",
|
|
14
|
+
ref,
|
|
15
|
+
...props,
|
|
16
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M11 9.563H1v-1h10zM11 6.5H1v-1h10zm0-3.063H1v-1h10z" })
|
|
17
|
+
}
|
|
18
|
+
);
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
exports.TextAlignJustifyIcon = TextAlignJustifyIcon;
|
|
22
|
+
//# sourceMappingURL=TextAlignJustify.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextAlignJustify.js","sources":["../src/components/TextAlignJustify.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type TextAlignJustifyIconProps = IconProps;\n\nexport const TextAlignJustifyIcon = forwardRef<\n SVGSVGElement,\n TextAlignJustifyIconProps\n>(function TextAlignJustifyIcon(props: TextAlignJustifyIconProps, ref) {\n return (\n <Icon\n data-testid=\"TextAlignJustifyIcon\"\n aria-label=\"text align justify\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"M11 9.563H1v-1h10zM11 6.5H1v-1h10zm0-3.063H1v-1h10z\" />\n </Icon>\n );\n});\n"],"names":["forwardRef","TextAlignJustifyIcon","jsx","Icon"],"mappings":";;;;;;AAQO,MAAM,oBAAA,GAAuBA,gBAAA,CAGlC,SAASC,qBAAAA,CAAqB,OAAkC,GAAA,EAAK;AACrE,EAAA,uBACEC,cAAA;AAAA,IAACC,SAAA;AAAA,IAAA;AAAA,MACC,aAAA,EAAY,sBAAA;AAAA,MACZ,YAAA,EAAW,oBAAA;AAAA,MACX,OAAA,EAAQ,WAAA;AAAA,MACR,GAAA;AAAA,MACC,GAAG,KAAA;AAAA,MAEJ,QAAA,kBAAAD,cAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,qDAAA,EAAsD;AAAA;AAAA,GAChE;AAEJ,CAAC;;;;"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var react = require('react');
|
|
5
|
+
var Icon = require('../icon/Icon.js');
|
|
6
|
+
|
|
7
|
+
const TextAlignLeftIcon = react.forwardRef(function TextAlignLeftIcon2(props, ref) {
|
|
8
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
9
|
+
Icon.Icon,
|
|
10
|
+
{
|
|
11
|
+
"data-testid": "TextAlignLeftIcon",
|
|
12
|
+
"aria-label": "text align left",
|
|
13
|
+
viewBox: "0 0 12 12",
|
|
14
|
+
ref,
|
|
15
|
+
...props,
|
|
16
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M7 9.563H1v-1h6zM11 6.5H1v-1h10zM9 3.437H1v-1h8z" })
|
|
17
|
+
}
|
|
18
|
+
);
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
exports.TextAlignLeftIcon = TextAlignLeftIcon;
|
|
22
|
+
//# sourceMappingURL=TextAlignLeft.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextAlignLeft.js","sources":["../src/components/TextAlignLeft.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type TextAlignLeftIconProps = IconProps;\n\nexport const TextAlignLeftIcon = forwardRef<\n SVGSVGElement,\n TextAlignLeftIconProps\n>(function TextAlignLeftIcon(props: TextAlignLeftIconProps, ref) {\n return (\n <Icon\n data-testid=\"TextAlignLeftIcon\"\n aria-label=\"text align left\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"M7 9.563H1v-1h6zM11 6.5H1v-1h10zM9 3.437H1v-1h8z\" />\n </Icon>\n );\n});\n"],"names":["forwardRef","TextAlignLeftIcon","jsx","Icon"],"mappings":";;;;;;AAQO,MAAM,iBAAA,GAAoBA,gBAAA,CAG/B,SAASC,kBAAAA,CAAkB,OAA+B,GAAA,EAAK;AAC/D,EAAA,uBACEC,cAAA;AAAA,IAACC,SAAA;AAAA,IAAA;AAAA,MACC,aAAA,EAAY,mBAAA;AAAA,MACZ,YAAA,EAAW,iBAAA;AAAA,MACX,OAAA,EAAQ,WAAA;AAAA,MACR,GAAA;AAAA,MACC,GAAG,KAAA;AAAA,MAEJ,QAAA,kBAAAD,cAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,kDAAA,EAAmD;AAAA;AAAA,GAC7D;AAEJ,CAAC;;;;"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var react = require('react');
|
|
5
|
+
var Icon = require('../icon/Icon.js');
|
|
6
|
+
|
|
7
|
+
const TextAlignRightIcon = react.forwardRef(function TextAlignRightIcon2(props, ref) {
|
|
8
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
9
|
+
Icon.Icon,
|
|
10
|
+
{
|
|
11
|
+
"data-testid": "TextAlignRightIcon",
|
|
12
|
+
"aria-label": "text align right",
|
|
13
|
+
viewBox: "0 0 12 12",
|
|
14
|
+
ref,
|
|
15
|
+
...props,
|
|
16
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M11 9.563H5v-1h6zM11 6.5H1v-1h10zm0-3.063H3v-1h8z" })
|
|
17
|
+
}
|
|
18
|
+
);
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
exports.TextAlignRightIcon = TextAlignRightIcon;
|
|
22
|
+
//# sourceMappingURL=TextAlignRight.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextAlignRight.js","sources":["../src/components/TextAlignRight.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type TextAlignRightIconProps = IconProps;\n\nexport const TextAlignRightIcon = forwardRef<\n SVGSVGElement,\n TextAlignRightIconProps\n>(function TextAlignRightIcon(props: TextAlignRightIconProps, ref) {\n return (\n <Icon\n data-testid=\"TextAlignRightIcon\"\n aria-label=\"text align right\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"M11 9.563H5v-1h6zM11 6.5H1v-1h10zm0-3.063H3v-1h8z\" />\n </Icon>\n );\n});\n"],"names":["forwardRef","TextAlignRightIcon","jsx","Icon"],"mappings":";;;;;;AAQO,MAAM,kBAAA,GAAqBA,gBAAA,CAGhC,SAASC,mBAAAA,CAAmB,OAAgC,GAAA,EAAK;AACjE,EAAA,uBACEC,cAAA;AAAA,IAACC,SAAA;AAAA,IAAA;AAAA,MACC,aAAA,EAAY,oBAAA;AAAA,MACZ,YAAA,EAAW,kBAAA;AAAA,MACX,OAAA,EAAQ,WAAA;AAAA,MACR,GAAA;AAAA,MACC,GAAG,KAAA;AAAA,MAEJ,QAAA,kBAAAD,cAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,mDAAA,EAAoD;AAAA;AAAA,GAC9D;AAEJ,CAAC;;;;"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var react = require('react');
|
|
5
|
+
var Icon = require('../icon/Icon.js');
|
|
6
|
+
|
|
7
|
+
const TextBoldIcon = react.forwardRef(
|
|
8
|
+
function TextBoldIcon2(props, ref) {
|
|
9
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
10
|
+
Icon.Icon,
|
|
11
|
+
{
|
|
12
|
+
"data-testid": "TextBoldIcon",
|
|
13
|
+
"aria-label": "text bold",
|
|
14
|
+
viewBox: "0 0 12 12",
|
|
15
|
+
ref,
|
|
16
|
+
...props,
|
|
17
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M2.293 1h3.112q1.998 0 3.023.56 1.026.562 1.026 1.97 0 .569-.184 1.027a1.86 1.86 0 0 1-.52.752 1.7 1.7 0 0 1-.835.383v.069q.5.102.903.355.405.246.643.725.246.472.246 1.259 0 .909-.444 1.56-.445.649-1.272.998Q7.169 11 6.034 11H2.293zm2.12 3.96h1.232q.922 0 1.279-.287.355-.294.355-.862 0-.574-.424-.82-.417-.254-1.327-.254H4.413zm0 1.683v2.606h1.382q.957 0 1.334-.37.376-.369.376-.991 0-.37-.164-.65-.165-.28-.554-.438-.384-.157-1.06-.157z" })
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
|
|
23
|
+
exports.TextBoldIcon = TextBoldIcon;
|
|
24
|
+
//# sourceMappingURL=TextBold.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextBold.js","sources":["../src/components/TextBold.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type TextBoldIconProps = IconProps;\n\nexport const TextBoldIcon = forwardRef<SVGSVGElement, TextBoldIconProps>(\n function TextBoldIcon(props: TextBoldIconProps, ref) {\n return (\n <Icon\n data-testid=\"TextBoldIcon\"\n aria-label=\"text bold\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"M2.293 1h3.112q1.998 0 3.023.56 1.026.562 1.026 1.97 0 .569-.184 1.027a1.86 1.86 0 0 1-.52.752 1.7 1.7 0 0 1-.835.383v.069q.5.102.903.355.405.246.643.725.246.472.246 1.259 0 .909-.444 1.56-.445.649-1.272.998Q7.169 11 6.034 11H2.293zm2.12 3.96h1.232q.922 0 1.279-.287.355-.294.355-.862 0-.574-.424-.82-.417-.254-1.327-.254H4.413zm0 1.683v2.606h1.382q.957 0 1.334-.37.376-.369.376-.991 0-.37-.164-.65-.165-.28-.554-.438-.384-.157-1.06-.157z\" />\n </Icon>\n );\n },\n);\n"],"names":["forwardRef","TextBoldIcon","jsx","Icon"],"mappings":";;;;;;AAQO,MAAM,YAAA,GAAeA,gBAAA;AAAA,EAC1B,SAASC,aAAAA,CAAa,KAAA,EAA0B,GAAA,EAAK;AACnD,IAAA,uBACEC,cAAA;AAAA,MAACC,SAAA;AAAA,MAAA;AAAA,QACC,aAAA,EAAY,cAAA;AAAA,QACZ,YAAA,EAAW,WAAA;AAAA,QACX,OAAA,EAAQ,WAAA;AAAA,QACR,GAAA;AAAA,QACC,GAAG,KAAA;AAAA,QAEJ,QAAA,kBAAAD,cAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,wbAAA,EAAyb;AAAA;AAAA,KACnc;AAAA,EAEJ;AACF;;;;"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var react = require('react');
|
|
5
|
+
var Icon = require('../icon/Icon.js');
|
|
6
|
+
|
|
7
|
+
const TextColorIcon = react.forwardRef(
|
|
8
|
+
function TextColorIcon2(props, ref) {
|
|
9
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
10
|
+
Icon.Icon,
|
|
11
|
+
{
|
|
12
|
+
"data-testid": "TextColorIcon",
|
|
13
|
+
"aria-label": "text color",
|
|
14
|
+
viewBox: "0 0 12 12",
|
|
15
|
+
ref,
|
|
16
|
+
...props,
|
|
17
|
+
children: [
|
|
18
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M12 12H0v-2h12z" }),
|
|
19
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
20
|
+
"path",
|
|
21
|
+
{
|
|
22
|
+
fillRule: "evenodd",
|
|
23
|
+
d: "M9.964 9h-1.08L7.782 6.155H4.188L3.091 9H2.037l3.506-9h.938zM5.856 1.588q-.068.245-.134.46-.068.208-.118.355L4.538 5.23h2.93L6.42 2.403l-.122-.361-.166-.521-.14-.436q-.063.252-.136.503",
|
|
24
|
+
clipRule: "evenodd"
|
|
25
|
+
}
|
|
26
|
+
)
|
|
27
|
+
]
|
|
28
|
+
}
|
|
29
|
+
);
|
|
30
|
+
}
|
|
31
|
+
);
|
|
32
|
+
|
|
33
|
+
exports.TextColorIcon = TextColorIcon;
|
|
34
|
+
//# sourceMappingURL=TextColor.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextColor.js","sources":["../src/components/TextColor.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type TextColorIconProps = IconProps;\n\nexport const TextColorIcon = forwardRef<SVGSVGElement, TextColorIconProps>(\n function TextColorIcon(props: TextColorIconProps, ref) {\n return (\n <Icon\n data-testid=\"TextColorIcon\"\n aria-label=\"text color\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"M12 12H0v-2h12z\" />\n <path\n fillRule=\"evenodd\"\n d=\"M9.964 9h-1.08L7.782 6.155H4.188L3.091 9H2.037l3.506-9h.938zM5.856 1.588q-.068.245-.134.46-.068.208-.118.355L4.538 5.23h2.93L6.42 2.403l-.122-.361-.166-.521-.14-.436q-.063.252-.136.503\"\n clipRule=\"evenodd\"\n />\n </Icon>\n );\n },\n);\n"],"names":["forwardRef","TextColorIcon","jsxs","Icon","jsx"],"mappings":";;;;;;AAQO,MAAM,aAAA,GAAgBA,gBAAA;AAAA,EAC3B,SAASC,cAAAA,CAAc,KAAA,EAA2B,GAAA,EAAK;AACrD,IAAA,uBACEC,eAAA;AAAA,MAACC,SAAA;AAAA,MAAA;AAAA,QACC,aAAA,EAAY,eAAA;AAAA,QACZ,YAAA,EAAW,YAAA;AAAA,QACX,OAAA,EAAQ,WAAA;AAAA,QACR,GAAA;AAAA,QACC,GAAG,KAAA;AAAA,QAEJ,QAAA,EAAA;AAAA,0BAAAC,cAAA,CAAC,MAAA,EAAA,EAAK,GAAE,iBAAA,EAAkB,CAAA;AAAA,0BAC1BA,cAAA;AAAA,YAAC,MAAA;AAAA,YAAA;AAAA,cACC,QAAA,EAAS,SAAA;AAAA,cACT,CAAA,EAAE,0LAAA;AAAA,cACF,QAAA,EAAS;AAAA;AAAA;AACX;AAAA;AAAA,KACF;AAAA,EAEJ;AACF;;;;"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var react = require('react');
|
|
5
|
+
var Icon = require('../icon/Icon.js');
|
|
6
|
+
|
|
7
|
+
const TextHighlightIcon = react.forwardRef(function TextHighlightIcon2(props, ref) {
|
|
8
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
9
|
+
Icon.Icon,
|
|
10
|
+
{
|
|
11
|
+
"data-testid": "TextHighlightIcon",
|
|
12
|
+
"aria-label": "text highlight",
|
|
13
|
+
viewBox: "0 0 12 12",
|
|
14
|
+
ref,
|
|
15
|
+
...props,
|
|
16
|
+
children: [
|
|
17
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M12 12H0v-2h12z" }),
|
|
18
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
19
|
+
"path",
|
|
20
|
+
{
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
d: "M8.472 1.028a1 1 0 0 1 1.414 0L11.3 2.442a1 1 0 0 1 0 1.414L5.657 9.499l.006.006L0 9.5zm-4.936 6.35L4.95 8.791l5.643-5.643-1.414-1.414z",
|
|
23
|
+
clipRule: "evenodd"
|
|
24
|
+
}
|
|
25
|
+
)
|
|
26
|
+
]
|
|
27
|
+
}
|
|
28
|
+
);
|
|
29
|
+
});
|
|
30
|
+
|
|
31
|
+
exports.TextHighlightIcon = TextHighlightIcon;
|
|
32
|
+
//# sourceMappingURL=TextHighlight.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextHighlight.js","sources":["../src/components/TextHighlight.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type TextHighlightIconProps = IconProps;\n\nexport const TextHighlightIcon = forwardRef<\n SVGSVGElement,\n TextHighlightIconProps\n>(function TextHighlightIcon(props: TextHighlightIconProps, ref) {\n return (\n <Icon\n data-testid=\"TextHighlightIcon\"\n aria-label=\"text highlight\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"M12 12H0v-2h12z\" />\n <path\n fillRule=\"evenodd\"\n d=\"M8.472 1.028a1 1 0 0 1 1.414 0L11.3 2.442a1 1 0 0 1 0 1.414L5.657 9.499l.006.006L0 9.5zm-4.936 6.35L4.95 8.791l5.643-5.643-1.414-1.414z\"\n clipRule=\"evenodd\"\n />\n </Icon>\n );\n});\n"],"names":["forwardRef","TextHighlightIcon","jsxs","Icon","jsx"],"mappings":";;;;;;AAQO,MAAM,iBAAA,GAAoBA,gBAAA,CAG/B,SAASC,kBAAAA,CAAkB,OAA+B,GAAA,EAAK;AAC/D,EAAA,uBACEC,eAAA;AAAA,IAACC,SAAA;AAAA,IAAA;AAAA,MACC,aAAA,EAAY,mBAAA;AAAA,MACZ,YAAA,EAAW,gBAAA;AAAA,MACX,OAAA,EAAQ,WAAA;AAAA,MACR,GAAA;AAAA,MACC,GAAG,KAAA;AAAA,MAEJ,QAAA,EAAA;AAAA,wBAAAC,cAAA,CAAC,MAAA,EAAA,EAAK,GAAE,iBAAA,EAAkB,CAAA;AAAA,wBAC1BA,cAAA;AAAA,UAAC,MAAA;AAAA,UAAA;AAAA,YACC,QAAA,EAAS,SAAA;AAAA,YACT,CAAA,EAAE,yIAAA;AAAA,YACF,QAAA,EAAS;AAAA;AAAA;AACX;AAAA;AAAA,GACF;AAEJ,CAAC;;;;"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var react = require('react');
|
|
5
|
+
var Icon = require('../icon/Icon.js');
|
|
6
|
+
|
|
7
|
+
const TextItalicsIcon = react.forwardRef(
|
|
8
|
+
function TextItalicsIcon2(props, ref) {
|
|
9
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
10
|
+
Icon.Icon,
|
|
11
|
+
{
|
|
12
|
+
"data-testid": "TextItalicsIcon",
|
|
13
|
+
"aria-label": "text italics",
|
|
14
|
+
viewBox: "0 0 12 12",
|
|
15
|
+
ref,
|
|
16
|
+
...props,
|
|
17
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m2.829 11 .142-.6.629-.029c.5-.014.929-.314 1.043-.785l1.614-7a1.6 1.6 0 0 0 .043-.343c0-.414-.271-.586-.843-.614L4.871 1.6 5 1h4.171l-.142.6-.629.029c-.586.028-.929.314-1.029.785L5.7 9.571c-.014.086-.029.172-.029.243 0 .372.272.543.686.557l.786.029L7 11z" })
|
|
18
|
+
}
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
|
|
23
|
+
exports.TextItalicsIcon = TextItalicsIcon;
|
|
24
|
+
//# sourceMappingURL=TextItalics.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextItalics.js","sources":["../src/components/TextItalics.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type TextItalicsIconProps = IconProps;\n\nexport const TextItalicsIcon = forwardRef<SVGSVGElement, TextItalicsIconProps>(\n function TextItalicsIcon(props: TextItalicsIconProps, ref) {\n return (\n <Icon\n data-testid=\"TextItalicsIcon\"\n aria-label=\"text italics\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"m2.829 11 .142-.6.629-.029c.5-.014.929-.314 1.043-.785l1.614-7a1.6 1.6 0 0 0 .043-.343c0-.414-.271-.586-.843-.614L4.871 1.6 5 1h4.171l-.142.6-.629.029c-.586.028-.929.314-1.029.785L5.7 9.571c-.014.086-.029.172-.029.243 0 .372.272.543.686.557l.786.029L7 11z\" />\n </Icon>\n );\n },\n);\n"],"names":["forwardRef","TextItalicsIcon","jsx","Icon"],"mappings":";;;;;;AAQO,MAAM,eAAA,GAAkBA,gBAAA;AAAA,EAC7B,SAASC,gBAAAA,CAAgB,KAAA,EAA6B,GAAA,EAAK;AACzD,IAAA,uBACEC,cAAA;AAAA,MAACC,SAAA;AAAA,MAAA;AAAA,QACC,aAAA,EAAY,iBAAA;AAAA,QACZ,YAAA,EAAW,cAAA;AAAA,QACX,OAAA,EAAQ,WAAA;AAAA,QACR,GAAA;AAAA,QACC,GAAG,KAAA;AAAA,QAEJ,QAAA,kBAAAD,cAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,iQAAA,EAAkQ;AAAA;AAAA,KAC5Q;AAAA,EAEJ;AACF;;;;"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var react = require('react');
|
|
5
|
+
var Icon = require('../icon/Icon.js');
|
|
6
|
+
|
|
7
|
+
const TextOrderedListIcon = react.forwardRef(function TextOrderedListIcon2(props, ref) {
|
|
8
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
9
|
+
Icon.Icon,
|
|
10
|
+
{
|
|
11
|
+
"data-testid": "TextOrderedListIcon",
|
|
12
|
+
"aria-label": "text ordered list",
|
|
13
|
+
viewBox: "0 0 12 12",
|
|
14
|
+
ref,
|
|
15
|
+
...props,
|
|
16
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M1.951 7.982q.387 0 .612.156.225.155.226.44a.6.6 0 0 1-.072.298.6.6 0 0 1-.195.207.9.9 0 0 1-.273.118v.01q.3.038.456.185.157.146.157.393a.7.7 0 0 1-.107.39.7.7 0 0 1-.328.273 1.4 1.4 0 0 1-.573.099q-.207 0-.386-.034a1.5 1.5 0 0 1-.335-.101v-.45a1.5 1.5 0 0 0 .665.166q.284 0 .396-.097a.35.35 0 0 0 .115-.277.3.3 0 0 0-.053-.176.34.34 0 0 0-.185-.11 1.4 1.4 0 0 0-.364-.037h-.19V9.03h.194q.23 0 .35-.043.12-.045.164-.12a.34.34 0 0 0 .045-.174.27.27 0 0 0-.083-.209q-.081-.075-.273-.075-.12 0-.219.031a1 1 0 0 0-.175.072 2 2 0 0 0-.14.08l-.243-.363q.147-.107.342-.176.2-.07.472-.07M11 9.562H4v-1h7zM2.025 4.699q.246 0 .422.09.178.088.274.241a.64.64 0 0 1 .095.346.9.9 0 0 1-.082.377 1.4 1.4 0 0 1-.239.339 7 7 0 0 1-.376.37l-.321.303v.024h1.089v.444H1.14v-.367l.627-.635q.19-.194.304-.324.116-.13.167-.239a.5.5 0 0 0 .054-.23q0-.15-.084-.223a.3.3 0 0 0-.22-.075.64.64 0 0 0-.283.066 1.5 1.5 0 0 0-.285.19l-.287-.34q.108-.093.227-.174.122-.082.28-.132.162-.05.385-.05M11 6.5H4v-1h7zM2.372 3.948h-.528V2.502a8 8 0 0 1 .007-.328l.006-.17q-.018.024-.077.078l-.105.096-.287.23-.255-.318.805-.64h.434zM11 3.437H4v-1h7z" })
|
|
17
|
+
}
|
|
18
|
+
);
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
exports.TextOrderedListIcon = TextOrderedListIcon;
|
|
22
|
+
//# sourceMappingURL=TextOrderedList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextOrderedList.js","sources":["../src/components/TextOrderedList.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type TextOrderedListIconProps = IconProps;\n\nexport const TextOrderedListIcon = forwardRef<\n SVGSVGElement,\n TextOrderedListIconProps\n>(function TextOrderedListIcon(props: TextOrderedListIconProps, ref) {\n return (\n <Icon\n data-testid=\"TextOrderedListIcon\"\n aria-label=\"text ordered list\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"M1.951 7.982q.387 0 .612.156.225.155.226.44a.6.6 0 0 1-.072.298.6.6 0 0 1-.195.207.9.9 0 0 1-.273.118v.01q.3.038.456.185.157.146.157.393a.7.7 0 0 1-.107.39.7.7 0 0 1-.328.273 1.4 1.4 0 0 1-.573.099q-.207 0-.386-.034a1.5 1.5 0 0 1-.335-.101v-.45a1.5 1.5 0 0 0 .665.166q.284 0 .396-.097a.35.35 0 0 0 .115-.277.3.3 0 0 0-.053-.176.34.34 0 0 0-.185-.11 1.4 1.4 0 0 0-.364-.037h-.19V9.03h.194q.23 0 .35-.043.12-.045.164-.12a.34.34 0 0 0 .045-.174.27.27 0 0 0-.083-.209q-.081-.075-.273-.075-.12 0-.219.031a1 1 0 0 0-.175.072 2 2 0 0 0-.14.08l-.243-.363q.147-.107.342-.176.2-.07.472-.07M11 9.562H4v-1h7zM2.025 4.699q.246 0 .422.09.178.088.274.241a.64.64 0 0 1 .095.346.9.9 0 0 1-.082.377 1.4 1.4 0 0 1-.239.339 7 7 0 0 1-.376.37l-.321.303v.024h1.089v.444H1.14v-.367l.627-.635q.19-.194.304-.324.116-.13.167-.239a.5.5 0 0 0 .054-.23q0-.15-.084-.223a.3.3 0 0 0-.22-.075.64.64 0 0 0-.283.066 1.5 1.5 0 0 0-.285.19l-.287-.34q.108-.093.227-.174.122-.082.28-.132.162-.05.385-.05M11 6.5H4v-1h7zM2.372 3.948h-.528V2.502a8 8 0 0 1 .007-.328l.006-.17q-.018.024-.077.078l-.105.096-.287.23-.255-.318.805-.64h.434zM11 3.437H4v-1h7z\" />\n </Icon>\n );\n});\n"],"names":["forwardRef","TextOrderedListIcon","jsx","Icon"],"mappings":";;;;;;AAQO,MAAM,mBAAA,GAAsBA,gBAAA,CAGjC,SAASC,oBAAAA,CAAoB,OAAiC,GAAA,EAAK;AACnE,EAAA,uBACEC,cAAA;AAAA,IAACC,SAAA;AAAA,IAAA;AAAA,MACC,aAAA,EAAY,qBAAA;AAAA,MACZ,YAAA,EAAW,mBAAA;AAAA,MACX,OAAA,EAAQ,WAAA;AAAA,MACR,GAAA;AAAA,MACC,GAAG,KAAA;AAAA,MAEJ,QAAA,kBAAAD,cAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,wlCAAA,EAAylC;AAAA;AAAA,GACnmC;AAEJ,CAAC;;;;"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var react = require('react');
|
|
5
|
+
var Icon = require('../icon/Icon.js');
|
|
6
|
+
|
|
7
|
+
const TextStrikethroughIcon = react.forwardRef(function TextStrikethroughIcon2(props, ref) {
|
|
8
|
+
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
9
|
+
Icon.Icon,
|
|
10
|
+
{
|
|
11
|
+
"data-testid": "TextStrikethroughIcon",
|
|
12
|
+
"aria-label": "text strikethrough",
|
|
13
|
+
viewBox: "0 0 12 12",
|
|
14
|
+
ref,
|
|
15
|
+
...props,
|
|
16
|
+
children: [
|
|
17
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M2 5.5h8v1H2z" }),
|
|
18
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "M10 6.5H2v-1h8zM8.821 7q.24.465.24 1.14 0 .866-.433 1.478-.426.606-1.197.925t-1.817.32a10 10 0 0 1-1.045-.054 7 7 0 0 1-.904-.153 4 4 0 0 1-.726-.246V9.325q.5.207 1.218.386.719.173 1.504.173.732 0 1.237-.193.505-.2.765-.565.266-.372.267-.892 0-.498-.22-.832A1.6 1.6 0 0 0 7.31 7zM6.173.862q.778 0 1.437.147.666.146 1.218.392l-.353.972a8 8 0 0 0-1.118-.366 5 5 0 0 0-1.21-.147q-.626 0-1.058.187a1.44 1.44 0 0 0-.652.512q-.227.332-.227.792 0 .512.213.851.22.339.692.606.175.094.393.192h-1.9a2.3 2.3 0 0 1-.382-.651 2.9 2.9 0 0 1-.16-1.005q0-.778.392-1.33a2.5 2.5 0 0 1 1.099-.852q.704-.3 1.616-.3" })
|
|
19
|
+
]
|
|
20
|
+
}
|
|
21
|
+
);
|
|
22
|
+
});
|
|
23
|
+
|
|
24
|
+
exports.TextStrikethroughIcon = TextStrikethroughIcon;
|
|
25
|
+
//# sourceMappingURL=TextStrikethrough.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextStrikethrough.js","sources":["../src/components/TextStrikethrough.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type TextStrikethroughIconProps = IconProps;\n\nexport const TextStrikethroughIcon = forwardRef<\n SVGSVGElement,\n TextStrikethroughIconProps\n>(function TextStrikethroughIcon(props: TextStrikethroughIconProps, ref) {\n return (\n <Icon\n data-testid=\"TextStrikethroughIcon\"\n aria-label=\"text strikethrough\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"M2 5.5h8v1H2z\" />\n <path d=\"M10 6.5H2v-1h8zM8.821 7q.24.465.24 1.14 0 .866-.433 1.478-.426.606-1.197.925t-1.817.32a10 10 0 0 1-1.045-.054 7 7 0 0 1-.904-.153 4 4 0 0 1-.726-.246V9.325q.5.207 1.218.386.719.173 1.504.173.732 0 1.237-.193.505-.2.765-.565.266-.372.267-.892 0-.498-.22-.832A1.6 1.6 0 0 0 7.31 7zM6.173.862q.778 0 1.437.147.666.146 1.218.392l-.353.972a8 8 0 0 0-1.118-.366 5 5 0 0 0-1.21-.147q-.626 0-1.058.187a1.44 1.44 0 0 0-.652.512q-.227.332-.227.792 0 .512.213.851.22.339.692.606.175.094.393.192h-1.9a2.3 2.3 0 0 1-.382-.651 2.9 2.9 0 0 1-.16-1.005q0-.778.392-1.33a2.5 2.5 0 0 1 1.099-.852q.704-.3 1.616-.3\" />\n </Icon>\n );\n});\n"],"names":["forwardRef","TextStrikethroughIcon","jsxs","Icon","jsx"],"mappings":";;;;;;AAQO,MAAM,qBAAA,GAAwBA,gBAAA,CAGnC,SAASC,sBAAAA,CAAsB,OAAmC,GAAA,EAAK;AACvE,EAAA,uBACEC,eAAA;AAAA,IAACC,SAAA;AAAA,IAAA;AAAA,MACC,aAAA,EAAY,uBAAA;AAAA,MACZ,YAAA,EAAW,oBAAA;AAAA,MACX,OAAA,EAAQ,WAAA;AAAA,MACR,GAAA;AAAA,MACC,GAAG,KAAA;AAAA,MAEJ,QAAA,EAAA;AAAA,wBAAAC,cAAA,CAAC,MAAA,EAAA,EAAK,GAAE,eAAA,EAAgB,CAAA;AAAA,wBACxBA,cAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,olBAAA,EAAqlB;AAAA;AAAA;AAAA,GAC/lB;AAEJ,CAAC;;;;"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var react = require('react');
|
|
5
|
+
var Icon = require('../icon/Icon.js');
|
|
6
|
+
|
|
7
|
+
const TextUnderlineIcon = react.forwardRef(function TextUnderlineIcon2(props, ref) {
|
|
8
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
9
|
+
Icon.Icon,
|
|
10
|
+
{
|
|
11
|
+
"data-testid": "TextUnderlineIcon",
|
|
12
|
+
"aria-label": "text underline",
|
|
13
|
+
viewBox: "0 0 12 12",
|
|
14
|
+
ref,
|
|
15
|
+
...props,
|
|
16
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M10 12H2v-1h8zM3.634 6.751q0 1.13.595 1.743.601.613 1.792.613.813 0 1.33-.292.522-.297.771-.825.255-.535.255-1.233V1h1.026v5.745q0 .941-.382 1.676-.378.735-1.142 1.16-.765.42-1.919.419-1.646 0-2.508-.893-.855-.892-.856-2.386V1h1.038z" })
|
|
17
|
+
}
|
|
18
|
+
);
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
exports.TextUnderlineIcon = TextUnderlineIcon;
|
|
22
|
+
//# sourceMappingURL=TextUnderline.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextUnderline.js","sources":["../src/components/TextUnderline.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type TextUnderlineIconProps = IconProps;\n\nexport const TextUnderlineIcon = forwardRef<\n SVGSVGElement,\n TextUnderlineIconProps\n>(function TextUnderlineIcon(props: TextUnderlineIconProps, ref) {\n return (\n <Icon\n data-testid=\"TextUnderlineIcon\"\n aria-label=\"text underline\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"M10 12H2v-1h8zM3.634 6.751q0 1.13.595 1.743.601.613 1.792.613.813 0 1.33-.292.522-.297.771-.825.255-.535.255-1.233V1h1.026v5.745q0 .941-.382 1.676-.378.735-1.142 1.16-.765.42-1.919.419-1.646 0-2.508-.893-.855-.892-.856-2.386V1h1.038z\" />\n </Icon>\n );\n});\n"],"names":["forwardRef","TextUnderlineIcon","jsx","Icon"],"mappings":";;;;;;AAQO,MAAM,iBAAA,GAAoBA,gBAAA,CAG/B,SAASC,kBAAAA,CAAkB,OAA+B,GAAA,EAAK;AAC/D,EAAA,uBACEC,cAAA;AAAA,IAACC,SAAA;AAAA,IAAA;AAAA,MACC,aAAA,EAAY,mBAAA;AAAA,MACZ,YAAA,EAAW,gBAAA;AAAA,MACX,OAAA,EAAQ,WAAA;AAAA,MACR,GAAA;AAAA,MACC,GAAG,KAAA;AAAA,MAEJ,QAAA,kBAAAD,cAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,2OAAA,EAA4O;AAAA;AAAA,GACtP;AAEJ,CAAC;;;;"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var react = require('react');
|
|
5
|
+
var Icon = require('../icon/Icon.js');
|
|
6
|
+
|
|
7
|
+
const TextUnorderedListIcon = react.forwardRef(function TextUnorderedListIcon2(props, ref) {
|
|
8
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
9
|
+
Icon.Icon,
|
|
10
|
+
{
|
|
11
|
+
"data-testid": "TextUnorderedListIcon",
|
|
12
|
+
"aria-label": "text unordered list",
|
|
13
|
+
viewBox: "0 0 12 12",
|
|
14
|
+
ref,
|
|
15
|
+
...props,
|
|
16
|
+
children: /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M4 2.5h7v1H4zm0 3h7v1H4zm0 3h7v1H4zM3 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0m0-3a1 1 0 1 1-2 0 1 1 0 0 1 2 0m0-3a1 1 0 1 1-2 0 1 1 0 0 1 2 0" })
|
|
17
|
+
}
|
|
18
|
+
);
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
exports.TextUnorderedListIcon = TextUnorderedListIcon;
|
|
22
|
+
//# sourceMappingURL=TextUnorderedList.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextUnorderedList.js","sources":["../src/components/TextUnorderedList.tsx"],"sourcesContent":["// WARNING: This file was generated by a script. Do not modify it manually\n\nimport { forwardRef } from \"react\";\n\nimport { Icon, type IconProps } from \"../icon\";\n\nexport type TextUnorderedListIconProps = IconProps;\n\nexport const TextUnorderedListIcon = forwardRef<\n SVGSVGElement,\n TextUnorderedListIconProps\n>(function TextUnorderedListIcon(props: TextUnorderedListIconProps, ref) {\n return (\n <Icon\n data-testid=\"TextUnorderedListIcon\"\n aria-label=\"text unordered list\"\n viewBox=\"0 0 12 12\"\n ref={ref}\n {...props}\n >\n <path d=\"M4 2.5h7v1H4zm0 3h7v1H4zm0 3h7v1H4zM3 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0m0-3a1 1 0 1 1-2 0 1 1 0 0 1 2 0m0-3a1 1 0 1 1-2 0 1 1 0 0 1 2 0\" />\n </Icon>\n );\n});\n"],"names":["forwardRef","TextUnorderedListIcon","jsx","Icon"],"mappings":";;;;;;AAQO,MAAM,qBAAA,GAAwBA,gBAAA,CAGnC,SAASC,sBAAAA,CAAsB,OAAmC,GAAA,EAAK;AACvE,EAAA,uBACEC,cAAA;AAAA,IAACC,SAAA;AAAA,IAAA;AAAA,MACC,aAAA,EAAY,uBAAA;AAAA,MACZ,YAAA,EAAW,qBAAA;AAAA,MACX,OAAA,EAAQ,WAAA;AAAA,MACR,GAAA;AAAA,MACC,GAAG,KAAA;AAAA,MAEJ,QAAA,kBAAAD,cAAA,CAAC,MAAA,EAAA,EAAK,CAAA,EAAE,qIAAA,EAAsI;AAAA;AAAA,GAChJ;AAEJ,CAAC;;;;"}
|