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

26 lines
2.7 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 Svgimage = ({ fill = '#D7DBDF', width = 24, className = '', viewBox = '0 0 49 48' }) => (
<svg
width={width}
height={width}
viewBox={viewBox}
fill="none"
xmlns="http://www.w3.org/2000/svg"
className={className}
>
<path
fill={fill}
fillRule="evenodd"
d="M10.939 2a4.715 4.715 0 00-4.715 4.715v34.57A4.715 4.715 0 0010.94 46h27.9a4.715 4.715 0 004.714-4.715V16.14a7.408 7.408 0 00-2.163-5.232l-6.58-6.726-.013-.012A7.409 7.409 0 0029.56 2h-18.62z"
clipRule="evenodd"
></path>
<path
fill="#3E63DD"
d="M17.989 32.159c-.479 0-.845-.422-1.202-.741a1.21 1.21 0 00-.086-.07c-.262-.193-.617-.29-1.065-.29-.305 0-.563.044-.772.13-.21.084-.371.2-.484.35a.84.84 0 00-.163.509.726.726 0 00.099.414c.075.117.177.22.306.306.13.083.279.157.449.22.17.06.35.112.543.155l.794.19a5.6 5.6 0 011.061.345c.322.144.601.32.837.53.236.21.418.458.548.742.132.285.2.612.202.98-.003.54-.14 1.009-.414 1.406-.27.394-.661.7-1.173.919-.509.215-1.123.323-1.842.323-.713 0-1.334-.11-1.863-.328-.527-.218-.938-.542-1.234-.97a2.501 2.501 0 01-.32-.67c-.153-.495.285-.93.803-.93h.067c.448 0 .78.384 1.05.741.153.196.355.344.608.445.257.097.546.146.867.146.317 0 .591-.046.824-.138.236-.092.419-.22.548-.384a.887.887 0 00.194-.565.734.734 0 00-.177-.5 1.34 1.34 0 00-.509-.345 5.17 5.17 0 00-.815-.259l-.962-.242c-.745-.18-1.332-.464-1.764-.85-.431-.385-.646-.904-.643-1.556-.002-.535.14-1.003.428-1.402.29-.4.688-.712 1.194-.936.506-.225 1.082-.337 1.726-.337.655 0 1.228.112 1.716.337.492.224.875.536 1.148.936.1.146.182.3.246.464.192.484-.25.925-.77.925zM21.198 29.618c.423 0 .798.274.926.677l1.907 5.996a.056.056 0 00.107 0l1.912-5.997a.97.97 0 111.842.61l-2.21 6.41a1.688 1.688 0 01-3.191 0l-2.212-6.407a.972.972 0 01.919-1.289zM35.373 32.474c-.364 0-.665-.256-.87-.557a1.721 1.721 0 00-.936-.677 2.26 2.26 0 00-.66-.09c-.45 0-.847.112-1.19.336-.339.224-.604.55-.793.979-.19.425-.285.946-.285 1.561 0 .616.094 1.14.28 1.57.187.432.452.761.794.988.342.225.746.337 1.212.337.423 0 .784-.075 1.083-.225.302-.152.532-.366.69-.642.157-.269.237-.585.241-.95 0-.015.015-.027.03-.025.032.005.029.052-.003.052h-1.769a.156.156 0 01-.155-.156v-.547c0-.389.314-.703.703-.703h1.88c.615 0 1.113.498 1.113 1.112 0 .777-.164 1.444-.491 2.002-.328.555-.78.983-1.355 1.285-.575.3-1.234.449-1.975.449-.829 0-1.556-.183-2.183-.548a3.802 3.802 0 01-1.467-1.566c-.348-.678-.522-1.484-.522-2.415 0-.716.104-1.355.311-1.915.21-.564.503-1.041.88-1.433a3.802 3.802 0 011.316-.893 4.262 4.262 0 011.626-.306c.5 0 .966.074 1.397.22.432.144.814.348 1.148.613a3.317 3.317 0 01.887 1.057c.285.535-.194 1.087-.8 1.087h-.137z"
></path>
</svg>
);
export default Svgimage;