@fluentui/react-icons 2.0.323 → 2.0.324-alpha.0
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/README.md +9 -90
- package/docs/build-transforms.md +142 -0
- package/docs/preview-features/README.md +13 -0
- package/docs/preview-features/base.md +184 -0
- package/docs/preview-features/svg-sprites.md +158 -0
- package/lib/atoms/svg/comment-arrow-left.js +4 -4
- package/lib/atoms/svg/comment-arrow-right.js +14 -14
- package/lib/atoms/svg/text-grammar-arrow-right.js +6 -6
- package/lib/atoms/svg/text-paragraph.js +8 -8
- package/lib/base/bundleIcon.d.ts +8 -0
- package/lib/base/bundleIcon.js +18 -0
- package/lib/base/createFluentIcon.d.ts +20 -0
- package/lib/base/createFluentIcon.js +38 -0
- package/lib/base/createFluentIcon.svg-sprite.d.ts +9 -0
- package/lib/base/createFluentIcon.svg-sprite.js +28 -0
- package/lib/base/fonts/createFluentFontIcon.d.ts +20 -0
- package/lib/base/fonts/createFluentFontIcon.js +45 -0
- package/lib/base/fonts/index.d.ts +2 -0
- package/lib/base/fonts/index.js +2 -0
- package/lib/base/index.d.ts +8 -0
- package/lib/base/index.js +12 -0
- package/lib/base/shared.d.ts +15 -0
- package/lib/base/shared.js +19 -0
- package/lib/base/useIconState.d.ts +15 -0
- package/lib/base/useIconState.js +38 -0
- package/lib/icons/chunk-0.js +2 -2
- package/lib/icons/chunk-22.js +4 -4
- package/lib/sizedIcons/chunk-0.js +16 -16
- package/lib/sizedIcons/chunk-22.js +10 -10
- package/lib/utils/fonts/FluentSystemIcons-Filled.ttf +0 -0
- package/lib/utils/fonts/FluentSystemIcons-Filled.woff +0 -0
- package/lib/utils/fonts/FluentSystemIcons-Filled.woff2 +0 -0
- package/lib/utils/fonts/FluentSystemIcons-Regular.ttf +0 -0
- package/lib/utils/fonts/FluentSystemIcons-Regular.woff +0 -0
- package/lib/utils/fonts/FluentSystemIcons-Regular.woff2 +0 -0
- package/lib/utils/fonts/FluentSystemIcons-Resizable.ttf +0 -0
- package/lib/utils/fonts/FluentSystemIcons-Resizable.woff +0 -0
- package/lib/utils/fonts/FluentSystemIcons-Resizable.woff2 +0 -0
- package/lib-cjs/atoms/svg/comment-arrow-left.js +4 -4
- package/lib-cjs/atoms/svg/comment-arrow-right.js +14 -14
- package/lib-cjs/atoms/svg/text-grammar-arrow-right.js +6 -6
- package/lib-cjs/atoms/svg/text-paragraph.js +8 -8
- package/lib-cjs/base/bundleIcon.d.ts +8 -0
- package/lib-cjs/base/bundleIcon.js +23 -0
- package/lib-cjs/base/createFluentIcon.d.ts +20 -0
- package/lib-cjs/base/createFluentIcon.js +43 -0
- package/lib-cjs/base/createFluentIcon.svg-sprite.d.ts +9 -0
- package/lib-cjs/base/createFluentIcon.svg-sprite.js +33 -0
- package/lib-cjs/base/fonts/createFluentFontIcon.d.ts +20 -0
- package/lib-cjs/base/fonts/createFluentFontIcon.js +50 -0
- package/lib-cjs/base/fonts/index.d.ts +2 -0
- package/lib-cjs/base/fonts/index.js +6 -0
- package/lib-cjs/base/index.d.ts +8 -0
- package/lib-cjs/base/index.js +31 -0
- package/lib-cjs/base/shared.d.ts +15 -0
- package/lib-cjs/base/shared.js +29 -0
- package/lib-cjs/base/useIconState.d.ts +15 -0
- package/lib-cjs/base/useIconState.js +42 -0
- package/lib-cjs/icons/chunk-0.js +2 -2
- package/lib-cjs/icons/chunk-22.js +4 -4
- package/lib-cjs/sizedIcons/chunk-0.js +16 -16
- package/lib-cjs/sizedIcons/chunk-22.js +10 -10
- package/lib-cjs/utils/fonts/FluentSystemIcons-Filled.ttf +0 -0
- package/lib-cjs/utils/fonts/FluentSystemIcons-Filled.woff +0 -0
- package/lib-cjs/utils/fonts/FluentSystemIcons-Filled.woff2 +0 -0
- package/lib-cjs/utils/fonts/FluentSystemIcons-Regular.ttf +0 -0
- package/lib-cjs/utils/fonts/FluentSystemIcons-Regular.woff +0 -0
- package/lib-cjs/utils/fonts/FluentSystemIcons-Regular.woff2 +0 -0
- package/lib-cjs/utils/fonts/FluentSystemIcons-Resizable.ttf +0 -0
- package/lib-cjs/utils/fonts/FluentSystemIcons-Resizable.woff +0 -0
- package/lib-cjs/utils/fonts/FluentSystemIcons-Resizable.woff2 +0 -0
- package/package.json +8 -6
|
@@ -773,24 +773,24 @@ export const CommentArrowLeft16Filled = ( /*#__PURE__*/createFluentIcon('Comment
|
|
|
773
773
|
export const CommentArrowLeft16Regular = ( /*#__PURE__*/createFluentIcon('CommentArrowLeft16Regular', "16", ["M15 5.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm-6.85-.35A.5.5 0 0 0 8 5.5a.5.5 0 0 0 .15.35l2 2a.5.5 0 0 0 .7-.7L9.71 6h2.79a.5.5 0 0 0 0-1H9.7l1.15-1.15a.5.5 0 0 0-.7-.7l-2 2ZM3.5 3h2.1c.18-.36.4-.7.66-1H3.5A2.5 2.5 0 0 0 1 4.5v5A2.5 2.5 0 0 0 3.5 12H4v1.94c0 .84 1 1.3 1.63.74L8.69 12h3.81A2.5 2.5 0 0 0 15 9.5v-.84c-.29.41-.63.78-1.02 1.1A1.5 1.5 0 0 1 12.5 11H8.31L5 13.9V11H3.5A1.5 1.5 0 0 1 2 9.5v-5C2 3.67 2.67 3 3.5 3Z"], { flipInRtl: true }));
|
|
774
774
|
export const CommentArrowLeft20Filled = ( /*#__PURE__*/createFluentIcon('CommentArrowLeft20Filled', "20", ["M19 5.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm-6.85-.35a.5.5 0 0 0-.15.35.5.5 0 0 0 .15.35l2 2a.5.5 0 0 0 .7-.7L13.71 6h2.79a.5.5 0 0 0 0-1h-2.8l1.15-1.15a.5.5 0 0 0-.7-.7l-2 2ZM14.5 11c1.33 0 2.55-.47 3.5-1.26v2.54a2.58 2.58 0 0 1-2.6 2.56h-4.59L6.8 17.8a1 1 0 0 1-1.4-.2.98.98 0 0 1-.2-.59v-2.17h-.6A2.58 2.58 0 0 1 2 12.28V5.57A2.58 2.58 0 0 1 4.6 3h5a5.5 5.5 0 0 0 4.9 8Z"], { flipInRtl: true }));
|
|
775
775
|
export const CommentArrowLeft20Regular = ( /*#__PURE__*/createFluentIcon('CommentArrowLeft20Regular', "20", ["M19 5.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm-6.85-.35a.5.5 0 0 0-.15.35.5.5 0 0 0 .15.35l2 2a.5.5 0 0 0 .7-.7L13.71 6h2.79a.5.5 0 0 0 0-1h-2.8l1.15-1.15a.5.5 0 0 0-.7-.7l-2 2ZM17 12.28V10.4c.36-.18.7-.4 1-.66v2.54a2.58 2.58 0 0 1-2.6 2.56h-4.59L6.8 17.8a1 1 0 0 1-1.4-.2.98.98 0 0 1-.2-.59v-2.17h-.6A2.58 2.58 0 0 1 2 12.28V5.57A2.58 2.58 0 0 1 4.6 3h5c-.16.32-.3.65-.4 1H4.6C3.7 4 3 4.71 3 5.57v6.7c0 .86.7 1.57 1.6 1.57h1.6V17l4.28-3.16h4.92c.9 0 1.6-.71 1.6-1.56Z"], { flipInRtl: true }));
|
|
776
|
-
export const CommentArrowLeft24Filled = ( /*#__PURE__*/createFluentIcon('CommentArrowLeft24Filled', "24", ["
|
|
777
|
-
export const CommentArrowLeft24Regular = ( /*#__PURE__*/createFluentIcon('CommentArrowLeft24Regular', "24", ["
|
|
778
|
-
export const CommentArrowLeft28Filled = ( /*#__PURE__*/createFluentIcon('CommentArrowLeft28Filled', "28", ["
|
|
779
|
-
export const CommentArrowLeft28Regular = ( /*#__PURE__*/createFluentIcon('CommentArrowLeft28Regular', "28", ["
|
|
776
|
+
export const CommentArrowLeft24Filled = ( /*#__PURE__*/createFluentIcon('CommentArrowLeft24Filled', "24", ["M17.5 12a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11Zm3-5a.5.5 0 0 0 0-1h-4.8l1.65-1.65a.5.5 0 0 0-.7-.7l-2.5 2.5a.5.5 0 0 0 0 .7l2.5 2.5a.5.5 0 0 0 .7-.7L15.71 7h4.79Zm-3 6c1.75 0 3.33-.69 4.5-1.81v3.56c0 1.8-1.46 3.25-3.25 3.25H13l-5 3.75c-.82.62-2 .03-2-1V18h-.75A3.25 3.25 0 0 1 2 14.75v-8.5C2 4.45 3.46 3 5.25 3h6.77a6.5 6.5 0 0 0 5.48 10Z"], { flipInRtl: true }));
|
|
777
|
+
export const CommentArrowLeft24Regular = ( /*#__PURE__*/createFluentIcon('CommentArrowLeft24Regular', "24", ["M17.5 12a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11Zm3-5a.5.5 0 0 0 0-1h-4.8l1.65-1.65a.5.5 0 0 0-.7-.7l-2.5 2.5a.5.5 0 0 0 0 .7l2.5 2.5a.5.5 0 0 0 .7-.7L15.71 7h4.79Zm0 7.75v-2.48a6.52 6.52 0 0 0 1.5-1.08v3.56c0 1.8-1.46 3.25-3.25 3.25h-5.74L8 21.75a1.25 1.25 0 0 1-2-1V18h-.75A3.25 3.25 0 0 1 2 14.75v-8.5C2 4.45 3.46 3 5.25 3h6.77c-.3.46-.53.97-.7 1.5H5.24c-.97 0-1.75.78-1.75 1.75v8.5c0 .97.78 1.75 1.75 1.75H7.5v3.75l5.01-3.75h6.24c.97 0 1.75-.78 1.75-1.75Z"], { flipInRtl: true }));
|
|
778
|
+
export const CommentArrowLeft28Filled = ( /*#__PURE__*/createFluentIcon('CommentArrowLeft28Filled', "28", ["M20.5 14a6.5 6.5 0 1 1 0-13 6.5 6.5 0 0 1 0 13Zm4-6a.5.5 0 0 0 0-1h-6.8l2.15-2.15a.5.5 0 0 0-.7-.7l-3 3a.5.5 0 0 0-.15.35c0 .13.05.26.15.35l3 3a.5.5 0 0 0 .7-.7L17.71 8h6.79Zm-4 7c2.17 0 4.13-.92 5.5-2.4v4.65A3.75 3.75 0 0 1 22.25 21h-5.94l-6.54 4.71C8.62 26.55 7 25.72 7 24.3V21H5.75A3.75 3.75 0 0 1 2 17.25V6.75A3.75 3.75 0 0 1 5.75 3h8.75a7.5 7.5 0 0 0 6 12Z"], { flipInRtl: true }));
|
|
779
|
+
export const CommentArrowLeft28Regular = ( /*#__PURE__*/createFluentIcon('CommentArrowLeft28Regular', "28", ["M20.5 14a6.5 6.5 0 1 1 0-13 6.5 6.5 0 0 1 0 13Zm4-6a.5.5 0 0 0 0-1h-6.8l2.15-2.15a.5.5 0 0 0-.7-.7l-3 3a.5.5 0 0 0-.15.35c0 .13.05.26.15.35l3 3a.5.5 0 0 0 .7-.7L17.71 8h6.79Zm0 9.25v-3.4A7.54 7.54 0 0 0 26 12.6v4.65A3.75 3.75 0 0 1 22.25 21h-5.94l-6.54 4.71C8.62 26.55 7 25.72 7 24.3V21H5.75A3.75 3.75 0 0 1 2 17.25V6.75A3.75 3.75 0 0 1 5.75 3h8.75c-.35.46-.64.96-.88 1.5H5.75c-1.24 0-2.25 1-2.25 2.25v10.5c0 1.24 1 2.25 2.25 2.25H8.5v4.8c0 .2.23.32.4.2l6.92-5h6.43c1.24 0 2.25-1 2.25-2.25Z"], { flipInRtl: true }));
|
|
780
780
|
export const CommentArrowLeft48Filled = ( /*#__PURE__*/createFluentIcon('CommentArrowLeft48Filled', "48", ["M46 13a11 11 0 1 1-22 0 11 11 0 0 1 22 0ZM33.7 7.3a1 1 0 0 0-1.4 0l-5 5a1 1 0 0 0 0 1.4l5 5a1 1 0 0 0 1.4-1.4L30.42 14H42a1 1 0 1 0 0-2H30.41l3.3-3.3a1 1 0 0 0 0-1.4ZM35 26c3.5 0 6.66-1.38 9-3.62v6.37c0 4-3.25 7.25-7.25 7.25H26.4l-10.85 7.66A2.25 2.25 0 0 1 12 41.82V36h-.75C7.25 36 4 32.75 4 28.75v-15.5C4 9.25 7.25 6 11.25 6h12.8A13 13 0 0 0 35 26Z"], { flipInRtl: true }));
|
|
781
781
|
export const CommentArrowLeft48Regular = ( /*#__PURE__*/createFluentIcon('CommentArrowLeft48Regular', "48", ["M46 13a11 11 0 1 1-22 0 11 11 0 0 1 22 0ZM33.7 7.3a1 1 0 0 0-1.4 0l-5 5a1 1 0 0 0 0 1.4l5 5a1 1 0 0 0 1.4-1.4L30.42 14H42a1 1 0 1 0 0-2H30.41l3.3-3.3a1 1 0 0 0 0-1.4Zm7.8 21.45v-4.49c.9-.52 1.75-1.16 2.5-1.88v6.37c0 4-3.25 7.25-7.25 7.25H26.4l-10.85 7.66A2.25 2.25 0 0 1 12 41.82V36h-.75C7.25 36 4 32.75 4 28.75v-15.5C4 9.25 7.25 6 11.25 6h12.8c-.5.78-.92 1.62-1.25 2.5H11.25a4.75 4.75 0 0 0-4.75 4.75v15.5a4.75 4.75 0 0 0 4.75 4.75h3.25v7.84l11.1-7.84h11.15a4.75 4.75 0 0 0 4.75-4.75Z"], { flipInRtl: true }));
|
|
782
|
-
export const CommentArrowRight12Filled = ( /*#__PURE__*/createFluentIcon('CommentArrowRight12Filled', "12", ["M12 3.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7
|
|
783
|
-
export const CommentArrowRight12Regular = ( /*#__PURE__*/createFluentIcon('CommentArrowRight12Regular', "12", ["M12 3.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7
|
|
784
|
-
export const CommentArrowRight16Filled = ( /*#__PURE__*/createFluentIcon('CommentArrowRight16Filled', "16", ["M15 5.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm-
|
|
785
|
-
export const CommentArrowRight16Regular = ( /*#__PURE__*/createFluentIcon('CommentArrowRight16Regular', "16", ["M15 5.5a4.5 4.5 0 1
|
|
786
|
-
export const CommentArrowRight20Filled = ( /*#__PURE__*/createFluentIcon('CommentArrowRight20Filled', "20", ["
|
|
787
|
-
export const CommentArrowRight20Regular = ( /*#__PURE__*/createFluentIcon('CommentArrowRight20Regular', "20", ["
|
|
788
|
-
export const CommentArrowRight24Filled = ( /*#__PURE__*/createFluentIcon('CommentArrowRight24Filled', "24", ["
|
|
789
|
-
export const CommentArrowRight24Regular = ( /*#__PURE__*/createFluentIcon('CommentArrowRight24Regular', "24", ["
|
|
790
|
-
export const CommentArrowRight28Filled = ( /*#__PURE__*/createFluentIcon('CommentArrowRight28Filled', "28", ["M27
|
|
791
|
-
export const CommentArrowRight28Regular = ( /*#__PURE__*/createFluentIcon('CommentArrowRight28Regular', "28", ["M27
|
|
792
|
-
export const CommentArrowRight48Filled = ( /*#__PURE__*/createFluentIcon('CommentArrowRight48Filled', "48", ["M46 13a11 11 0 1 1-22 0 11 11 0 0 1 22
|
|
793
|
-
export const CommentArrowRight48Regular = ( /*#__PURE__*/createFluentIcon('CommentArrowRight48Regular', "48", ["M46 13a11 11 0 1 1-22 0 11 11 0 0 1 22
|
|
782
|
+
export const CommentArrowRight12Filled = ( /*#__PURE__*/createFluentIcon('CommentArrowRight12Filled', "12", ["M12 3.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0ZM6.5 3a.5.5 0 0 0 0 1h2.8l-.65.65a.5.5 0 1 0 .7.7l1.5-1.5A.5.5 0 0 0 11 3.5a.5.5 0 0 0-.15-.35l-1.5-1.5a.5.5 0 1 0-.7.7l.64.65H6.5Zm2 5c.92 0 1.77-.28 2.48-.75A2 2 0 0 1 9 9H6.65l-2.87 1.92A.5.5 0 0 1 3 10.5V9a2 2 0 0 1-2-2V3c0-1.1.9-2 2-2h1.76A4.5 4.5 0 0 0 8.5 8Z"], { flipInRtl: true }));
|
|
783
|
+
export const CommentArrowRight12Regular = ( /*#__PURE__*/createFluentIcon('CommentArrowRight12Regular', "12", ["M12 3.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0ZM6.5 3a.5.5 0 0 0 0 1h2.8l-.65.65a.5.5 0 1 0 .7.7l1.5-1.5A.5.5 0 0 0 11 3.5a.5.5 0 0 0-.15-.35l-1.5-1.5a.5.5 0 1 0-.7.7l.64.65H6.5ZM3 2h1.26c.12-.36.3-.7.5-1H3a2 2 0 0 0-2 2v4c0 1.1.9 2 2 2v1.5a.5.5 0 0 0 .78.42L6.65 9H9a2 2 0 0 0 1.98-1.75c-.46.31-.99.54-1.55.65A1 1 0 0 1 9 8H6.5a.5.5 0 0 0-.28.08L4 9.57V8.5a.5.5 0 0 0-.5-.5H3a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1Z"], { flipInRtl: true }));
|
|
784
|
+
export const CommentArrowRight16Filled = ( /*#__PURE__*/createFluentIcon('CommentArrowRight16Filled', "16", ["M15 5.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm-2.15.35A.5.5 0 0 0 13 5.5a.5.5 0 0 0-.15-.35l-2-2a.5.5 0 0 0-.7.7L11.29 5H8.5a.5.5 0 0 0 0 1h2.8l-1.15 1.15a.5.5 0 0 0 .7.7l2-2ZM10.5 11A5.5 5.5 0 0 0 15 8.66v.84a2.5 2.5 0 0 1-2.5 2.5H8.69l-3.06 2.68A.98.98 0 0 1 4 13.94V12h-.5A2.5 2.5 0 0 1 1 9.5v-5A2.5 2.5 0 0 1 3.5 2h2.76a5.5 5.5 0 0 0 4.24 9Z"], { flipInRtl: true }));
|
|
785
|
+
export const CommentArrowRight16Regular = ( /*#__PURE__*/createFluentIcon('CommentArrowRight16Regular', "16", ["M15 5.5a4.5 4.5 0 1 0-9 0 4.5 4.5 0 0 0 9 0Zm-2.15.35-2 2a.5.5 0 0 1-.7-.7L11.29 6H8.5a.5.5 0 0 1 0-1h2.8l-1.15-1.15a.5.5 0 0 1 .7-.7l2 2a.5.5 0 0 1 .15.35.5.5 0 0 1-.14.35ZM3.5 3h2.1c.18-.36.4-.7.66-1H3.5A2.5 2.5 0 0 0 1 4.5v5A2.5 2.5 0 0 0 3.5 12H4v1.94c0 .84 1 1.3 1.63.74L8.69 12h3.81A2.5 2.5 0 0 0 15 9.5v-.84c-.29.41-.63.78-1.02 1.1A1.5 1.5 0 0 1 12.5 11H8.31L5 13.9V11H3.5A1.5 1.5 0 0 1 2 9.5v-5C2 3.67 2.67 3 3.5 3Z"], { flipInRtl: true }));
|
|
786
|
+
export const CommentArrowRight20Filled = ( /*#__PURE__*/createFluentIcon('CommentArrowRight20Filled', "20", ["M14.5 1a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9Zm2.35 4.85A.5.5 0 0 0 17 5.5a.5.5 0 0 0-.15-.35l-2-2a.5.5 0 0 0-.7.7L15.29 5H12.5a.5.5 0 0 0 0 1h2.8l-1.15 1.15a.5.5 0 0 0 .7.7l2-2ZM14.5 11c1.33 0 2.55-.47 3.5-1.26v2.54a2.58 2.58 0 0 1-2.6 2.56h-4.59L6.8 17.8a1 1 0 0 1-1.4-.2.98.98 0 0 1-.2-.59v-2.17h-.6A2.58 2.58 0 0 1 2 12.28V5.57A2.58 2.58 0 0 1 4.6 3h5a5.5 5.5 0 0 0 4.9 8Z"], { flipInRtl: true }));
|
|
787
|
+
export const CommentArrowRight20Regular = ( /*#__PURE__*/createFluentIcon('CommentArrowRight20Regular', "20", ["M14.5 1a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9Zm2.35 4.85A.5.5 0 0 0 17 5.5a.5.5 0 0 0-.15-.35l-2-2a.5.5 0 0 0-.7.7L15.29 5H12.5a.5.5 0 0 0 0 1h2.8l-1.15 1.15a.5.5 0 0 0 .7.7l2-2Zm.15 6.43V10.4c.36-.18.7-.4 1-.66v2.54a2.58 2.58 0 0 1-2.6 2.56h-4.59L6.8 17.8a1 1 0 0 1-1.4-.2.98.98 0 0 1-.2-.59v-2.17h-.6A2.58 2.58 0 0 1 2 12.28V5.57A2.58 2.58 0 0 1 4.6 3h5c-.16.32-.3.65-.4 1H4.6C3.7 4 3 4.71 3 5.57v6.7c0 .86.7 1.57 1.6 1.57h1.6V17l4.28-3.16h4.92c.9 0 1.6-.71 1.6-1.56Z"], { flipInRtl: true }));
|
|
788
|
+
export const CommentArrowRight24Filled = ( /*#__PURE__*/createFluentIcon('CommentArrowRight24Filled', "24", ["M17.5 1a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11Zm-3 5a.5.5 0 0 0 0 1h4.8l-1.65 1.65a.5.5 0 0 0 .7.7l2.5-2.5a.5.5 0 0 0 0-.7l-2.5-2.5a.5.5 0 0 0-.7.7L19.29 6H14.5Zm3 7c1.75 0 3.33-.69 4.5-1.81v3.56c0 1.8-1.46 3.25-3.25 3.25H13l-5 3.75c-.82.62-2 .03-2-1V18h-.75A3.25 3.25 0 0 1 2 14.75v-8.5C2 4.45 3.46 3 5.25 3h6.77a6.5 6.5 0 0 0 5.48 10Z"], { flipInRtl: true }));
|
|
789
|
+
export const CommentArrowRight24Regular = ( /*#__PURE__*/createFluentIcon('CommentArrowRight24Regular', "24", ["M17.5 1a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11Zm-3 5a.5.5 0 0 0 0 1h4.8l-1.65 1.65a.5.5 0 0 0 .7.7l2.5-2.5a.5.5 0 0 0 0-.7l-2.5-2.5a.5.5 0 0 0-.7.7L19.29 6H14.5Zm6 8.75v-2.48a6.52 6.52 0 0 0 1.5-1.08v3.56c0 1.8-1.46 3.25-3.25 3.25h-5.74L8 21.75a1.25 1.25 0 0 1-2-1V18h-.75A3.25 3.25 0 0 1 2 14.75v-8.5C2 4.45 3.46 3 5.25 3h6.77c-.3.46-.53.97-.7 1.5H5.24c-.97 0-1.75.78-1.75 1.75v8.5c0 .97.78 1.75 1.75 1.75H7.5v3.75l5.01-3.75h6.24c.97 0 1.75-.78 1.75-1.75Z"], { flipInRtl: true }));
|
|
790
|
+
export const CommentArrowRight28Filled = ( /*#__PURE__*/createFluentIcon('CommentArrowRight28Filled', "28", ["M27 7.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0ZM16.5 7a.5.5 0 0 0 0 1h6.8l-2.15 2.15a.5.5 0 0 0 .7.7l3-3A.5.5 0 0 0 25 7.5a.5.5 0 0 0-.15-.35l-3-3a.5.5 0 0 0-.7.7L23.29 7H16.5Zm4 8c2.17 0 4.13-.92 5.5-2.4v4.65A3.75 3.75 0 0 1 22.25 21h-5.94l-6.54 4.71C8.62 26.55 7 25.72 7 24.3V21H5.75A3.75 3.75 0 0 1 2 17.25V6.75A3.75 3.75 0 0 1 5.75 3h8.75a7.5 7.5 0 0 0 6 12Z"], { flipInRtl: true }));
|
|
791
|
+
export const CommentArrowRight28Regular = ( /*#__PURE__*/createFluentIcon('CommentArrowRight28Regular', "28", ["M27 7.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0ZM16.5 7a.5.5 0 0 0 0 1h6.8l-2.15 2.15a.5.5 0 0 0 .7.7l3-3A.5.5 0 0 0 25 7.5a.5.5 0 0 0-.15-.35l-3-3a.5.5 0 0 0-.7.7L23.29 7H16.5Zm8 10.25v-3.4A7.54 7.54 0 0 0 26 12.6v4.65A3.75 3.75 0 0 1 22.25 21h-5.94l-6.54 4.71C8.62 26.55 7 25.72 7 24.3V21H5.75A3.75 3.75 0 0 1 2 17.25V6.75A3.75 3.75 0 0 1 5.75 3h8.75c-.35.46-.64.96-.88 1.5H5.75c-1.24 0-2.25 1-2.25 2.25v10.5c0 1.24 1 2.25 2.25 2.25H8.5v4.8c0 .2.23.32.4.2l6.92-5h6.43c1.24 0 2.25-1 2.25-2.25Z"], { flipInRtl: true }));
|
|
792
|
+
export const CommentArrowRight48Filled = ( /*#__PURE__*/createFluentIcon('CommentArrowRight48Filled', "48", ["M46 13a11 11 0 1 1-22 0 11 11 0 0 1 22 0Zm-9.7-5.7a1 1 0 0 0 0 1.4l3.29 3.3H28a1 1 0 1 0 0 2h11.59l-3.3 3.3a1 1 0 0 0 1.42 1.4l5-5a1 1 0 0 0 0-1.4l-5-5a1 1 0 0 0-1.42 0ZM35 26c3.5 0 6.66-1.38 9-3.62v6.37c0 4-3.25 7.25-7.25 7.25H26.4l-10.85 7.66A2.25 2.25 0 0 1 12 41.82V36h-.75C7.25 36 4 32.75 4 28.75v-15.5C4 9.25 7.25 6 11.25 6h12.8A13 13 0 0 0 35 26Z"], { flipInRtl: true }));
|
|
793
|
+
export const CommentArrowRight48Regular = ( /*#__PURE__*/createFluentIcon('CommentArrowRight48Regular', "48", ["M46 13a11 11 0 1 1-22 0 11 11 0 0 1 22 0Zm-9.7-5.7a1 1 0 0 0 0 1.4l3.29 3.3H28a1 1 0 1 0 0 2h11.59l-3.3 3.3a1 1 0 0 0 1.42 1.4l5-5a1 1 0 0 0 0-1.4l-5-5a1 1 0 0 0-1.42 0Zm5.2 21.45v-4.49c.9-.52 1.75-1.16 2.5-1.88v6.37c0 4-3.25 7.25-7.25 7.25H26.4l-10.85 7.66A2.25 2.25 0 0 1 12 41.82V36h-.75C7.25 36 4 32.75 4 28.75v-15.5C4 9.25 7.25 6 11.25 6h12.8c-.5.78-.92 1.62-1.25 2.5H11.25a4.75 4.75 0 0 0-4.75 4.75v15.5a4.75 4.75 0 0 0 4.75 4.75h3.25v7.84l11.1-7.84h11.15a4.75 4.75 0 0 0 4.75-4.75Z"], { flipInRtl: true }));
|
|
794
794
|
export const CommentBadge16Filled = ( /*#__PURE__*/createFluentIcon('CommentBadge16Filled', "16", ["M14 5a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM3.5 2h7.67A3 3 0 0 0 15 5.83V9.5a2.5 2.5 0 0 1-2.5 2.5H8.69l-3.06 2.68A.98.98 0 0 1 4 13.94V12h-.5A2.5 2.5 0 0 1 1 9.5v-5A2.5 2.5 0 0 1 3.5 2Z"]));
|
|
795
795
|
export const CommentBadge16Regular = ( /*#__PURE__*/createFluentIcon('CommentBadge16Regular', "16", ["M14 5a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm1 4.5V5.83A3 3 0 0 1 14 6v3.5c0 .83-.67 1.5-1.5 1.5H8.31L5 13.9V11H3.5A1.5 1.5 0 0 1 2 9.5v-5C2 3.67 2.67 3 3.5 3H11a3 3 0 0 1 .17-1H3.5A2.5 2.5 0 0 0 1 4.5v5A2.5 2.5 0 0 0 3.5 12H4v1.94c0 .84 1 1.3 1.63.74L8.69 12h3.81A2.5 2.5 0 0 0 15 9.5Z"]));
|
|
796
796
|
export const CommentBadge20Filled = ( /*#__PURE__*/createFluentIcon('CommentBadge20Filled', "20", ["M17 6a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm0 1a3 3 0 0 0 1-.17v5.45a2.58 2.58 0 0 1-2.6 2.56h-4.59L6.8 17.8a1 1 0 0 1-1.4-.2.98.98 0 0 1-.2-.59v-2.17h-.6A2.58 2.58 0 0 1 2 12.28V5.57A2.58 2.58 0 0 1 4.6 3h9.57A3 3 0 0 0 17 7Z"]));
|
|
@@ -839,10 +839,10 @@ export const TextGrammarArrowLeft20Filled = ( /*#__PURE__*/createFluentIcon('Tex
|
|
|
839
839
|
export const TextGrammarArrowLeft20Regular = ( /*#__PURE__*/createFluentIcon('TextGrammarArrowLeft20Regular', "20", ["M2.5 5a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1h-15Zm0 3a.5.5 0 0 0 0 1h15a.5.5 0 0 0 0-1h-15Zm7.24 3c.26.3.48.64.66 1h7.1a.5.5 0 0 0 0-1H9.74ZM11 14.5c0 .17 0 .34-.02.5h6.52a.5.5 0 0 0 0-1h-6.52l.02.5Zm-1 0a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm-4.15-2.35a.5.5 0 0 0-.7.7L6.29 14H3.5a.5.5 0 0 0 0 1h2.8l-1.15 1.15a.5.5 0 0 0 .7.7l2-2A.5.5 0 0 0 8 14.5a.5.5 0 0 0-.14-.35l-2-2Z"]));
|
|
840
840
|
export const TextGrammarArrowLeft24Filled = ( /*#__PURE__*/createFluentIcon('TextGrammarArrowLeft24Filled', "24", ["M6.5 12a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11Zm.78 2.59.07.06 2.52 2.51.04.05.04.08.02.06.02.08v.11l-.01.09-.03.08-.03.06-.05.07-2.52 2.51a.5.5 0 0 1-.76-.63l.05-.07L8.3 18H3.5a.5.5 0 0 1-.5-.41v-.09a.5.5 0 0 1 .41-.5h4.88l-1.65-1.65a.5.5 0 0 1-.05-.63l.05-.07a.5.5 0 0 1 .64-.06Zm5.7 2.41H21.12a1 1 0 0 1-.12 2h-8.17a6.52 6.52 0 0 0 .15-2Zm-.48-2H21a1 1 0 0 0 .12-2h-9.93c.55.58 1 1.25 1.31 2Zm8.5-4a1 1 0 0 0 .12-2H3a1 1 0 0 0-.12 2H21ZM3 5h18.12A1 1 0 0 1 21 7H2.88A1 1 0 0 1 3 5Z"]));
|
|
841
841
|
export const TextGrammarArrowLeft24Regular = ( /*#__PURE__*/createFluentIcon('TextGrammarArrowLeft24Regular', "24", ["M6.5 12a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11Zm.78 2.59.07.06 2.52 2.51.04.05.04.08.02.06.02.08v.11l-.01.09-.03.08-.03.06-.05.07-2.52 2.51a.5.5 0 0 1-.76-.63l.05-.07L8.3 18H3.5a.5.5 0 0 1-.5-.41v-.09a.5.5 0 0 1 .41-.5h4.88l-1.65-1.65a.5.5 0 0 1-.05-.63l.05-.07a.5.5 0 0 1 .64-.06Zm5.7 2.41h8.37a.75.75 0 0 1-.1 1.5h-8.33a6.55 6.55 0 0 0 .06-1.5Zm-.71-2.5h8.98a.75.75 0 0 0 .1-1.5H11.2c.43.44.8.95 1.08 1.5ZM2.75 9h18.6a.75.75 0 0 1-.1 1.5H2.65a.75.75 0 0 1 .1-1.5Zm0-4h18.6a.75.75 0 0 1-.1 1.5H2.65a.75.75 0 0 1 .1-1.5Z"]));
|
|
842
|
-
export const TextGrammarArrowRight20Filled = ( /*#__PURE__*/createFluentIcon('TextGrammarArrowRight20Filled', "20", ["
|
|
843
|
-
export const TextGrammarArrowRight20Regular = ( /*#__PURE__*/createFluentIcon('TextGrammarArrowRight20Regular', "20", ["
|
|
844
|
-
export const TextGrammarArrowRight24Filled = ( /*#__PURE__*/createFluentIcon('TextGrammarArrowRight24Filled', "24", ["
|
|
845
|
-
export const TextGrammarArrowRight24Regular = ( /*#__PURE__*/createFluentIcon('TextGrammarArrowRight24Regular', "24", ["
|
|
842
|
+
export const TextGrammarArrowRight20Filled = ( /*#__PURE__*/createFluentIcon('TextGrammarArrowRight20Filled', "20", ["M14.5 10a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9Zm2.35 4.85a.5.5 0 0 0 .15-.35.5.5 0 0 0-.15-.35l-2-2a.5.5 0 0 0-.7.7L15.29 14H12.5a.5.5 0 0 0 0 1h2.8l-1.15 1.15a.5.5 0 0 0 .7.7l2-2ZM18 5.75a.75.75 0 0 0-.75-.75H2.75a.75.75 0 1 0 0 1.5h14.5c.41 0 .75-.34.75-.75Zm0 3a.75.75 0 0 0-.75-.75H2.75a.75.75 0 1 0 0 1.5h9.46a5.48 5.48 0 0 1 4.58 0h.46c.41 0 .75-.34.75-.75ZM9.1 15.5H2.74a.75.75 0 0 1 0-1.5h6.27a5.57 5.57 0 0 0 .07 1.5Zm.27-3H2.75a.75.75 0 0 1 0-1.5h7.5a5.5 5.5 0 0 0-.88 1.5Z"]));
|
|
843
|
+
export const TextGrammarArrowRight20Regular = ( /*#__PURE__*/createFluentIcon('TextGrammarArrowRight20Regular', "20", ["M17.5 5a.5.5 0 0 1 0 1h-15a.5.5 0 0 1 0-1h15Zm0 3a.5.5 0 0 1 0 1h-15a.5.5 0 0 1 0-1h15Zm-7.24 3c-.26.3-.48.64-.66 1H2.5a.5.5 0 0 1 0-1h7.76ZM9 14.5c0 .17 0 .34.02.5H2.5a.5.5 0 0 1 0-1h6.52l-.02.5Zm10 0a4.5 4.5 0 1 0-9 0 4.5 4.5 0 0 0 9 0Zm-4.15 2.35a.5.5 0 0 1-.7-.7L15.29 15H12.5a.5.5 0 0 1 0-1h2.8l-1.15-1.15a.5.5 0 0 1 .7-.7l2 2a.5.5 0 0 1 .15.35.5.5 0 0 1-.14.35l-2 2Z"]));
|
|
844
|
+
export const TextGrammarArrowRight24Filled = ( /*#__PURE__*/createFluentIcon('TextGrammarArrowRight24Filled', "24", ["M3 5h18a1 1 0 0 1 .12 2H3a1 1 0 0 1-.12-2H3Zm0 6a1 1 0 0 1-.12-2H21a1 1 0 0 1 .12 2H3Zm0 4h8.5a6.5 6.5 0 0 1 1.31-2H2.88A1 1 0 0 0 3 15Zm0 2h8.02a6.62 6.62 0 0 0 .15 2H3a1 1 0 0 1-.12-2H3Zm9 .5a5.5 5.5 0 1 0 11 0 5.5 5.5 0 0 0-11 0Zm6.35 2.85-.07.06a.5.5 0 0 1-.64-.06l-.05-.07a.5.5 0 0 1 .05-.63L19.3 18H14.4a.5.5 0 0 1-.41-.5v-.09a.5.5 0 0 1 .5-.41h4.79l-1.65-1.65-.05-.07a.5.5 0 0 1 .76-.63l2.52 2.51.05.07.03.06.03.08.01.09v.1l-.02.1-.02.05-.04.08-.04.05-2.52 2.51Z"]));
|
|
845
|
+
export const TextGrammarArrowRight24Regular = ( /*#__PURE__*/createFluentIcon('TextGrammarArrowRight24Regular', "24", ["M2.75 5h18.5a.75.75 0 0 1 .1 1.5H2.75a.75.75 0 0 1-.1-1.5h.1Zm18.5 4H2.65a.75.75 0 0 0 .1 1.5h18.6a.75.75 0 0 0-.1-1.5Zm-18.5 5.5h8.98c.29-.55.65-1.06 1.08-1.5H2.65a.75.75 0 0 0 .1 1.5Zm0 2.5h8.27a6.62 6.62 0 0 0 .06 1.5H2.75a.75.75 0 0 1-.1-1.5h.1Zm9.25.5a5.5 5.5 0 1 0 11 0 5.5 5.5 0 0 0-11 0Zm6.35 2.85-.07.06a.5.5 0 0 1-.64-.06l-.05-.07a.5.5 0 0 1 .05-.63L19.3 18H14.4a.5.5 0 0 1-.41-.5v-.09a.5.5 0 0 1 .5-.41h4.79l-1.65-1.65-.05-.07a.5.5 0 0 1 .76-.63l2.52 2.51.05.07.03.06.03.08.01.09v.1l-.02.1-.02.05-.04.08-.04.05-2.52 2.51Z"]));
|
|
846
846
|
export const TextGrammarCheckmark20Filled = ( /*#__PURE__*/createFluentIcon('TextGrammarCheckmark20Filled', "20", ["M18 5.75a.75.75 0 0 0-.75-.75H2.75a.75.75 0 0 0 0 1.5h14.5c.41 0 .75-.34.75-.75Zm0 3a.75.75 0 0 0-.75-.75H2.75a.75.75 0 0 0 0 1.5h9.46a5.48 5.48 0 0 1 4.58 0h.46c.41 0 .75-.34.75-.75ZM9.02 14a5.57 5.57 0 0 0 .07 1.5H2.75a.75.75 0 0 1 0-1.5h6.27Zm1.24-3a5.5 5.5 0 0 0-.89 1.5H2.75a.75.75 0 0 1 0-1.5h7.5ZM19 14.5a4.5 4.5 0 1 0-9 0 4.5 4.5 0 0 0 9 0Zm-2.5-2a.5.5 0 0 1 .75.66l-.06.06-3.51 3.65a.5.5 0 0 1-.67.02l-.07-.07-1.34-1.65a.5.5 0 0 1 .72-.7l.06.07 1 1.23 3.12-3.27Z"]));
|
|
847
847
|
export const TextGrammarCheckmark20Regular = ( /*#__PURE__*/createFluentIcon('TextGrammarCheckmark20Regular', "20", ["M17.5 5a.5.5 0 0 1 0 1h-15a.5.5 0 0 1 0-1h15Zm0 3a.5.5 0 0 1 0 1h-15a.5.5 0 0 1 0-1h15ZM9 14.5c0-.17 0-.34.02-.5H2.5a.5.5 0 0 0 0 1h6.52a5.57 5.57 0 0 1-.02-.5Zm.6-2.5c.18-.36.4-.7.66-1H2.5a.5.5 0 0 0 0 1h7.1Zm4.9-2a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9Zm-1.12 5.77-1-1.23-.06-.06a.5.5 0 0 0-.72.7l1.34 1.64.07.07c.2.16.48.15.67-.02l3.5-3.65.07-.06a.5.5 0 0 0-.75-.66l-3.12 3.27Z"]));
|
|
848
848
|
export const TextGrammarCheckmark24Filled = ( /*#__PURE__*/createFluentIcon('TextGrammarCheckmark24Filled', "24", ["M17.5 12a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11Zm2.65 3.15-4.1 4.09-1.15-1.54a.5.5 0 0 0-.8.6l1.5 2a.5.5 0 0 0 .75.05l4.5-4.5a.5.5 0 0 0-.7-.7ZM11.02 17H2.88A1 1 0 0 0 3 19h8.17a6.52 6.52 0 0 1-.15-2Zm.48-2H3a1 1 0 0 1-.12-2h9.93a6.5 6.5 0 0 0-1.31 2ZM3 11a1 1 0 0 1-.12-2H21a1 1 0 0 1 .12 2H3Zm18-6H2.88A1 1 0 0 0 3 7h18.12A1 1 0 0 0 21 5Z"]));
|
|
@@ -1101,12 +1101,12 @@ export const TextNumberListRtlRotate27020Filled = ( /*#__PURE__*/createFluentIco
|
|
|
1101
1101
|
export const TextNumberListRtlRotate27020Regular = ( /*#__PURE__*/createFluentIcon('TextNumberListRtlRotate27020Regular', "20", ["M1.01 4.4A.5.5 0 0 1 1.5 4h4a.5.5 0 1 1 0 1H2.92c.2.22.38.48.53.78a.5.5 0 1 1-.9.45 2.96 2.96 0 0 0-1.15-1.2 2.07 2.07 0 0 0-.12-.08A.5.5 0 0 1 1 4.4Zm7.34 1.96a.5.5 0 0 1-.7 0h-.01v-.02a1.38 1.38 0 0 1-.11-.12A2.5 2.5 0 0 1 7 4.7c0-.38.1-.79.35-1.12a1.4 1.4 0 0 1 1.15-.56c.55 0 .93.24 1.2.57a4.2 4.2 0 0 1 .56.95c.16.31.3.55.47.72.08.06.16.12.27.17V3.5a.5.5 0 1 1 1 0V6a.5.5 0 0 1-.5.5c-.62 0-1.08-.2-1.44-.53a3.32 3.32 0 0 1-.77-1.14c-.13-.28-.23-.47-.35-.62A.5.5 0 0 0 8.5 4c-.18 0-.28.06-.35.16a.93.93 0 0 0-.15.52 1.5 1.5 0 0 0 .35.96c.2.2.2.51 0 .7ZM15 4.76a.5.5 0 0 0 1 0c0-.35.1-.54.18-.63.09-.1.2-.13.3-.13.2 0 .52.19.52.76 0 .4-.1.62-.17.72a.42.42 0 0 1-.07.09.5.5 0 0 0 .46.88h.01l.02-.01a.8.8 0 0 0 .15-.1c.08-.07.17-.17.27-.3.18-.29.33-.7.33-1.28 0-1.03-.67-1.73-1.48-1.76-.37-.01-.74.12-1.02.4a1.37 1.37 0 0 0-1.02-.4c-.8.03-1.48.73-1.48 1.76 0 .58.15 1 .33 1.27a1.4 1.4 0 0 0 .42.4l.01.02h.01a.5.5 0 0 0 .48-.88.42.42 0 0 1-.08-.1c-.07-.09-.17-.3-.17-.71 0-.57.33-.75.52-.76.1 0 .21.03.3.13.08.1.18.28.18.63Zm-.75.81h-.02v-.01l.02.01ZM9.5 18a.5.5 0 0 1-.5-.5v-8a.5.5 0 0 1 1 0v8a.5.5 0 0 1-.5.5Zm-5 0a.5.5 0 0 1-.5-.5v-8a.5.5 0 0 1 1 0v8a.5.5 0 0 1-.5.5Zm9.5-.5a.5.5 0 0 0 1 0v-8a.5.5 0 0 0-1 0v8Z"]));
|
|
1102
1102
|
export const TextNumberListRtlRotate27024Filled = ( /*#__PURE__*/createFluentIcon('TextNumberListRtlRotate27024Filled', "24", ["M2.75 4a.75.75 0 0 0-.3 1.43 1.42 1.42 0 0 1 .13.07c.1.05.23.13.38.24.32.22.66.52.9.9a.75.75 0 1 0 1.28-.79 3.96 3.96 0 0 0-.25-.35h2.36a.75.75 0 1 0 0-1.5h-4.5ZM18 11v8.62a1 1 0 0 0 2-.12v-8.62a1 1 0 0 0-2 .12Zm-6.5 0v8.62a1 1 0 0 0 2-.12v-8.62a1 1 0 0 0-2 .12ZM6 10a1 1 0 0 0-1 1v8.62a1 1 0 0 0 2-.12v-8.62A1 1 0 0 0 6 10Zm4.52-5.15c-.05.3.07.68.26.87a.75.75 0 0 1-1.06 1.06 2.57 2.57 0 0 1-.68-2.2c.07-.39.26-.8.6-1.1A2 2 0 0 1 11 3c.62 0 1.08.27 1.42.6.28.28.51.64.69.91l.05.08c.13.2.24.36.34.48V3.75a.75.75 0 0 1 1.5 0v2.5c0 .41-.34.75-.75.75-1.31 0-1.95-.98-2.34-1.58l-.04-.06a4.2 4.2 0 0 0-.5-.68c-.14-.14-.24-.18-.37-.18-.22 0-.32.06-.36.1a.42.42 0 0 0-.12.25Zm10.76 2.18s.08-.1 0 0l.01-.01.01-.01a1.4 1.4 0 0 0 .13-.15A3.24 3.24 0 0 0 22 5c0-.64-.18-1.2-.54-1.6-.36-.4-.86-.61-1.36-.6-.42.02-.8.17-1.1.43a1.73 1.73 0 0 0-2.46.17c-.36.4-.54.96-.54 1.6a3.24 3.24 0 0 0 .57 1.86 1.95 1.95 0 0 0 .13.15l.01.01.01.01a.75.75 0 1 0 1.05-1.07A1.75 1.75 0 0 1 17.5 5c0-.36.1-.54.16-.6a.23.23 0 0 1 .2-.1c.06 0 .14.04.22.13.08.09.17.26.17.57a.75.75 0 0 0 1.5 0c0-.31.1-.48.17-.57.08-.1.16-.12.23-.13.06 0 .13.02.19.1.06.06.16.24.16.6a1.75 1.75 0 0 1-.27.96.75.75 0 1 0 1.05 1.07Zm-4.56 0Z"]));
|
|
1103
1103
|
export const TextNumberListRtlRotate27024Regular = ( /*#__PURE__*/createFluentIcon('TextNumberListRtlRotate27024Regular', "24", ["M2.75 4a.75.75 0 0 0-.3 1.43 1.42 1.42 0 0 1 .13.07c.1.05.23.13.38.24.32.22.66.52.9.9a.75.75 0 1 0 1.28-.79 3.96 3.96 0 0 0-.25-.35h2.36a.75.75 0 1 0 0-1.5h-4.5Zm16 6a.75.75 0 0 0-.75.75v9a.75.75 0 0 0 1.5 0v-9a.75.75 0 0 0-.75-.75Zm-6.5 0a.75.75 0 0 0-.76.75v9a.75.75 0 0 0 1.5 0v-9a.75.75 0 0 0-.75-.75Zm-6.5 0a.75.75 0 0 0-.75.75v9a.75.75 0 0 0 1.5 0v-9a.75.75 0 0 0-.75-.75Zm4.77-5.15c-.05.3.07.68.26.87a.75.75 0 0 1-1.06 1.06 2.57 2.57 0 0 1-.68-2.2c.07-.39.26-.8.6-1.1A2 2 0 0 1 11 3c.62 0 1.08.27 1.42.6.28.28.51.64.69.91l.05.08c.13.2.24.36.34.48V3.75a.75.75 0 0 1 1.5 0v2.5c0 .41-.34.75-.75.75-1.31 0-1.95-.98-2.34-1.58l-.04-.06a4.2 4.2 0 0 0-.5-.68c-.14-.14-.24-.18-.37-.18-.22 0-.32.06-.36.1a.42.42 0 0 0-.12.25Zm10.76 2.18s.08-.1 0 0l.01-.01.01-.01a1.4 1.4 0 0 0 .13-.15A3.24 3.24 0 0 0 22 5c0-.64-.18-1.2-.54-1.6-.36-.4-.86-.61-1.36-.6-.42.02-.8.17-1.1.43a1.73 1.73 0 0 0-2.46.17c-.36.4-.54.96-.54 1.6a3.24 3.24 0 0 0 .57 1.86 1.95 1.95 0 0 0 .13.15l.01.01.01.01a.75.75 0 1 0 1.05-1.07A1.75 1.75 0 0 1 17.5 5c0-.36.1-.54.16-.6a.23.23 0 0 1 .2-.1c.06 0 .14.04.22.13.08.09.17.26.17.57a.75.75 0 0 0 1.5 0c0-.31.1-.48.17-.57.08-.1.16-.12.23-.13.06 0 .13.02.19.1.06.06.16.24.16.6a1.75 1.75 0 0 1-.27.96.75.75 0 1 0 1.05 1.07Zm-4.56 0Z"]));
|
|
1104
|
-
export const TextParagraph16Filled = ( /*#__PURE__*/createFluentIcon('TextParagraph16Filled', "16", ["
|
|
1105
|
-
export const TextParagraph16Regular = ( /*#__PURE__*/createFluentIcon('TextParagraph16Regular', "16", ["
|
|
1106
|
-
export const TextParagraph20Filled = ( /*#__PURE__*/createFluentIcon('TextParagraph20Filled', "20", ["
|
|
1107
|
-
export const TextParagraph20Regular = ( /*#__PURE__*/createFluentIcon('TextParagraph20Regular', "20", ["
|
|
1108
|
-
export const TextParagraph24Filled = ( /*#__PURE__*/createFluentIcon('TextParagraph24Filled', "24", ["
|
|
1109
|
-
export const TextParagraph24Regular = ( /*#__PURE__*/createFluentIcon('TextParagraph24Regular', "24", ["
|
|
1104
|
+
export const TextParagraph16Filled = ( /*#__PURE__*/createFluentIcon('TextParagraph16Filled', "16", ["M13.25 2a.75.75 0 0 0-.75.75v2c0 .41-.34.75-.75.75H9.56l.72-.72a.75.75 0 1 0-1.06-1.06l-2 2c-.3.3-.3.77 0 1.06l2 2a.75.75 0 1 0 1.06-1.06L9.56 7h2.19C12.99 7 14 6 14 4.75v-2a.75.75 0 0 0-.75-.75ZM5.72 8.22c.3-.3.77-.3 1.06 0l2 2c.3.3.3.77 0 1.06l-2 2a.75.75 0 0 1-1.06-1.06l.72-.72H1.75a.75.75 0 0 1 0-1.5h4.69l-.72-.72a.75.75 0 0 1 0-1.06Z"]));
|
|
1105
|
+
export const TextParagraph16Regular = ( /*#__PURE__*/createFluentIcon('TextParagraph16Regular', "16", ["M13.5 2a.5.5 0 0 0-.5.5V5a1 1 0 0 1-1 1H8.7l1.15-1.15a.5.5 0 0 0-.7-.7l-2 2a.5.5 0 0 0 0 .7l2 2a.5.5 0 1 0 .7-.7L8.71 7H12a2 2 0 0 0 2-2V2.5a.5.5 0 0 0-.5-.5ZM5.65 8.15c.2-.2.5-.2.7 0l2 2c.2.2.2.5 0 .7l-2 2a.5.5 0 0 1-.7-.7L6.79 11H1.5a.5.5 0 0 1 0-1h5.3L5.64 8.85a.5.5 0 0 1 0-.7Z"]));
|
|
1106
|
+
export const TextParagraph20Filled = ( /*#__PURE__*/createFluentIcon('TextParagraph20Filled', "20", ["M17.25 2c.41 0 .75.34.75.75v2.5A2.75 2.75 0 0 1 15.25 8h-3.8l1.36 1.5a.75.75 0 0 1-1.12 1L9.2 7.75a.75.75 0 0 1 0-1L11.7 4a.75.75 0 0 1 1.12 1l-1.36 1.5h3.8c.69 0 1.25-.56 1.25-1.25v-2.5c0-.41.34-.75.75-.75ZM8.3 9.5a.75.75 0 1 0-1.1 1L8.55 12h-5.8a.75.75 0 0 0 0 1.5h5.8L7.2 15a.75.75 0 0 0 1.1 1l2.5-2.75a.75.75 0 0 0 0-1L8.3 9.5Z"]));
|
|
1107
|
+
export const TextParagraph20Regular = ( /*#__PURE__*/createFluentIcon('TextParagraph20Regular', "20", ["M12.15 10.85a.5.5 0 0 0 .7-.7L10.71 8h4.79A2.5 2.5 0 0 0 18 5.5v-3s0-.5-.5-.5-.5.5-.5.5v3c0 .83-.67 1.5-1.5 1.5h-4.8l2.15-2.15a.5.5 0 0 0-.7-.7l-3 3a.5.5 0 0 0 0 .7l3 3Zm-4.3-1.7a.5.5 0 1 0-.7.7L9.29 12H2.5s-.5 0-.5.5.5.5.5.5h6.8l-2.15 2.15a.5.5 0 0 0 .7.7l3-3a.5.5 0 0 0 0-.7l-3-3Z"]));
|
|
1108
|
+
export const TextParagraph24Filled = ( /*#__PURE__*/createFluentIcon('TextParagraph24Filled', "24", ["M21 2a1 1 0 0 1 1 1v4a3 3 0 0 1-3 3h-4.59l2.3 2.3a1 1 0 0 1-1.42 1.4l-4-4a1 1 0 0 1 0-1.4l4-4a1 1 0 1 1 1.42 1.4L14.4 8H19a1 1 0 0 0 1-1V3a1 1 0 0 1 1-1ZM7.3 11.3a1 1 0 0 0 0 1.4L9.58 15H3a1 1 0 1 0 0 2h6.59l-2.3 2.3a1 1 0 1 0 1.42 1.4l4-4A1 1 0 0 0 13 16a1 1 0 0 0-.3-.71l-4-4a1 1 0 0 0-1.4 0Z"]));
|
|
1109
|
+
export const TextParagraph24Regular = ( /*#__PURE__*/createFluentIcon('TextParagraph24Regular', "24", ["M21.25 2c.41 0 .75.34.75.75v4a2.75 2.75 0 0 1-2.75 2.75h-5.69l2.72 2.72a.75.75 0 1 1-1.06 1.06l-4-4a.75.75 0 0 1 0-1.06l4-4a.75.75 0 1 1 1.06 1.06L13.56 8h5.69c.69 0 1.25-.56 1.25-1.25v-4c0-.41.34-.75.75-.75ZM7.72 11.22c-.3.3-.3.77 0 1.06L10.44 15H2.75a.75.75 0 0 0 0 1.5h7.69l-2.72 2.72a.75.75 0 1 0 1.06 1.06l4-4c.3-.3.3-.77 0-1.06l-4-4a.75.75 0 0 0-1.06 0Z"]));
|
|
1110
1110
|
export const TextParagraphDirection20Filled = ( /*#__PURE__*/createFluentIcon('TextParagraphDirection20Filled', "20", ["M11.5 3a4 4 0 1 0 0 8H13v6.5a.5.5 0 0 0 1 0V4h1v13.5a.5.5 0 0 0 1 0V4h.5a.5.5 0 0 0 0-1h-5ZM3.15 5.65c.2-.2.5-.2.7 0l2 2c.2.2.2.5 0 .7l-2 2a.5.5 0 0 1-.7-.7L4.79 8 3.15 6.35a.5.5 0 0 1 0-.7Zm2.7 6a.5.5 0 0 0-.7 0l-2 2a.5.5 0 0 0 0 .7l2 2a.5.5 0 0 0 .7-.7L4.21 14l1.64-1.65a.5.5 0 0 0 0-.7Z"]));
|
|
1111
1111
|
export const TextParagraphDirection20Regular = ( /*#__PURE__*/createFluentIcon('TextParagraphDirection20Regular', "20", ["M11.5 3a4 4 0 1 0 0 8H13v6.5a.5.5 0 0 0 1 0V4h1v13.5a.5.5 0 0 0 1 0V4h.5a.5.5 0 0 0 0-1h-5ZM13 4v6h-1.5a3 3 0 0 1 0-6H13ZM3.15 5.65c.2-.2.5-.2.7 0l2 2c.2.2.2.5 0 .7l-2 2a.5.5 0 0 1-.7-.7L4.79 8 3.15 6.35a.5.5 0 0 1 0-.7Zm2.7 6a.5.5 0 0 0-.7 0l-2 2a.5.5 0 0 0 0 .7l2 2a.5.5 0 0 0 .7-.7L4.21 14l1.64-1.65a.5.5 0 0 0 0-.7Z"]));
|
|
1112
1112
|
export const TextParagraphDirection24Filled = ( /*#__PURE__*/createFluentIcon('TextParagraphDirection24Filled', "24", ["M13.5 3a5.5 5.5 0 1 0 0 11H15v7.2c0 .45.34.8.75.8s.75-.35.75-.8V4.5H18v16.7c0 .45.34.8.75.8s.75-.35.75-.8V4.5h.67c.47-.06.83-.37.83-.75 0-.41-.43-.75-.95-.75H13.5Zm-9.42 8.86a.67.67 0 0 1-.9-.99L4.9 9 3.18 7.13l-.06-.08a.67.67 0 0 1 1.03-.84L6.3 8.54l.06.08c.18.26.16.6-.06.84l-2.15 2.33-.07.07Zm1.32 8a.67.67 0 0 0 .9-.99L4.59 17l1.7-1.87.07-.08a.67.67 0 0 0-1.03-.84l-2.15 2.33-.06.08c-.18.26-.16.6.06.84l2.15 2.33.07.07Z"]));
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -11,9 +11,9 @@ exports.CommentArrowLeft16Regular = ( /*#__PURE__*/createFluentIcon_1.createFlue
|
|
|
11
11
|
exports.CommentArrowLeft16Filled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowLeft16Filled', "16", ["M15 5.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm-6.85-.35A.5.5 0 0 0 8 5.5a.5.5 0 0 0 .15.35l2 2a.5.5 0 0 0 .7-.7L9.71 6h2.79a.5.5 0 0 0 0-1H9.7l1.15-1.15a.5.5 0 0 0-.7-.7l-2 2ZM10.5 11A5.5 5.5 0 0 0 15 8.66v.84a2.5 2.5 0 0 1-2.5 2.5H8.69l-3.06 2.68A.98.98 0 0 1 4 13.94V12h-.5A2.5 2.5 0 0 1 1 9.5v-5A2.5 2.5 0 0 1 3.5 2h2.76a5.5 5.5 0 0 0 4.24 9Z"], { flipInRtl: true }));
|
|
12
12
|
exports.CommentArrowLeft20Regular = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowLeft20Regular', "20", ["M19 5.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm-6.85-.35a.5.5 0 0 0-.15.35.5.5 0 0 0 .15.35l2 2a.5.5 0 0 0 .7-.7L13.71 6h2.79a.5.5 0 0 0 0-1h-2.8l1.15-1.15a.5.5 0 0 0-.7-.7l-2 2ZM17 12.28V10.4c.36-.18.7-.4 1-.66v2.54a2.58 2.58 0 0 1-2.6 2.56h-4.59L6.8 17.8a1 1 0 0 1-1.4-.2.98.98 0 0 1-.2-.59v-2.17h-.6A2.58 2.58 0 0 1 2 12.28V5.57A2.58 2.58 0 0 1 4.6 3h5c-.16.32-.3.65-.4 1H4.6C3.7 4 3 4.71 3 5.57v6.7c0 .86.7 1.57 1.6 1.57h1.6V17l4.28-3.16h4.92c.9 0 1.6-.71 1.6-1.56Z"], { flipInRtl: true }));
|
|
13
13
|
exports.CommentArrowLeft20Filled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowLeft20Filled', "20", ["M19 5.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm-6.85-.35a.5.5 0 0 0-.15.35.5.5 0 0 0 .15.35l2 2a.5.5 0 0 0 .7-.7L13.71 6h2.79a.5.5 0 0 0 0-1h-2.8l1.15-1.15a.5.5 0 0 0-.7-.7l-2 2ZM14.5 11c1.33 0 2.55-.47 3.5-1.26v2.54a2.58 2.58 0 0 1-2.6 2.56h-4.59L6.8 17.8a1 1 0 0 1-1.4-.2.98.98 0 0 1-.2-.59v-2.17h-.6A2.58 2.58 0 0 1 2 12.28V5.57A2.58 2.58 0 0 1 4.6 3h5a5.5 5.5 0 0 0 4.9 8Z"], { flipInRtl: true }));
|
|
14
|
-
exports.CommentArrowLeft24Regular = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowLeft24Regular', "24", ["
|
|
15
|
-
exports.CommentArrowLeft24Filled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowLeft24Filled', "24", ["
|
|
16
|
-
exports.CommentArrowLeft28Regular = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowLeft28Regular', "28", ["
|
|
17
|
-
exports.CommentArrowLeft28Filled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowLeft28Filled', "28", ["
|
|
14
|
+
exports.CommentArrowLeft24Regular = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowLeft24Regular', "24", ["M17.5 12a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11Zm3-5a.5.5 0 0 0 0-1h-4.8l1.65-1.65a.5.5 0 0 0-.7-.7l-2.5 2.5a.5.5 0 0 0 0 .7l2.5 2.5a.5.5 0 0 0 .7-.7L15.71 7h4.79Zm0 7.75v-2.48a6.52 6.52 0 0 0 1.5-1.08v3.56c0 1.8-1.46 3.25-3.25 3.25h-5.74L8 21.75a1.25 1.25 0 0 1-2-1V18h-.75A3.25 3.25 0 0 1 2 14.75v-8.5C2 4.45 3.46 3 5.25 3h6.77c-.3.46-.53.97-.7 1.5H5.24c-.97 0-1.75.78-1.75 1.75v8.5c0 .97.78 1.75 1.75 1.75H7.5v3.75l5.01-3.75h6.24c.97 0 1.75-.78 1.75-1.75Z"], { flipInRtl: true }));
|
|
15
|
+
exports.CommentArrowLeft24Filled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowLeft24Filled', "24", ["M17.5 12a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11Zm3-5a.5.5 0 0 0 0-1h-4.8l1.65-1.65a.5.5 0 0 0-.7-.7l-2.5 2.5a.5.5 0 0 0 0 .7l2.5 2.5a.5.5 0 0 0 .7-.7L15.71 7h4.79Zm-3 6c1.75 0 3.33-.69 4.5-1.81v3.56c0 1.8-1.46 3.25-3.25 3.25H13l-5 3.75c-.82.62-2 .03-2-1V18h-.75A3.25 3.25 0 0 1 2 14.75v-8.5C2 4.45 3.46 3 5.25 3h6.77a6.5 6.5 0 0 0 5.48 10Z"], { flipInRtl: true }));
|
|
16
|
+
exports.CommentArrowLeft28Regular = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowLeft28Regular', "28", ["M20.5 14a6.5 6.5 0 1 1 0-13 6.5 6.5 0 0 1 0 13Zm4-6a.5.5 0 0 0 0-1h-6.8l2.15-2.15a.5.5 0 0 0-.7-.7l-3 3a.5.5 0 0 0-.15.35c0 .13.05.26.15.35l3 3a.5.5 0 0 0 .7-.7L17.71 8h6.79Zm0 9.25v-3.4A7.54 7.54 0 0 0 26 12.6v4.65A3.75 3.75 0 0 1 22.25 21h-5.94l-6.54 4.71C8.62 26.55 7 25.72 7 24.3V21H5.75A3.75 3.75 0 0 1 2 17.25V6.75A3.75 3.75 0 0 1 5.75 3h8.75c-.35.46-.64.96-.88 1.5H5.75c-1.24 0-2.25 1-2.25 2.25v10.5c0 1.24 1 2.25 2.25 2.25H8.5v4.8c0 .2.23.32.4.2l6.92-5h6.43c1.24 0 2.25-1 2.25-2.25Z"], { flipInRtl: true }));
|
|
17
|
+
exports.CommentArrowLeft28Filled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowLeft28Filled', "28", ["M20.5 14a6.5 6.5 0 1 1 0-13 6.5 6.5 0 0 1 0 13Zm4-6a.5.5 0 0 0 0-1h-6.8l2.15-2.15a.5.5 0 0 0-.7-.7l-3 3a.5.5 0 0 0-.15.35c0 .13.05.26.15.35l3 3a.5.5 0 0 0 .7-.7L17.71 8h6.79Zm-4 7c2.17 0 4.13-.92 5.5-2.4v4.65A3.75 3.75 0 0 1 22.25 21h-5.94l-6.54 4.71C8.62 26.55 7 25.72 7 24.3V21H5.75A3.75 3.75 0 0 1 2 17.25V6.75A3.75 3.75 0 0 1 5.75 3h8.75a7.5 7.5 0 0 0 6 12Z"], { flipInRtl: true }));
|
|
18
18
|
exports.CommentArrowLeft48Regular = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowLeft48Regular', "48", ["M46 13a11 11 0 1 1-22 0 11 11 0 0 1 22 0ZM33.7 7.3a1 1 0 0 0-1.4 0l-5 5a1 1 0 0 0 0 1.4l5 5a1 1 0 0 0 1.4-1.4L30.42 14H42a1 1 0 1 0 0-2H30.41l3.3-3.3a1 1 0 0 0 0-1.4Zm7.8 21.45v-4.49c.9-.52 1.75-1.16 2.5-1.88v6.37c0 4-3.25 7.25-7.25 7.25H26.4l-10.85 7.66A2.25 2.25 0 0 1 12 41.82V36h-.75C7.25 36 4 32.75 4 28.75v-15.5C4 9.25 7.25 6 11.25 6h12.8c-.5.78-.92 1.62-1.25 2.5H11.25a4.75 4.75 0 0 0-4.75 4.75v15.5a4.75 4.75 0 0 0 4.75 4.75h3.25v7.84l11.1-7.84h11.15a4.75 4.75 0 0 0 4.75-4.75Z"], { flipInRtl: true }));
|
|
19
19
|
exports.CommentArrowLeft48Filled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowLeft48Filled', "48", ["M46 13a11 11 0 1 1-22 0 11 11 0 0 1 22 0ZM33.7 7.3a1 1 0 0 0-1.4 0l-5 5a1 1 0 0 0 0 1.4l5 5a1 1 0 0 0 1.4-1.4L30.42 14H42a1 1 0 1 0 0-2H30.41l3.3-3.3a1 1 0 0 0 0-1.4ZM35 26c3.5 0 6.66-1.38 9-3.62v6.37c0 4-3.25 7.25-7.25 7.25H26.4l-10.85 7.66A2.25 2.25 0 0 1 12 41.82V36h-.75C7.25 36 4 32.75 4 28.75v-15.5C4 9.25 7.25 6 11.25 6h12.8A13 13 0 0 0 35 26Z"], { flipInRtl: true }));
|
|
@@ -3,17 +3,17 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
exports.CommentArrowRight48Filled = exports.CommentArrowRight48Regular = exports.CommentArrowRight28Filled = exports.CommentArrowRight28Regular = exports.CommentArrowRight24Filled = exports.CommentArrowRight24Regular = exports.CommentArrowRight20Filled = exports.CommentArrowRight20Regular = exports.CommentArrowRight16Filled = exports.CommentArrowRight16Regular = exports.CommentArrowRight12Filled = exports.CommentArrowRight12Regular = exports.CommentArrowRightRegular = exports.CommentArrowRightFilled = void 0;
|
|
5
5
|
const createFluentIcon_1 = require("../../utils/createFluentIcon");
|
|
6
|
-
exports.CommentArrowRightFilled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowRightFilled', "1em", ["
|
|
7
|
-
exports.CommentArrowRightRegular = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowRightRegular', "1em", ["
|
|
8
|
-
exports.CommentArrowRight12Regular = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowRight12Regular', "12", ["M12 3.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7
|
|
9
|
-
exports.CommentArrowRight12Filled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowRight12Filled', "12", ["M12 3.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7
|
|
10
|
-
exports.CommentArrowRight16Regular = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowRight16Regular', "16", ["M15 5.5a4.5 4.5 0 1
|
|
11
|
-
exports.CommentArrowRight16Filled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowRight16Filled', "16", ["M15 5.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm-
|
|
12
|
-
exports.CommentArrowRight20Regular = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowRight20Regular', "20", ["
|
|
13
|
-
exports.CommentArrowRight20Filled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowRight20Filled', "20", ["
|
|
14
|
-
exports.CommentArrowRight24Regular = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowRight24Regular', "24", ["
|
|
15
|
-
exports.CommentArrowRight24Filled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowRight24Filled', "24", ["
|
|
16
|
-
exports.CommentArrowRight28Regular = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowRight28Regular', "28", ["M27
|
|
17
|
-
exports.CommentArrowRight28Filled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowRight28Filled', "28", ["M27
|
|
18
|
-
exports.CommentArrowRight48Regular = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowRight48Regular', "48", ["M46 13a11 11 0 1 1-22 0 11 11 0 0 1 22
|
|
19
|
-
exports.CommentArrowRight48Filled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowRight48Filled', "48", ["M46 13a11 11 0 1 1-22 0 11 11 0 0 1 22
|
|
6
|
+
exports.CommentArrowRightFilled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowRightFilled', "1em", ["M14.5 1a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9Zm2.35 4.85A.5.5 0 0 0 17 5.5a.5.5 0 0 0-.15-.35l-2-2a.5.5 0 0 0-.7.7L15.29 5H12.5a.5.5 0 0 0 0 1h2.8l-1.15 1.15a.5.5 0 0 0 .7.7l2-2ZM14.5 11c1.33 0 2.55-.47 3.5-1.26v2.54a2.58 2.58 0 0 1-2.6 2.56h-4.59L6.8 17.8a1 1 0 0 1-1.4-.2.98.98 0 0 1-.2-.59v-2.17h-.6A2.58 2.58 0 0 1 2 12.28V5.57A2.58 2.58 0 0 1 4.6 3h5a5.5 5.5 0 0 0 4.9 8Z"], { flipInRtl: true }));
|
|
7
|
+
exports.CommentArrowRightRegular = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowRightRegular', "1em", ["M14.5 1a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9Zm2.35 4.85A.5.5 0 0 0 17 5.5a.5.5 0 0 0-.15-.35l-2-2a.5.5 0 0 0-.7.7L15.29 5H12.5a.5.5 0 0 0 0 1h2.8l-1.15 1.15a.5.5 0 0 0 .7.7l2-2Zm.15 6.43V10.4c.36-.18.7-.4 1-.66v2.54a2.58 2.58 0 0 1-2.6 2.56h-4.59L6.8 17.8a1 1 0 0 1-1.4-.2.98.98 0 0 1-.2-.59v-2.17h-.6A2.58 2.58 0 0 1 2 12.28V5.57A2.58 2.58 0 0 1 4.6 3h5c-.16.32-.3.65-.4 1H4.6C3.7 4 3 4.71 3 5.57v6.7c0 .86.7 1.57 1.6 1.57h1.6V17l4.28-3.16h4.92c.9 0 1.6-.71 1.6-1.56Z"], { flipInRtl: true }));
|
|
8
|
+
exports.CommentArrowRight12Regular = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowRight12Regular', "12", ["M12 3.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0ZM6.5 3a.5.5 0 0 0 0 1h2.8l-.65.65a.5.5 0 1 0 .7.7l1.5-1.5A.5.5 0 0 0 11 3.5a.5.5 0 0 0-.15-.35l-1.5-1.5a.5.5 0 1 0-.7.7l.64.65H6.5ZM3 2h1.26c.12-.36.3-.7.5-1H3a2 2 0 0 0-2 2v4c0 1.1.9 2 2 2v1.5a.5.5 0 0 0 .78.42L6.65 9H9a2 2 0 0 0 1.98-1.75c-.46.31-.99.54-1.55.65A1 1 0 0 1 9 8H6.5a.5.5 0 0 0-.28.08L4 9.57V8.5a.5.5 0 0 0-.5-.5H3a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1Z"], { flipInRtl: true }));
|
|
9
|
+
exports.CommentArrowRight12Filled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowRight12Filled', "12", ["M12 3.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0ZM6.5 3a.5.5 0 0 0 0 1h2.8l-.65.65a.5.5 0 1 0 .7.7l1.5-1.5A.5.5 0 0 0 11 3.5a.5.5 0 0 0-.15-.35l-1.5-1.5a.5.5 0 1 0-.7.7l.64.65H6.5Zm2 5c.92 0 1.77-.28 2.48-.75A2 2 0 0 1 9 9H6.65l-2.87 1.92A.5.5 0 0 1 3 10.5V9a2 2 0 0 1-2-2V3c0-1.1.9-2 2-2h1.76A4.5 4.5 0 0 0 8.5 8Z"], { flipInRtl: true }));
|
|
10
|
+
exports.CommentArrowRight16Regular = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowRight16Regular', "16", ["M15 5.5a4.5 4.5 0 1 0-9 0 4.5 4.5 0 0 0 9 0Zm-2.15.35-2 2a.5.5 0 0 1-.7-.7L11.29 6H8.5a.5.5 0 0 1 0-1h2.8l-1.15-1.15a.5.5 0 0 1 .7-.7l2 2a.5.5 0 0 1 .15.35.5.5 0 0 1-.14.35ZM3.5 3h2.1c.18-.36.4-.7.66-1H3.5A2.5 2.5 0 0 0 1 4.5v5A2.5 2.5 0 0 0 3.5 12H4v1.94c0 .84 1 1.3 1.63.74L8.69 12h3.81A2.5 2.5 0 0 0 15 9.5v-.84c-.29.41-.63.78-1.02 1.1A1.5 1.5 0 0 1 12.5 11H8.31L5 13.9V11H3.5A1.5 1.5 0 0 1 2 9.5v-5C2 3.67 2.67 3 3.5 3Z"], { flipInRtl: true }));
|
|
11
|
+
exports.CommentArrowRight16Filled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowRight16Filled', "16", ["M15 5.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm-2.15.35A.5.5 0 0 0 13 5.5a.5.5 0 0 0-.15-.35l-2-2a.5.5 0 0 0-.7.7L11.29 5H8.5a.5.5 0 0 0 0 1h2.8l-1.15 1.15a.5.5 0 0 0 .7.7l2-2ZM10.5 11A5.5 5.5 0 0 0 15 8.66v.84a2.5 2.5 0 0 1-2.5 2.5H8.69l-3.06 2.68A.98.98 0 0 1 4 13.94V12h-.5A2.5 2.5 0 0 1 1 9.5v-5A2.5 2.5 0 0 1 3.5 2h2.76a5.5 5.5 0 0 0 4.24 9Z"], { flipInRtl: true }));
|
|
12
|
+
exports.CommentArrowRight20Regular = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowRight20Regular', "20", ["M14.5 1a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9Zm2.35 4.85A.5.5 0 0 0 17 5.5a.5.5 0 0 0-.15-.35l-2-2a.5.5 0 0 0-.7.7L15.29 5H12.5a.5.5 0 0 0 0 1h2.8l-1.15 1.15a.5.5 0 0 0 .7.7l2-2Zm.15 6.43V10.4c.36-.18.7-.4 1-.66v2.54a2.58 2.58 0 0 1-2.6 2.56h-4.59L6.8 17.8a1 1 0 0 1-1.4-.2.98.98 0 0 1-.2-.59v-2.17h-.6A2.58 2.58 0 0 1 2 12.28V5.57A2.58 2.58 0 0 1 4.6 3h5c-.16.32-.3.65-.4 1H4.6C3.7 4 3 4.71 3 5.57v6.7c0 .86.7 1.57 1.6 1.57h1.6V17l4.28-3.16h4.92c.9 0 1.6-.71 1.6-1.56Z"], { flipInRtl: true }));
|
|
13
|
+
exports.CommentArrowRight20Filled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowRight20Filled', "20", ["M14.5 1a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9Zm2.35 4.85A.5.5 0 0 0 17 5.5a.5.5 0 0 0-.15-.35l-2-2a.5.5 0 0 0-.7.7L15.29 5H12.5a.5.5 0 0 0 0 1h2.8l-1.15 1.15a.5.5 0 0 0 .7.7l2-2ZM14.5 11c1.33 0 2.55-.47 3.5-1.26v2.54a2.58 2.58 0 0 1-2.6 2.56h-4.59L6.8 17.8a1 1 0 0 1-1.4-.2.98.98 0 0 1-.2-.59v-2.17h-.6A2.58 2.58 0 0 1 2 12.28V5.57A2.58 2.58 0 0 1 4.6 3h5a5.5 5.5 0 0 0 4.9 8Z"], { flipInRtl: true }));
|
|
14
|
+
exports.CommentArrowRight24Regular = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowRight24Regular', "24", ["M17.5 1a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11Zm-3 5a.5.5 0 0 0 0 1h4.8l-1.65 1.65a.5.5 0 0 0 .7.7l2.5-2.5a.5.5 0 0 0 0-.7l-2.5-2.5a.5.5 0 0 0-.7.7L19.29 6H14.5Zm6 8.75v-2.48a6.52 6.52 0 0 0 1.5-1.08v3.56c0 1.8-1.46 3.25-3.25 3.25h-5.74L8 21.75a1.25 1.25 0 0 1-2-1V18h-.75A3.25 3.25 0 0 1 2 14.75v-8.5C2 4.45 3.46 3 5.25 3h6.77c-.3.46-.53.97-.7 1.5H5.24c-.97 0-1.75.78-1.75 1.75v8.5c0 .97.78 1.75 1.75 1.75H7.5v3.75l5.01-3.75h6.24c.97 0 1.75-.78 1.75-1.75Z"], { flipInRtl: true }));
|
|
15
|
+
exports.CommentArrowRight24Filled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowRight24Filled', "24", ["M17.5 1a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11Zm-3 5a.5.5 0 0 0 0 1h4.8l-1.65 1.65a.5.5 0 0 0 .7.7l2.5-2.5a.5.5 0 0 0 0-.7l-2.5-2.5a.5.5 0 0 0-.7.7L19.29 6H14.5Zm3 7c1.75 0 3.33-.69 4.5-1.81v3.56c0 1.8-1.46 3.25-3.25 3.25H13l-5 3.75c-.82.62-2 .03-2-1V18h-.75A3.25 3.25 0 0 1 2 14.75v-8.5C2 4.45 3.46 3 5.25 3h6.77a6.5 6.5 0 0 0 5.48 10Z"], { flipInRtl: true }));
|
|
16
|
+
exports.CommentArrowRight28Regular = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowRight28Regular', "28", ["M27 7.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0ZM16.5 7a.5.5 0 0 0 0 1h6.8l-2.15 2.15a.5.5 0 0 0 .7.7l3-3A.5.5 0 0 0 25 7.5a.5.5 0 0 0-.15-.35l-3-3a.5.5 0 0 0-.7.7L23.29 7H16.5Zm8 10.25v-3.4A7.54 7.54 0 0 0 26 12.6v4.65A3.75 3.75 0 0 1 22.25 21h-5.94l-6.54 4.71C8.62 26.55 7 25.72 7 24.3V21H5.75A3.75 3.75 0 0 1 2 17.25V6.75A3.75 3.75 0 0 1 5.75 3h8.75c-.35.46-.64.96-.88 1.5H5.75c-1.24 0-2.25 1-2.25 2.25v10.5c0 1.24 1 2.25 2.25 2.25H8.5v4.8c0 .2.23.32.4.2l6.92-5h6.43c1.24 0 2.25-1 2.25-2.25Z"], { flipInRtl: true }));
|
|
17
|
+
exports.CommentArrowRight28Filled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowRight28Filled', "28", ["M27 7.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0ZM16.5 7a.5.5 0 0 0 0 1h6.8l-2.15 2.15a.5.5 0 0 0 .7.7l3-3A.5.5 0 0 0 25 7.5a.5.5 0 0 0-.15-.35l-3-3a.5.5 0 0 0-.7.7L23.29 7H16.5Zm4 8c2.17 0 4.13-.92 5.5-2.4v4.65A3.75 3.75 0 0 1 22.25 21h-5.94l-6.54 4.71C8.62 26.55 7 25.72 7 24.3V21H5.75A3.75 3.75 0 0 1 2 17.25V6.75A3.75 3.75 0 0 1 5.75 3h8.75a7.5 7.5 0 0 0 6 12Z"], { flipInRtl: true }));
|
|
18
|
+
exports.CommentArrowRight48Regular = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowRight48Regular', "48", ["M46 13a11 11 0 1 1-22 0 11 11 0 0 1 22 0Zm-9.7-5.7a1 1 0 0 0 0 1.4l3.29 3.3H28a1 1 0 1 0 0 2h11.59l-3.3 3.3a1 1 0 0 0 1.42 1.4l5-5a1 1 0 0 0 0-1.4l-5-5a1 1 0 0 0-1.42 0Zm5.2 21.45v-4.49c.9-.52 1.75-1.16 2.5-1.88v6.37c0 4-3.25 7.25-7.25 7.25H26.4l-10.85 7.66A2.25 2.25 0 0 1 12 41.82V36h-.75C7.25 36 4 32.75 4 28.75v-15.5C4 9.25 7.25 6 11.25 6h12.8c-.5.78-.92 1.62-1.25 2.5H11.25a4.75 4.75 0 0 0-4.75 4.75v15.5a4.75 4.75 0 0 0 4.75 4.75h3.25v7.84l11.1-7.84h11.15a4.75 4.75 0 0 0 4.75-4.75Z"], { flipInRtl: true }));
|
|
19
|
+
exports.CommentArrowRight48Filled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('CommentArrowRight48Filled', "48", ["M46 13a11 11 0 1 1-22 0 11 11 0 0 1 22 0Zm-9.7-5.7a1 1 0 0 0 0 1.4l3.29 3.3H28a1 1 0 1 0 0 2h11.59l-3.3 3.3a1 1 0 0 0 1.42 1.4l5-5a1 1 0 0 0 0-1.4l-5-5a1 1 0 0 0-1.42 0ZM35 26c3.5 0 6.66-1.38 9-3.62v6.37c0 4-3.25 7.25-7.25 7.25H26.4l-10.85 7.66A2.25 2.25 0 0 1 12 41.82V36h-.75C7.25 36 4 32.75 4 28.75v-15.5C4 9.25 7.25 6 11.25 6h12.8A13 13 0 0 0 35 26Z"], { flipInRtl: true }));
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
exports.TextGrammarArrowRight24Filled = exports.TextGrammarArrowRight24Regular = exports.TextGrammarArrowRight20Filled = exports.TextGrammarArrowRight20Regular = exports.TextGrammarArrowRightRegular = exports.TextGrammarArrowRightFilled = void 0;
|
|
5
5
|
const createFluentIcon_1 = require("../../utils/createFluentIcon");
|
|
6
|
-
exports.TextGrammarArrowRightFilled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('TextGrammarArrowRightFilled', "1em", ["
|
|
7
|
-
exports.TextGrammarArrowRightRegular = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('TextGrammarArrowRightRegular', "1em", ["
|
|
8
|
-
exports.TextGrammarArrowRight20Regular = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('TextGrammarArrowRight20Regular', "20", ["
|
|
9
|
-
exports.TextGrammarArrowRight20Filled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('TextGrammarArrowRight20Filled', "20", ["
|
|
10
|
-
exports.TextGrammarArrowRight24Regular = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('TextGrammarArrowRight24Regular', "24", ["
|
|
11
|
-
exports.TextGrammarArrowRight24Filled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('TextGrammarArrowRight24Filled', "24", ["
|
|
6
|
+
exports.TextGrammarArrowRightFilled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('TextGrammarArrowRightFilled', "1em", ["M14.5 10a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9Zm2.35 4.85a.5.5 0 0 0 .15-.35.5.5 0 0 0-.15-.35l-2-2a.5.5 0 0 0-.7.7L15.29 14H12.5a.5.5 0 0 0 0 1h2.8l-1.15 1.15a.5.5 0 0 0 .7.7l2-2ZM18 5.75a.75.75 0 0 0-.75-.75H2.75a.75.75 0 1 0 0 1.5h14.5c.41 0 .75-.34.75-.75Zm0 3a.75.75 0 0 0-.75-.75H2.75a.75.75 0 1 0 0 1.5h9.46a5.48 5.48 0 0 1 4.58 0h.46c.41 0 .75-.34.75-.75ZM9.1 15.5H2.74a.75.75 0 0 1 0-1.5h6.27a5.57 5.57 0 0 0 .07 1.5Zm.27-3H2.75a.75.75 0 0 1 0-1.5h7.5a5.5 5.5 0 0 0-.88 1.5Z"]));
|
|
7
|
+
exports.TextGrammarArrowRightRegular = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('TextGrammarArrowRightRegular', "1em", ["M17.5 5a.5.5 0 0 1 0 1h-15a.5.5 0 0 1 0-1h15Zm0 3a.5.5 0 0 1 0 1h-15a.5.5 0 0 1 0-1h15Zm-7.24 3c-.26.3-.48.64-.66 1H2.5a.5.5 0 0 1 0-1h7.76ZM9 14.5c0 .17 0 .34.02.5H2.5a.5.5 0 0 1 0-1h6.52l-.02.5Zm10 0a4.5 4.5 0 1 0-9 0 4.5 4.5 0 0 0 9 0Zm-4.15 2.35a.5.5 0 0 1-.7-.7L15.29 15H12.5a.5.5 0 0 1 0-1h2.8l-1.15-1.15a.5.5 0 0 1 .7-.7l2 2a.5.5 0 0 1 .15.35.5.5 0 0 1-.14.35l-2 2Z"]));
|
|
8
|
+
exports.TextGrammarArrowRight20Regular = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('TextGrammarArrowRight20Regular', "20", ["M17.5 5a.5.5 0 0 1 0 1h-15a.5.5 0 0 1 0-1h15Zm0 3a.5.5 0 0 1 0 1h-15a.5.5 0 0 1 0-1h15Zm-7.24 3c-.26.3-.48.64-.66 1H2.5a.5.5 0 0 1 0-1h7.76ZM9 14.5c0 .17 0 .34.02.5H2.5a.5.5 0 0 1 0-1h6.52l-.02.5Zm10 0a4.5 4.5 0 1 0-9 0 4.5 4.5 0 0 0 9 0Zm-4.15 2.35a.5.5 0 0 1-.7-.7L15.29 15H12.5a.5.5 0 0 1 0-1h2.8l-1.15-1.15a.5.5 0 0 1 .7-.7l2 2a.5.5 0 0 1 .15.35.5.5 0 0 1-.14.35l-2 2Z"]));
|
|
9
|
+
exports.TextGrammarArrowRight20Filled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('TextGrammarArrowRight20Filled', "20", ["M14.5 10a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9Zm2.35 4.85a.5.5 0 0 0 .15-.35.5.5 0 0 0-.15-.35l-2-2a.5.5 0 0 0-.7.7L15.29 14H12.5a.5.5 0 0 0 0 1h2.8l-1.15 1.15a.5.5 0 0 0 .7.7l2-2ZM18 5.75a.75.75 0 0 0-.75-.75H2.75a.75.75 0 1 0 0 1.5h14.5c.41 0 .75-.34.75-.75Zm0 3a.75.75 0 0 0-.75-.75H2.75a.75.75 0 1 0 0 1.5h9.46a5.48 5.48 0 0 1 4.58 0h.46c.41 0 .75-.34.75-.75ZM9.1 15.5H2.74a.75.75 0 0 1 0-1.5h6.27a5.57 5.57 0 0 0 .07 1.5Zm.27-3H2.75a.75.75 0 0 1 0-1.5h7.5a5.5 5.5 0 0 0-.88 1.5Z"]));
|
|
10
|
+
exports.TextGrammarArrowRight24Regular = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('TextGrammarArrowRight24Regular', "24", ["M2.75 5h18.5a.75.75 0 0 1 .1 1.5H2.75a.75.75 0 0 1-.1-1.5h.1Zm18.5 4H2.65a.75.75 0 0 0 .1 1.5h18.6a.75.75 0 0 0-.1-1.5Zm-18.5 5.5h8.98c.29-.55.65-1.06 1.08-1.5H2.65a.75.75 0 0 0 .1 1.5Zm0 2.5h8.27a6.62 6.62 0 0 0 .06 1.5H2.75a.75.75 0 0 1-.1-1.5h.1Zm9.25.5a5.5 5.5 0 1 0 11 0 5.5 5.5 0 0 0-11 0Zm6.35 2.85-.07.06a.5.5 0 0 1-.64-.06l-.05-.07a.5.5 0 0 1 .05-.63L19.3 18H14.4a.5.5 0 0 1-.41-.5v-.09a.5.5 0 0 1 .5-.41h4.79l-1.65-1.65-.05-.07a.5.5 0 0 1 .76-.63l2.52 2.51.05.07.03.06.03.08.01.09v.1l-.02.1-.02.05-.04.08-.04.05-2.52 2.51Z"]));
|
|
11
|
+
exports.TextGrammarArrowRight24Filled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('TextGrammarArrowRight24Filled', "24", ["M3 5h18a1 1 0 0 1 .12 2H3a1 1 0 0 1-.12-2H3Zm0 6a1 1 0 0 1-.12-2H21a1 1 0 0 1 .12 2H3Zm0 4h8.5a6.5 6.5 0 0 1 1.31-2H2.88A1 1 0 0 0 3 15Zm0 2h8.02a6.62 6.62 0 0 0 .15 2H3a1 1 0 0 1-.12-2H3Zm9 .5a5.5 5.5 0 1 0 11 0 5.5 5.5 0 0 0-11 0Zm6.35 2.85-.07.06a.5.5 0 0 1-.64-.06l-.05-.07a.5.5 0 0 1 .05-.63L19.3 18H14.4a.5.5 0 0 1-.41-.5v-.09a.5.5 0 0 1 .5-.41h4.79l-1.65-1.65-.05-.07a.5.5 0 0 1 .76-.63l2.52 2.51.05.07.03.06.03.08.01.09v.1l-.02.1-.02.05-.04.08-.04.05-2.52 2.51Z"]));
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
exports.TextParagraph24Filled = exports.TextParagraph24Regular = exports.TextParagraph20Filled = exports.TextParagraph20Regular = exports.TextParagraph16Filled = exports.TextParagraph16Regular = exports.TextParagraphRegular = exports.TextParagraphFilled = void 0;
|
|
5
5
|
const createFluentIcon_1 = require("../../utils/createFluentIcon");
|
|
6
|
-
exports.TextParagraphFilled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('TextParagraphFilled', "1em", ["
|
|
7
|
-
exports.TextParagraphRegular = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('TextParagraphRegular', "1em", ["
|
|
8
|
-
exports.TextParagraph16Regular = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('TextParagraph16Regular', "16", ["
|
|
9
|
-
exports.TextParagraph16Filled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('TextParagraph16Filled', "16", ["
|
|
10
|
-
exports.TextParagraph20Regular = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('TextParagraph20Regular', "20", ["
|
|
11
|
-
exports.TextParagraph20Filled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('TextParagraph20Filled', "20", ["
|
|
12
|
-
exports.TextParagraph24Regular = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('TextParagraph24Regular', "24", ["
|
|
13
|
-
exports.TextParagraph24Filled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('TextParagraph24Filled', "24", ["
|
|
6
|
+
exports.TextParagraphFilled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('TextParagraphFilled', "1em", ["M17.25 2c.41 0 .75.34.75.75v2.5A2.75 2.75 0 0 1 15.25 8h-3.8l1.36 1.5a.75.75 0 0 1-1.12 1L9.2 7.75a.75.75 0 0 1 0-1L11.7 4a.75.75 0 0 1 1.12 1l-1.36 1.5h3.8c.69 0 1.25-.56 1.25-1.25v-2.5c0-.41.34-.75.75-.75ZM8.3 9.5a.75.75 0 1 0-1.1 1L8.55 12h-5.8a.75.75 0 0 0 0 1.5h5.8L7.2 15a.75.75 0 0 0 1.1 1l2.5-2.75a.75.75 0 0 0 0-1L8.3 9.5Z"]));
|
|
7
|
+
exports.TextParagraphRegular = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('TextParagraphRegular', "1em", ["M12.15 10.85a.5.5 0 0 0 .7-.7L10.71 8h4.79A2.5 2.5 0 0 0 18 5.5v-3s0-.5-.5-.5-.5.5-.5.5v3c0 .83-.67 1.5-1.5 1.5h-4.8l2.15-2.15a.5.5 0 0 0-.7-.7l-3 3a.5.5 0 0 0 0 .7l3 3Zm-4.3-1.7a.5.5 0 1 0-.7.7L9.29 12H2.5s-.5 0-.5.5.5.5.5.5h6.8l-2.15 2.15a.5.5 0 0 0 .7.7l3-3a.5.5 0 0 0 0-.7l-3-3Z"]));
|
|
8
|
+
exports.TextParagraph16Regular = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('TextParagraph16Regular', "16", ["M13.5 2a.5.5 0 0 0-.5.5V5a1 1 0 0 1-1 1H8.7l1.15-1.15a.5.5 0 0 0-.7-.7l-2 2a.5.5 0 0 0 0 .7l2 2a.5.5 0 1 0 .7-.7L8.71 7H12a2 2 0 0 0 2-2V2.5a.5.5 0 0 0-.5-.5ZM5.65 8.15c.2-.2.5-.2.7 0l2 2c.2.2.2.5 0 .7l-2 2a.5.5 0 0 1-.7-.7L6.79 11H1.5a.5.5 0 0 1 0-1h5.3L5.64 8.85a.5.5 0 0 1 0-.7Z"]));
|
|
9
|
+
exports.TextParagraph16Filled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('TextParagraph16Filled', "16", ["M13.25 2a.75.75 0 0 0-.75.75v2c0 .41-.34.75-.75.75H9.56l.72-.72a.75.75 0 1 0-1.06-1.06l-2 2c-.3.3-.3.77 0 1.06l2 2a.75.75 0 1 0 1.06-1.06L9.56 7h2.19C12.99 7 14 6 14 4.75v-2a.75.75 0 0 0-.75-.75ZM5.72 8.22c.3-.3.77-.3 1.06 0l2 2c.3.3.3.77 0 1.06l-2 2a.75.75 0 0 1-1.06-1.06l.72-.72H1.75a.75.75 0 0 1 0-1.5h4.69l-.72-.72a.75.75 0 0 1 0-1.06Z"]));
|
|
10
|
+
exports.TextParagraph20Regular = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('TextParagraph20Regular', "20", ["M12.15 10.85a.5.5 0 0 0 .7-.7L10.71 8h4.79A2.5 2.5 0 0 0 18 5.5v-3s0-.5-.5-.5-.5.5-.5.5v3c0 .83-.67 1.5-1.5 1.5h-4.8l2.15-2.15a.5.5 0 0 0-.7-.7l-3 3a.5.5 0 0 0 0 .7l3 3Zm-4.3-1.7a.5.5 0 1 0-.7.7L9.29 12H2.5s-.5 0-.5.5.5.5.5.5h6.8l-2.15 2.15a.5.5 0 0 0 .7.7l3-3a.5.5 0 0 0 0-.7l-3-3Z"]));
|
|
11
|
+
exports.TextParagraph20Filled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('TextParagraph20Filled', "20", ["M17.25 2c.41 0 .75.34.75.75v2.5A2.75 2.75 0 0 1 15.25 8h-3.8l1.36 1.5a.75.75 0 0 1-1.12 1L9.2 7.75a.75.75 0 0 1 0-1L11.7 4a.75.75 0 0 1 1.12 1l-1.36 1.5h3.8c.69 0 1.25-.56 1.25-1.25v-2.5c0-.41.34-.75.75-.75ZM8.3 9.5a.75.75 0 1 0-1.1 1L8.55 12h-5.8a.75.75 0 0 0 0 1.5h5.8L7.2 15a.75.75 0 0 0 1.1 1l2.5-2.75a.75.75 0 0 0 0-1L8.3 9.5Z"]));
|
|
12
|
+
exports.TextParagraph24Regular = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('TextParagraph24Regular', "24", ["M21.25 2c.41 0 .75.34.75.75v4a2.75 2.75 0 0 1-2.75 2.75h-5.69l2.72 2.72a.75.75 0 1 1-1.06 1.06l-4-4a.75.75 0 0 1 0-1.06l4-4a.75.75 0 1 1 1.06 1.06L13.56 8h5.69c.69 0 1.25-.56 1.25-1.25v-4c0-.41.34-.75.75-.75ZM7.72 11.22c-.3.3-.3.77 0 1.06L10.44 15H2.75a.75.75 0 0 0 0 1.5h7.69l-2.72 2.72a.75.75 0 1 0 1.06 1.06l4-4c.3-.3.3-.77 0-1.06l-4-4a.75.75 0 0 0-1.06 0Z"]));
|
|
13
|
+
exports.TextParagraph24Filled = ( /*#__PURE__*/createFluentIcon_1.createFluentIcon('TextParagraph24Filled', "24", ["M21 2a1 1 0 0 1 1 1v4a3 3 0 0 1-3 3h-4.59l2.3 2.3a1 1 0 0 1-1.42 1.4l-4-4a1 1 0 0 1 0-1.4l4-4a1 1 0 1 1 1.42 1.4L14.4 8H19a1 1 0 0 0 1-1V3a1 1 0 0 1 1-1ZM7.3 11.3a1 1 0 0 0 0 1.4L9.58 15H3a1 1 0 1 0 0 2h6.59l-2.3 2.3a1 1 0 1 0 1.42 1.4l4-4A1 1 0 0 0 13 16a1 1 0 0 0-.3-.71l-4-4a1 1 0 0 0-1.4 0Z"]));
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { FluentIcon } from './shared';
|
|
2
|
+
/**
|
|
3
|
+
* Base bundleIcon — combines Filled and Regular icon variants.
|
|
4
|
+
*
|
|
5
|
+
* Renders both icons; the inactive variant gets `data-fui-icon-hidden`.
|
|
6
|
+
* The shipped base.css handles visibility via `[data-fui-icon-hidden] { display: none }`.
|
|
7
|
+
*/
|
|
8
|
+
export declare const bundleIcon: (FilledIcon: FluentIcon, RegularIcon: FluentIcon) => FluentIcon;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.bundleIcon = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const React = tslib_1.__importStar(require("react"));
|
|
6
|
+
const shared_1 = require("./shared");
|
|
7
|
+
/**
|
|
8
|
+
* Base bundleIcon — combines Filled and Regular icon variants.
|
|
9
|
+
*
|
|
10
|
+
* Renders both icons; the inactive variant gets `data-fui-icon-hidden`.
|
|
11
|
+
* The shipped base.css handles visibility via `[data-fui-icon-hidden] { display: none }`.
|
|
12
|
+
*/
|
|
13
|
+
const bundleIcon = (FilledIcon, RegularIcon) => {
|
|
14
|
+
const Component = (props) => {
|
|
15
|
+
const { className, filled, ...rest } = props;
|
|
16
|
+
return (React.createElement(React.Fragment, null,
|
|
17
|
+
React.createElement(FilledIcon, Object.assign({}, rest, { className: shared_1.cx(shared_1.iconFilledClassName, className) }, (!filled ? { [shared_1.DATA_FUI_ICON_HIDDEN]: '' } : undefined))),
|
|
18
|
+
React.createElement(RegularIcon, Object.assign({}, rest, { className: shared_1.cx(shared_1.iconRegularClassName, className) }, (filled ? { [shared_1.DATA_FUI_ICON_HIDDEN]: '' } : undefined)))));
|
|
19
|
+
};
|
|
20
|
+
Component.displayName = 'CompoundIcon';
|
|
21
|
+
return Component;
|
|
22
|
+
};
|
|
23
|
+
exports.bundleIcon = bundleIcon;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { FluentIconsProps } from './shared';
|
|
3
|
+
export declare type FluentIcon = React.FC<FluentIconsProps>;
|
|
4
|
+
export declare type CreateFluentIconOptions = {
|
|
5
|
+
flipInRtl?: boolean;
|
|
6
|
+
color?: boolean;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Base createFluentIcon — SVG icon factory without Styles.
|
|
10
|
+
*
|
|
11
|
+
* Returns a React component that renders an SVG icon with:
|
|
12
|
+
* - data-fui-icon attribute for CSS targeting
|
|
13
|
+
* - a11y attributes (aria-hidden, aria-label, role)
|
|
14
|
+
* - RTL flip via data-fui-icon-rtl attribute
|
|
15
|
+
* - HCM forced-color-adjust via CSS attribute selector
|
|
16
|
+
*
|
|
17
|
+
* @access private
|
|
18
|
+
* @alpha
|
|
19
|
+
*/
|
|
20
|
+
export declare const createFluentIcon: (displayName: string, width: string, pathsOrSvg: string[] | string, options?: CreateFluentIconOptions | undefined) => FluentIcon;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.createFluentIcon = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const React = tslib_1.__importStar(require("react"));
|
|
6
|
+
const shared_1 = require("./shared");
|
|
7
|
+
const useIconState_1 = require("./useIconState");
|
|
8
|
+
/**
|
|
9
|
+
* Base createFluentIcon — SVG icon factory without Styles.
|
|
10
|
+
*
|
|
11
|
+
* Returns a React component that renders an SVG icon with:
|
|
12
|
+
* - data-fui-icon attribute for CSS targeting
|
|
13
|
+
* - a11y attributes (aria-hidden, aria-label, role)
|
|
14
|
+
* - RTL flip via data-fui-icon-rtl attribute
|
|
15
|
+
* - HCM forced-color-adjust via CSS attribute selector
|
|
16
|
+
*
|
|
17
|
+
* @access private
|
|
18
|
+
* @alpha
|
|
19
|
+
*/
|
|
20
|
+
const createFluentIcon = (displayName, width, pathsOrSvg, options) => {
|
|
21
|
+
const viewBoxWidth = width === '1em' ? '20' : width;
|
|
22
|
+
const Icon = React.forwardRef((props, ref) => {
|
|
23
|
+
const iconState = useIconState_1.useIconState(props, { flipInRtl: options === null || options === void 0 ? void 0 : options.flipInRtl });
|
|
24
|
+
const state = {
|
|
25
|
+
...iconState,
|
|
26
|
+
className: shared_1.cx(shared_1.iconClassName, iconState.className),
|
|
27
|
+
ref,
|
|
28
|
+
width,
|
|
29
|
+
height: width,
|
|
30
|
+
viewBox: `0 0 ${viewBoxWidth} ${viewBoxWidth}`,
|
|
31
|
+
xmlns: 'http://www.w3.org/2000/svg',
|
|
32
|
+
};
|
|
33
|
+
if (typeof pathsOrSvg === 'string') {
|
|
34
|
+
return React.createElement('svg', { ...state, dangerouslySetInnerHTML: { __html: pathsOrSvg } });
|
|
35
|
+
}
|
|
36
|
+
else {
|
|
37
|
+
return React.createElement('svg', state, ...pathsOrSvg.map((d) => React.createElement('path', { d, fill: state.fill })));
|
|
38
|
+
}
|
|
39
|
+
});
|
|
40
|
+
Icon.displayName = displayName;
|
|
41
|
+
return Icon;
|
|
42
|
+
};
|
|
43
|
+
exports.createFluentIcon = createFluentIcon;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { FluentIcon, CreateFluentIconOptions } from './createFluentIcon';
|
|
2
|
+
export type { FluentIcon, CreateFluentIconOptions } from './createFluentIcon';
|
|
3
|
+
/**
|
|
4
|
+
* Base createFluentIcon for sprite-based icons.
|
|
5
|
+
*
|
|
6
|
+
* @access private
|
|
7
|
+
* @alpha
|
|
8
|
+
*/
|
|
9
|
+
export declare const createFluentIcon: (iconId: string, size: string, spritePath?: string | undefined, options?: CreateFluentIconOptions | undefined) => FluentIcon;
|