ToolJet/frontend/assets/images/icons/widgets/downstatistics.jsx

13 lines
1.4 KiB
React
Raw Normal View History

Feat :: Editor UI revamp (#7275) * temp commit :: editor redesign * fix :: components panel ui * style updates * fix :: arrangement widget list * fix :: light mode widget list * style fixes query manager * updates * updates heaer styles * global settings fix * left sidebar states and icon change * cleanup * minor fixes :: review * fix opacity mode toggle * detailing in hover states , bugfixes * fix :: coloring whole app , debugger ui * cleanup * fix :: revert some changes , fix statistics widget * feat :: navbar with new layout * fix :: lint warnings * cleanup * cleanup * minor fixes * fix :: reusing serchbox * removed unwanted prop * Revert "cleanup" This reverts commit b18abe19fbd82246611153634c79934ad9012101. * fix :: icons sidebar * fix :: padding searchbar * style fix * radix :: dark theme for portals * fix :: icon styles * fix :: all codehinter styles * update :: base bg color app * fix :: viewer color * minor fixes :: icon left sidebar * typo * fix :: styling save message header * icon :: fix for layout and inspector queries * fix :: canvas and editor bg * fix :: release btn style * fix :: navbar border * undo redo tooltip * fix :: page input * remove released btn icon * fix :: for icon not loading proper in inspector * fix :: dark mode toggle icon size * fix :: share app ui * fix :: style fixes , inspector runpy icon * fix :: ui runpy codehinter * fix :: inputs in gds connection * cleanup * fix :: copilot codehinter ui * fix :: share modal button * fix :: canvas bg text * style fix debugger * fix :: whole dahsboard layout and border for all codehinters * fix :: icon fills * fix :: icon fill color sidebar * darkmode fill color * minor style fix * Widget inspector redesign (#7355) * Setup Storybook * Update storybook config * Add tab and toggle group component * Created list component * Properties tab * update codehinter dropdown components * Refactor styling * Inspector header changes * Fix es lint issue * Fix * feat :: styling color picker styles panel * Fix color picker alignment * feat :: remove alpha * Fix UI bugs * fix :: color picker * Ui fix * Backward compatible pagination changes * fix * Feedback changes * UI feedback * Check fix * Fix * fix :: canvas bg popover * Styles fix * Fix conflct issues * minor style fix style tab * Fix * review comments fix :: hovering in color picker * Code review and design feedback * UI feedback * Fix UI styles * Fix pagination issue * fix :: dark mode issues in select , number input * fix :: remove extra boreder * fix :: table column popover ui and component popover inspector * fix :: datepickre input table column * fix :: colopicker in table column inspector * fix :: link column type ui in table * fix :: column delete ui and delete not triggering * Fix list item not dragging * fix :: closing of popover on link column select * style fix table popover * Pass dark mode to Event manager button * fix :: ux event manager * cleanup * cleanup * fix :: delete page modal ui --------- Co-authored-by: stepinfwd <stepinfwd@gmail.com> * style fixes --------- Co-authored-by: Nakul Nagargade <133095394+nakulnagargade@users.noreply.github.com>
2023-09-04 08:00:39 +00:00
import React from 'react';
const Downstatistics = () => (
<svg width="16" height="12" viewBox="0 0 16 12" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M9.78199 11.3232C9.66186 11.2031 9.59438 11.0401 9.59438 10.8702C9.59438 10.7004 9.66186 10.5374 9.78199 10.4173C9.90212 10.2972 10.0651 10.2297 10.2349 10.2297H14.0079L9.54698 4.77721L6.20452 8.12095C6.13902 8.18638 6.06011 8.23684 5.97322 8.26885C5.88634 8.30085 5.79356 8.31364 5.70126 8.30634C5.60896 8.29903 5.51934 8.2718 5.43857 8.22653C5.35781 8.18125 5.28782 8.119 5.23343 8.04408L0.108928 0.997891C0.0164671 0.860327 -0.0190707 0.692278 0.00978223 0.529059C0.0386352 0.36584 0.129633 0.220159 0.263652 0.12263C0.397671 0.025101 0.564277 -0.0166822 0.728459 0.00606107C0.892641 0.0288043 1.04162 0.114303 1.14408 0.24459L5.82787 6.6848L9.14214 3.37053C9.20542 3.30737 9.28122 3.25815 9.36467 3.22605C9.44812 3.19394 9.53736 3.17966 9.62666 3.18413C9.71596 3.18859 9.80333 3.2117 9.88316 3.25197C9.96299 3.29224 10.0335 3.34877 10.0902 3.41794L14.7189 9.07666V5.74574C14.7189 5.57585 14.7864 5.41292 14.9065 5.29279C15.0266 5.17267 15.1895 5.10518 15.3594 5.10518C15.5293 5.10518 15.6923 5.17267 15.8124 5.29279C15.9325 5.41292 16 5.57585 16 5.74574V10.8702C16 11.0401 15.9325 11.2031 15.8124 11.3232C15.6923 11.4433 15.5293 11.5108 15.3594 11.5108H10.2349C10.0651 11.5108 9.90212 11.4433 9.78199 11.3232Z"
fill="#EE2C4D"
/>
</svg>
);
export default Downstatistics;