@@ -2666,15 +2666,25 @@ export { IconHourglass } from './svg/hourglass';
26662666export { IconHours12 } from './svg/hours-12' ;
26672667export { IconHours24 } from './svg/hours-24' ;
26682668export { IconHtml } from './svg/html' ;
2669+ export { IconHttpConnectOff } from './svg/http-connect-off' ;
26692670export { IconHttpConnect } from './svg/http-connect' ;
2671+ export { IconHttpDeleteOff } from './svg/http-delete-off' ;
26702672export { IconHttpDelete } from './svg/http-delete' ;
2673+ export { IconHttpGetOff } from './svg/http-get-off' ;
26712674export { IconHttpGet } from './svg/http-get' ;
2675+ export { IconHttpHeadOff } from './svg/http-head-off' ;
26722676export { IconHttpHead } from './svg/http-head' ;
2677+ export { IconHttpOptionsOff } from './svg/http-options-off' ;
26732678export { IconHttpOptions } from './svg/http-options' ;
2679+ export { IconHttpPatchOff } from './svg/http-patch-off' ;
26742680export { IconHttpPatch } from './svg/http-patch' ;
2681+ export { IconHttpPostOff } from './svg/http-post-off' ;
26752682export { IconHttpPost } from './svg/http-post' ;
2683+ export { IconHttpPutOff } from './svg/http-put-off' ;
26762684export { IconHttpPut } from './svg/http-put' ;
2685+ export { IconHttpQueOff } from './svg/http-que-off' ;
26772686export { IconHttpQue } from './svg/http-que' ;
2687+ export { IconHttpTraceOff } from './svg/http-trace-off' ;
26782688export { IconHttpTrace } from './svg/http-trace' ;
26792689export { IconIceCream2 } from './svg/ice-cream-2' ;
26802690export { IconIceCreamOff } from './svg/ice-cream-off' ;
@@ -5173,6 +5183,10 @@ export { IconCircleChevronDownFilled } from './svg/circle-chevron-down-filled';
51735183export { IconCircleChevronLeftFilled } from './svg/circle-chevron-left-filled' ;
51745184export { IconCircleChevronRightFilled } from './svg/circle-chevron-right-filled' ;
51755185export { IconCircleChevronUpFilled } from './svg/circle-chevron-up-filled' ;
5186+ export { IconCircleChevronsDownFilled } from './svg/circle-chevrons-down-filled' ;
5187+ export { IconCircleChevronsLeftFilled } from './svg/circle-chevrons-left-filled' ;
5188+ export { IconCircleChevronsRightFilled } from './svg/circle-chevrons-right-filled' ;
5189+ export { IconCircleChevronsUpFilled } from './svg/circle-chevrons-up-filled' ;
51765190export { IconCircleDotFilled } from './svg/circle-dot-filled' ;
51775191export { IconCircleKeyFilled } from './svg/circle-key-filled' ;
51785192export { IconCircleLetterAFilled } from './svg/circle-letter-a-filled' ;
@@ -5218,6 +5232,10 @@ export { IconCircleXFilled } from './svg/circle-x-filled';
52185232export { IconCircleFilled } from './svg/circle-filled' ;
52195233export { IconCirclesFilled } from './svg/circles-filled' ;
52205234export { IconClipboardCheckFilled } from './svg/clipboard-check-filled' ;
5235+ export { IconClipboardDataFilled } from './svg/clipboard-data-filled' ;
5236+ export { IconClipboardListFilled } from './svg/clipboard-list-filled' ;
5237+ export { IconClipboardTextFilled } from './svg/clipboard-text-filled' ;
5238+ export { IconClipboardTypographyFilled } from './svg/clipboard-typography-filled' ;
52215239export { IconClipboardXFilled } from './svg/clipboard-x-filled' ;
52225240export { IconClipboardFilled } from './svg/clipboard-filled' ;
52235241export { IconClockHour1Filled } from './svg/clock-hour-1-filled' ;
0 commit comments