ToolJet/plugins/packages/firestore/lib/icon.svg

20 lines
2 KiB
XML
Raw Normal View History

<svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g clip-path="url(#clip0_814_122600)">
<path d="M2.21875 19.3705L2.36359 19.1666L9.23364 6.13056L9.24676 5.99227L6.21534 0.299271C5.95893 -0.180732 5.24877 -0.0555753 5.16346 0.476928L2.21875 19.3705Z" fill="#FFC24A"/>
<path d="M11.4555 10.2982L13.7102 7.99058L11.4555 3.68461C11.2385 3.2768 10.6403 3.2768 10.4299 3.68461L9.22705 5.98572V6.18307L11.4555 10.2982Z" fill="#F4BD62"/>
<path d="M2.21875 19.3705L2.28438 19.3049L2.5211 19.206L11.3168 10.4497L11.4222 10.1473L9.23317 5.96603L2.21875 19.3705Z" fill="#F6820C"/>
<path d="M11.7377 23.788L19.6924 19.3508L17.4181 5.35478C17.3459 4.91415 16.8068 4.74353 16.4979 5.059L2.21875 19.3705L10.1336 23.788C10.6268 24.0707 11.238 24.0707 11.7377 23.788Z" fill="#FDE068"/>
<path d="M19.6265 19.3114L17.3718 5.42696C17.2996 4.9929 16.8524 4.81571 16.5435 5.12462L2.3042 19.3442L10.1272 23.7158C10.6203 23.9919 11.225 23.9919 11.7247 23.7158L19.6265 19.3114Z" fill="#FCCA3F"/>
<path d="M11.7379 23.6568C11.2382 23.9329 10.627 23.9329 10.1273 23.6568L2.27803 19.3049L2.2124 19.3705L10.1273 23.788C10.627 24.0641 11.2382 24.0641 11.7379 23.788L19.6927 19.3508L19.673 19.2327L11.7379 23.6568Z" fill="#EEAB37"/>
<path d="M22.6411 18.4161C22.6411 15.5589 20.3248 13.2426 17.4675 13.2426C14.6102 13.2426 12.2939 15.5589 12.2939 18.4161C12.2939 21.2734 14.6102 23.5897 17.4675 23.5897C20.3248 23.5897 22.6411 21.2734 22.6411 18.4161Z" fill="#757575"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.1323 17.0117L17.433 15.8459L19.7964 17.0117V18.1939L17.433 17.0234L15.1323 18.1939V17.0117Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.1323 19.0245L17.433 17.8592L19.7964 19.0245V20.2067L17.433 19.0363L15.1323 20.2067V19.0245Z" fill="white"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.438 20.1791L18.1092 19.866L19.291 20.4097L17.438 21.2994V20.1791Z" fill="white"/>
Move plugins to root (#1728) * feat: move plugins to root * modify tsconfig * add .gitignore * delete old plugins file * add parcel * docker compose volume mount * add gcs * add typescript to plugins folder * gcs to ts * add dynamodb * add elastic search * add firestore * add gsheets * add graphql * add mongodb * mssql * add mysql * add postgresql * add redis * add s3 * add slack * add stripe * remove plugin related packages from pkgjson * add lib folder * add gitignore * remove typescript generated files * remove generated file * remove generated files * add twilio * add dist to docker compose cache binding * add dist prefix * cleanup - 1 * delete dist * rename to index.ts + add jest config * add it.todo in tests * test fixes * test file changes * fix type checks * add @tooljet/plugins to server package json * esm vs commonjs bug, reduce got to 11.8.2 from 12.0.0 * docker file npm package version fix * add typesense * cleaup - 2 * add sendgrid * add lerna build and clean script for all packages + tsconfig * cleanup -3 * add plugins build step * add missing plugins build step in npm run build * add mssql, mysql & postgres as singleton classes * add db connection to cache only if datasourceId is available * client: add data source schema/manifest files * add query operations files * logic for wrapping form with schema * add script to create index file * add @tooljet/plugins to frontend folder * cleanup 1 -frontend * cleanup - 2 // frontend // data queries * add client and index to gitignore * update gitignore * fix lint & test * update ci * fix unit, e2e * cleanup -3 * fix test * fix tests * fix indent * try npm ci * fix tests * fix typo * fix * rename file for server entry * heroku fix * add main and types entry points in pkg json * move common to root * cleanup - 4: remove redundant $ sign prefix * cleanup - 4: remove redundant $ sign prefix * update options in-sync before DOM is painted * change type cloud to cloud storage * update readme * update ci.yml * update ci yml * add pkg-lock.json * rename index.ts to server.ts * update lock files * add server package.lock * remove unused import * revert commit: add minio * add root dep * import server.ts * remove plugins build step * add npm shrinkwrap * update version - plugins * add new version - 0.0.8 * upgrade version * move to symlinked package * add lock file * feat: add icon inside package * add plugin creation docs * Remove seed * move icons to plugins folder * install pg dep * add react to packages * add seed cmd * revert change * add plugins build in lint, e2e, unit * e2e, lint use npm ci * update dockerfile for plugins * try combining release with web * limit memory on release * try executing seed script post transpile * try executing seed from server directory * update seed execution * add minio * add correct type * add minio to pkg json * remove old file * fix provider key * add python installable + npm ^7.2.0 (#1752) * add python installable + npm ^7.2.0 * add py to prod file * pin npm version to 7.20.0 * pin npm version to 7.20.0 * split into multi stage build and remove python for buildx * copy plugins from buider stage * update dependencies * add freetds dependency * update server dockerfile * update client dockerfile * update dev dockerfile and compose file * fix entrypoint * fix server dev dockerfile * update docker-compose * remove npm install on root dir on docker build * fix heroku script * make lerna prod dependency to enable prod builds * remove redundant env setup Co-authored-by: Akshay Sasidharan <[email protected]> Co-authored-by: navaneeth <[email protected]>
2022-01-17 07:08:17 +00:00
</g>
<defs>
<clipPath id="clip0_814_122600">
<rect width="24" height="24" fill="white"/>
</clipPath>
</defs>
Move plugins to root (#1728) * feat: move plugins to root * modify tsconfig * add .gitignore * delete old plugins file * add parcel * docker compose volume mount * add gcs * add typescript to plugins folder * gcs to ts * add dynamodb * add elastic search * add firestore * add gsheets * add graphql * add mongodb * mssql * add mysql * add postgresql * add redis * add s3 * add slack * add stripe * remove plugin related packages from pkgjson * add lib folder * add gitignore * remove typescript generated files * remove generated file * remove generated files * add twilio * add dist to docker compose cache binding * add dist prefix * cleanup - 1 * delete dist * rename to index.ts + add jest config * add it.todo in tests * test fixes * test file changes * fix type checks * add @tooljet/plugins to server package json * esm vs commonjs bug, reduce got to 11.8.2 from 12.0.0 * docker file npm package version fix * add typesense * cleaup - 2 * add sendgrid * add lerna build and clean script for all packages + tsconfig * cleanup -3 * add plugins build step * add missing plugins build step in npm run build * add mssql, mysql & postgres as singleton classes * add db connection to cache only if datasourceId is available * client: add data source schema/manifest files * add query operations files * logic for wrapping form with schema * add script to create index file * add @tooljet/plugins to frontend folder * cleanup 1 -frontend * cleanup - 2 // frontend // data queries * add client and index to gitignore * update gitignore * fix lint & test * update ci * fix unit, e2e * cleanup -3 * fix test * fix tests * fix indent * try npm ci * fix tests * fix typo * fix * rename file for server entry * heroku fix * add main and types entry points in pkg json * move common to root * cleanup - 4: remove redundant $ sign prefix * cleanup - 4: remove redundant $ sign prefix * update options in-sync before DOM is painted * change type cloud to cloud storage * update readme * update ci.yml * update ci yml * add pkg-lock.json * rename index.ts to server.ts * update lock files * add server package.lock * remove unused import * revert commit: add minio * add root dep * import server.ts * remove plugins build step * add npm shrinkwrap * update version - plugins * add new version - 0.0.8 * upgrade version * move to symlinked package * add lock file * feat: add icon inside package * add plugin creation docs * Remove seed * move icons to plugins folder * install pg dep * add react to packages * add seed cmd * revert change * add plugins build in lint, e2e, unit * e2e, lint use npm ci * update dockerfile for plugins * try combining release with web * limit memory on release * try executing seed script post transpile * try executing seed from server directory * update seed execution * add minio * add correct type * add minio to pkg json * remove old file * fix provider key * add python installable + npm ^7.2.0 (#1752) * add python installable + npm ^7.2.0 * add py to prod file * pin npm version to 7.20.0 * pin npm version to 7.20.0 * split into multi stage build and remove python for buildx * copy plugins from buider stage * update dependencies * add freetds dependency * update server dockerfile * update client dockerfile * update dev dockerfile and compose file * fix entrypoint * fix server dev dockerfile * update docker-compose * remove npm install on root dir on docker build * fix heroku script * make lerna prod dependency to enable prod builds * remove redundant env setup Co-authored-by: Akshay Sasidharan <[email protected]> Co-authored-by: navaneeth <[email protected]>
2022-01-17 07:08:17 +00:00
</svg>