@conveyorhq/arrow-ds 1.218.0 → 1.219.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/package.json +1 -1
- package/public/components/Icon/Icon.d.ts +1 -0
- package/public/components/Icon/Icon.js +2 -0
- package/public/components/Icon/svg/BrandDrata.d.ts +3 -0
- package/public/components/Icon/svg/BrandDrata.js +14 -0
- package/public/components/Icon/svg/index.d.ts +1 -0
- package/public/components/Icon/svg/index.js +1 -0
- package/public/components/IntegrationLogo/IntegrationLogo.d.ts +1 -1
- package/public/components/IntegrationLogo/IntegrationLogo.js +1 -0
- package/public/components/IntegrationLogo/IntegrationLogoSvg.js +2 -0
- package/public/components/IntegrationLogo/svg/drata.d.ts +3 -0
- package/public/components/IntegrationLogo/svg/drata.js +23 -0
- package/public/components/IntegrationLogo/svg/index.d.ts +1 -0
- package/public/components/IntegrationLogo/svg/index.js +3 -1
- package/src/components/Icon/Icon.tsx +3 -0
- package/src/components/Icon/svg/BrandDrata.tsx +17 -0
- package/src/components/Icon/svg/index.ts +1 -0
- package/src/components/IntegrationLogo/IntegrationLogo.stories.mdx +1 -0
- package/src/components/IntegrationLogo/IntegrationLogo.tsx +1 -0
- package/src/components/IntegrationLogo/IntegrationLogoSvg.tsx +3 -0
- package/src/components/IntegrationLogo/svg/drata.tsx +52 -0
- package/src/components/IntegrationLogo/svg/index.ts +1 -0
package/package.json
CHANGED
|
@@ -8,6 +8,7 @@ export declare enum CUSTOM_ICON_TYPE {
|
|
|
8
8
|
AUTOMATION = "automation",
|
|
9
9
|
BADGE_CHECK = "badge-check",
|
|
10
10
|
BRAND_CONFLUENCE = "brand-confluence",
|
|
11
|
+
BRAND_DRATA = "brand-drata",
|
|
11
12
|
BRAND_FRONT = "brand-front",
|
|
12
13
|
BRAND_GOOGLE_DRIVE = "brand-google-drive",
|
|
13
14
|
BRAND_JIRA = "brand-jira",
|
|
@@ -265,6 +265,7 @@ var CUSTOM_ICON_TYPE;
|
|
|
265
265
|
CUSTOM_ICON_TYPE["AUTOMATION"] = "automation";
|
|
266
266
|
CUSTOM_ICON_TYPE["BADGE_CHECK"] = "badge-check";
|
|
267
267
|
CUSTOM_ICON_TYPE["BRAND_CONFLUENCE"] = "brand-confluence";
|
|
268
|
+
CUSTOM_ICON_TYPE["BRAND_DRATA"] = "brand-drata";
|
|
268
269
|
CUSTOM_ICON_TYPE["BRAND_FRONT"] = "brand-front";
|
|
269
270
|
CUSTOM_ICON_TYPE["BRAND_GOOGLE_DRIVE"] = "brand-google-drive";
|
|
270
271
|
CUSTOM_ICON_TYPE["BRAND_JIRA"] = "brand-jira";
|
|
@@ -299,6 +300,7 @@ const CustomIcons = {
|
|
|
299
300
|
[CUSTOM_ICON_TYPE.AUTOMATION]: svg_1.Automation,
|
|
300
301
|
[CUSTOM_ICON_TYPE.BADGE_CHECK]: svg_1.BadgeCheck,
|
|
301
302
|
[CUSTOM_ICON_TYPE.BRAND_CONFLUENCE]: svg_1.BrandConfluenceIcon,
|
|
303
|
+
[CUSTOM_ICON_TYPE.BRAND_DRATA]: svg_1.BrandDrata,
|
|
302
304
|
[CUSTOM_ICON_TYPE.BRAND_FRONT]: svg_1.BrandFront,
|
|
303
305
|
[CUSTOM_ICON_TYPE.BRAND_GOOGLE_DRIVE]: svg_1.BrandGoogleDriveIcon,
|
|
304
306
|
[CUSTOM_ICON_TYPE.BRAND_JIRA]: svg_1.BrandJira,
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.BrandDrata = void 0;
|
|
7
|
+
const react_1 = __importDefault(require("react"));
|
|
8
|
+
const Svg_1 = require("../../Svg");
|
|
9
|
+
const BrandDrata = (props) => {
|
|
10
|
+
return (react_1.default.createElement(Svg_1.Svg, { width: "43", height: "32", viewBox: "0 0 43 32", fill: "none", ...props },
|
|
11
|
+
react_1.default.createElement("path", { fill: "currentColor", d: "M10.795 31.991l13.41 0.007c10.977 0.006 18.904-6.27 18.91-15.985s-7.916-16.006-18.892-16.012l-13.41-0.007v0.071c0.072-0.071 8.496 7.699 8.496 7.699l4.53 0.002c6.114 0.004 10.893 2.381 10.89 8.245s-4.785 8.236-10.899 8.233l-4.535-0.002-8.5 7.75z" }),
|
|
12
|
+
react_1.default.createElement("path", { fill: "currentColor", d: "M10.789 8.408c2.188 3.279 5.138 5.554 8.79 6.89l1.991 0.69-1.991 0.687c-3.654 1.331-6.438 3.604-8.797 6.88-2.188-3.279-5.138-5.554-8.79-6.89l-1.991-0.689 1.991-0.687c3.654-1.331 6.606-3.604 8.797-6.881z" })));
|
|
13
|
+
};
|
|
14
|
+
exports.BrandDrata = BrandDrata;
|
|
@@ -4,6 +4,7 @@ export * from "./ArrowToRight";
|
|
|
4
4
|
export * from "./Automation";
|
|
5
5
|
export * from "./BadgeCheck";
|
|
6
6
|
export * from "./BrandConfluenceIcon";
|
|
7
|
+
export * from "./BrandDrata";
|
|
7
8
|
export * from "./BrandFront";
|
|
8
9
|
export * from "./BrandGoogleDriveIcon";
|
|
9
10
|
export * from "./BrandJira";
|
|
@@ -20,6 +20,7 @@ __exportStar(require("./ArrowToRight"), exports);
|
|
|
20
20
|
__exportStar(require("./Automation"), exports);
|
|
21
21
|
__exportStar(require("./BadgeCheck"), exports);
|
|
22
22
|
__exportStar(require("./BrandConfluenceIcon"), exports);
|
|
23
|
+
__exportStar(require("./BrandDrata"), exports);
|
|
23
24
|
__exportStar(require("./BrandFront"), exports);
|
|
24
25
|
__exportStar(require("./BrandGoogleDriveIcon"), exports);
|
|
25
26
|
__exportStar(require("./BrandJira"), exports);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { SvgProps } from "../Svg";
|
|
3
|
-
export declare const integrationLogoNames: readonly ["addigy", "aws", "bamboohr", "bitbucket", "confluence", "conveyor", "deploy", "docusign", "events-api", "front", "gcp", "github", "gitlab", "google_drive", "gsuite", "hubspot", "jamf", "jira", "jumpcloud", "microsoft_teams", "notion", "okta", "onelogin", "service_now", "salesforce", "slack", "zendesk", "zoom"];
|
|
3
|
+
export declare const integrationLogoNames: readonly ["addigy", "aws", "bamboohr", "bitbucket", "confluence", "conveyor", "deploy", "docusign", "drata", "events-api", "front", "gcp", "github", "gitlab", "google_drive", "gsuite", "hubspot", "jamf", "jira", "jumpcloud", "microsoft_teams", "notion", "okta", "onelogin", "service_now", "salesforce", "slack", "zendesk", "zoom"];
|
|
4
4
|
export type IntegrationLogoName = typeof integrationLogoNames[number];
|
|
5
5
|
export interface IntegrationLogoProps extends SvgProps {
|
|
6
6
|
logo?: IntegrationLogoName | string;
|
|
@@ -23,6 +23,8 @@ const IntegrationLogoSvg = ({ logo, ...rest }) => {
|
|
|
23
23
|
return react_1.default.createElement(svg_1.DeploySvg, { ...rest });
|
|
24
24
|
case "docusign":
|
|
25
25
|
return react_1.default.createElement(svg_1.DocuSignSvg, { ...rest });
|
|
26
|
+
case "drata":
|
|
27
|
+
return react_1.default.createElement(svg_1.DrataSvg, { ...rest });
|
|
26
28
|
case "events-api":
|
|
27
29
|
return react_1.default.createElement(svg_1.EventsAPI, { ...rest });
|
|
28
30
|
case "front":
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.DrataSvg = void 0;
|
|
7
|
+
const react_1 = __importDefault(require("react"));
|
|
8
|
+
const wrapper_1 = require("./wrapper");
|
|
9
|
+
const DrataSvg = ({ color = "#002536", square, ...rest }) => {
|
|
10
|
+
const viewBox = square ? "0 0 43 32" : "0 0 185 32";
|
|
11
|
+
const path = square ? (react_1.default.createElement(react_1.default.Fragment, null,
|
|
12
|
+
react_1.default.createElement("path", { fill: color, d: "M10.795 31.991l13.41 0.007c10.977 0.006 18.904-6.27 18.91-15.985s-7.916-16.006-18.892-16.012l-13.41-0.007v0.071c0.072-0.071 8.496 7.699 8.496 7.699l4.53 0.002c6.114 0.004 10.893 2.381 10.89 8.245s-4.785 8.236-10.899 8.233l-4.535-0.002-8.5 7.75z" }),
|
|
13
|
+
react_1.default.createElement("path", { fill: color, d: "M10.789 8.408c2.188 3.279 5.138 5.554 8.79 6.89l1.991 0.69-1.991 0.687c-3.654 1.331-6.438 3.604-8.797 6.88-2.188-3.279-5.138-5.554-8.79-6.89l-1.991-0.689 1.991-0.687c3.654-1.331 6.606-3.604 8.797-6.881z" }))) : (react_1.default.createElement(react_1.default.Fragment, null,
|
|
14
|
+
react_1.default.createElement("path", { fill: color, d: "M17.8 0h-17.8v32h17.8c11.354 0 18.687-6.28 18.687-15.997s-7.335-16.003-18.687-16.003zM17.408 25.658h-9.58v-19.314h9.58c6.323 0 10.405 3.792 10.405 9.655s-4.082 9.655-10.405 9.655v0z" }),
|
|
15
|
+
react_1.default.createElement("path", { fill: color, d: "M69.307 21.643c4.202-1.945 6.422-5.385 6.422-9.951 0-7.21-5.649-11.691-14.743-11.691h-19.26v32h8.177v-8.805h10.7l6.263 8.805h9.018l-7.201-10.070 0.62-0.285h0.005zM60.393 17.092h-10.488v-10.841h10.488c4.292 0 6.659 1.931 6.659 5.442s-2.427 5.398-6.659 5.398z" }),
|
|
16
|
+
react_1.default.createElement("path", { fill: color, d: "M151.557 0h-38.676l2.467 6.298h12.605v25.701h8.582v-25.701h12.554l2.467-6.298h0.002z" }),
|
|
17
|
+
react_1.default.createElement("path", { fill: color, d: "M93.448 0l-13.888 32h8.653l1.714-4.566c6.525-1.927 11.059-2.066 17.478 0.214l1.626 4.352h8.85l-13.945-32h-10.485zM92.165 21.212l6.032-14.388h0.848l6.087 14.527c-4.421-1.752-8.543-1.89-12.967-0.139z" }),
|
|
18
|
+
react_1.default.createElement("path", { fill: color, d: "M160.683 0l-13.888 32h8.653l1.714-4.566c6.525-1.927 11.059-2.066 17.478 0.214l1.626 4.352h8.85l-13.947-32h-10.485zM159.398 21.212l6.032-14.388h0.848l6.087 14.527c-4.421-1.752-8.543-1.89-12.967-0.139z" })));
|
|
19
|
+
return (react_1.default.createElement(wrapper_1.IntegrationLogoSvgWrapper, { viewBox: viewBox, ...rest },
|
|
20
|
+
react_1.default.createElement("title", null, "Drata integration logo"),
|
|
21
|
+
path));
|
|
22
|
+
};
|
|
23
|
+
exports.DrataSvg = DrataSvg;
|
|
@@ -7,6 +7,7 @@ export { ConfluenceSvg } from "./confluence";
|
|
|
7
7
|
export { DefaultSvg } from "./default";
|
|
8
8
|
export { DeploySvg } from "./deploy";
|
|
9
9
|
export { DocuSignSvg } from "./docusign";
|
|
10
|
+
export { DrataSvg } from "./drata";
|
|
10
11
|
export { EventsAPI } from "./events-api";
|
|
11
12
|
export { FrontSvg } from "./front";
|
|
12
13
|
export { GcpSvg } from "./gcp";
|
|
@@ -14,7 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.ZoomSvg = exports.ZendeskSvg = exports.SlackSvg = exports.SalesforceSvg = exports.ServiceNowSvg = exports.OneLoginSvg = exports.OktaSvg = exports.NotionSvg = exports.MicrosoftTeamsSvg = exports.JumpcloudSvg = exports.JiraSvg = exports.JamfSvg = exports.HubspotSvg = exports.GsuiteSvg = exports.GoogleDriveSvg = exports.GitlabSvg = exports.GithubSvg = exports.GcpSvg = exports.FrontSvg = exports.EventsAPI = exports.DocuSignSvg = exports.DeploySvg = exports.DefaultSvg = exports.ConfluenceSvg = exports.ConveyorSvg = exports.BitbucketSvg = exports.BambooHrSvg = exports.AwsSvg = exports.AddigySvg = void 0;
|
|
17
|
+
exports.ZoomSvg = exports.ZendeskSvg = exports.SlackSvg = exports.SalesforceSvg = exports.ServiceNowSvg = exports.OneLoginSvg = exports.OktaSvg = exports.NotionSvg = exports.MicrosoftTeamsSvg = exports.JumpcloudSvg = exports.JiraSvg = exports.JamfSvg = exports.HubspotSvg = exports.GsuiteSvg = exports.GoogleDriveSvg = exports.GitlabSvg = exports.GithubSvg = exports.GcpSvg = exports.FrontSvg = exports.EventsAPI = exports.DrataSvg = exports.DocuSignSvg = exports.DeploySvg = exports.DefaultSvg = exports.ConfluenceSvg = exports.ConveyorSvg = exports.BitbucketSvg = exports.BambooHrSvg = exports.AwsSvg = exports.AddigySvg = void 0;
|
|
18
18
|
var addigy_1 = require("./addigy");
|
|
19
19
|
Object.defineProperty(exports, "AddigySvg", { enumerable: true, get: function () { return addigy_1.AddigySvg; } });
|
|
20
20
|
var aws_1 = require("./aws");
|
|
@@ -33,6 +33,8 @@ var deploy_1 = require("./deploy");
|
|
|
33
33
|
Object.defineProperty(exports, "DeploySvg", { enumerable: true, get: function () { return deploy_1.DeploySvg; } });
|
|
34
34
|
var docusign_1 = require("./docusign");
|
|
35
35
|
Object.defineProperty(exports, "DocuSignSvg", { enumerable: true, get: function () { return docusign_1.DocuSignSvg; } });
|
|
36
|
+
var drata_1 = require("./drata");
|
|
37
|
+
Object.defineProperty(exports, "DrataSvg", { enumerable: true, get: function () { return drata_1.DrataSvg; } });
|
|
36
38
|
var events_api_1 = require("./events-api");
|
|
37
39
|
Object.defineProperty(exports, "EventsAPI", { enumerable: true, get: function () { return events_api_1.EventsAPI; } });
|
|
38
40
|
var front_1 = require("./front");
|
|
@@ -235,6 +235,7 @@ import {
|
|
|
235
235
|
Automation,
|
|
236
236
|
BadgeCheck,
|
|
237
237
|
BrandConfluenceIcon,
|
|
238
|
+
BrandDrata,
|
|
238
239
|
BrandFront,
|
|
239
240
|
BrandGoogleDriveIcon,
|
|
240
241
|
BrandJira,
|
|
@@ -500,6 +501,7 @@ export enum CUSTOM_ICON_TYPE {
|
|
|
500
501
|
AUTOMATION = "automation",
|
|
501
502
|
BADGE_CHECK = "badge-check",
|
|
502
503
|
BRAND_CONFLUENCE = "brand-confluence",
|
|
504
|
+
BRAND_DRATA = "brand-drata",
|
|
503
505
|
BRAND_FRONT = "brand-front",
|
|
504
506
|
BRAND_GOOGLE_DRIVE = "brand-google-drive",
|
|
505
507
|
BRAND_JIRA = "brand-jira",
|
|
@@ -539,6 +541,7 @@ const CustomIcons: CustomIconPaths = {
|
|
|
539
541
|
[CUSTOM_ICON_TYPE.AUTOMATION]: Automation,
|
|
540
542
|
[CUSTOM_ICON_TYPE.BADGE_CHECK]: BadgeCheck,
|
|
541
543
|
[CUSTOM_ICON_TYPE.BRAND_CONFLUENCE]: BrandConfluenceIcon,
|
|
544
|
+
[CUSTOM_ICON_TYPE.BRAND_DRATA]: BrandDrata,
|
|
542
545
|
[CUSTOM_ICON_TYPE.BRAND_FRONT]: BrandFront,
|
|
543
546
|
[CUSTOM_ICON_TYPE.BRAND_GOOGLE_DRIVE]: BrandGoogleDriveIcon,
|
|
544
547
|
[CUSTOM_ICON_TYPE.BRAND_JIRA]: BrandJira,
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Svg, SvgProps } from "../../Svg";
|
|
3
|
+
|
|
4
|
+
export const BrandDrata = (props: SvgProps) => {
|
|
5
|
+
return (
|
|
6
|
+
<Svg width="43" height="32" viewBox="0 0 43 32" fill="none" {...props}>
|
|
7
|
+
<path
|
|
8
|
+
fill="currentColor"
|
|
9
|
+
d="M10.795 31.991l13.41 0.007c10.977 0.006 18.904-6.27 18.91-15.985s-7.916-16.006-18.892-16.012l-13.41-0.007v0.071c0.072-0.071 8.496 7.699 8.496 7.699l4.53 0.002c6.114 0.004 10.893 2.381 10.89 8.245s-4.785 8.236-10.899 8.233l-4.535-0.002-8.5 7.75z"
|
|
10
|
+
/>
|
|
11
|
+
<path
|
|
12
|
+
fill="currentColor"
|
|
13
|
+
d="M10.789 8.408c2.188 3.279 5.138 5.554 8.79 6.89l1.991 0.69-1.991 0.687c-3.654 1.331-6.438 3.604-8.797 6.88-2.188-3.279-5.138-5.554-8.79-6.89l-1.991-0.689 1.991-0.687c3.654-1.331 6.606-3.604 8.797-6.881z"
|
|
14
|
+
/>
|
|
15
|
+
</Svg>
|
|
16
|
+
);
|
|
17
|
+
};
|
|
@@ -4,6 +4,7 @@ export * from "./ArrowToRight";
|
|
|
4
4
|
export * from "./Automation";
|
|
5
5
|
export * from "./BadgeCheck";
|
|
6
6
|
export * from "./BrandConfluenceIcon";
|
|
7
|
+
export * from "./BrandDrata";
|
|
7
8
|
export * from "./BrandFront";
|
|
8
9
|
export * from "./BrandGoogleDriveIcon";
|
|
9
10
|
export * from "./BrandJira";
|
|
@@ -11,6 +11,7 @@ import {
|
|
|
11
11
|
DefaultSvg,
|
|
12
12
|
DeploySvg,
|
|
13
13
|
DocuSignSvg,
|
|
14
|
+
DrataSvg,
|
|
14
15
|
EventsAPI,
|
|
15
16
|
FrontSvg,
|
|
16
17
|
GcpSvg,
|
|
@@ -58,6 +59,8 @@ const IntegrationLogoSvg = ({ logo, ...rest }: IntegrationLogoSvgProps) => {
|
|
|
58
59
|
return <DeploySvg {...rest} />;
|
|
59
60
|
case "docusign":
|
|
60
61
|
return <DocuSignSvg {...rest} />;
|
|
62
|
+
case "drata":
|
|
63
|
+
return <DrataSvg {...rest} />;
|
|
61
64
|
case "events-api":
|
|
62
65
|
return <EventsAPI {...rest} />;
|
|
63
66
|
case "front":
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { IntegrationLogoSvgWrapper, SvgLogoProps } from "./wrapper";
|
|
3
|
+
|
|
4
|
+
export const DrataSvg = ({
|
|
5
|
+
color = "#002536",
|
|
6
|
+
square,
|
|
7
|
+
...rest
|
|
8
|
+
}: SvgLogoProps) => {
|
|
9
|
+
const viewBox = square ? "0 0 43 32" : "0 0 185 32";
|
|
10
|
+
const path = square ? (
|
|
11
|
+
<>
|
|
12
|
+
<path
|
|
13
|
+
fill={color}
|
|
14
|
+
d="M10.795 31.991l13.41 0.007c10.977 0.006 18.904-6.27 18.91-15.985s-7.916-16.006-18.892-16.012l-13.41-0.007v0.071c0.072-0.071 8.496 7.699 8.496 7.699l4.53 0.002c6.114 0.004 10.893 2.381 10.89 8.245s-4.785 8.236-10.899 8.233l-4.535-0.002-8.5 7.75z"
|
|
15
|
+
/>
|
|
16
|
+
<path
|
|
17
|
+
fill={color}
|
|
18
|
+
d="M10.789 8.408c2.188 3.279 5.138 5.554 8.79 6.89l1.991 0.69-1.991 0.687c-3.654 1.331-6.438 3.604-8.797 6.88-2.188-3.279-5.138-5.554-8.79-6.89l-1.991-0.689 1.991-0.687c3.654-1.331 6.606-3.604 8.797-6.881z"
|
|
19
|
+
/>
|
|
20
|
+
</>
|
|
21
|
+
) : (
|
|
22
|
+
<>
|
|
23
|
+
<path
|
|
24
|
+
fill={color}
|
|
25
|
+
d="M17.8 0h-17.8v32h17.8c11.354 0 18.687-6.28 18.687-15.997s-7.335-16.003-18.687-16.003zM17.408 25.658h-9.58v-19.314h9.58c6.323 0 10.405 3.792 10.405 9.655s-4.082 9.655-10.405 9.655v0z"
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
fill={color}
|
|
29
|
+
d="M69.307 21.643c4.202-1.945 6.422-5.385 6.422-9.951 0-7.21-5.649-11.691-14.743-11.691h-19.26v32h8.177v-8.805h10.7l6.263 8.805h9.018l-7.201-10.070 0.62-0.285h0.005zM60.393 17.092h-10.488v-10.841h10.488c4.292 0 6.659 1.931 6.659 5.442s-2.427 5.398-6.659 5.398z"
|
|
30
|
+
/>
|
|
31
|
+
<path
|
|
32
|
+
fill={color}
|
|
33
|
+
d="M151.557 0h-38.676l2.467 6.298h12.605v25.701h8.582v-25.701h12.554l2.467-6.298h0.002z"
|
|
34
|
+
/>
|
|
35
|
+
<path
|
|
36
|
+
fill={color}
|
|
37
|
+
d="M93.448 0l-13.888 32h8.653l1.714-4.566c6.525-1.927 11.059-2.066 17.478 0.214l1.626 4.352h8.85l-13.945-32h-10.485zM92.165 21.212l6.032-14.388h0.848l6.087 14.527c-4.421-1.752-8.543-1.89-12.967-0.139z"
|
|
38
|
+
/>
|
|
39
|
+
<path
|
|
40
|
+
fill={color}
|
|
41
|
+
d="M160.683 0l-13.888 32h8.653l1.714-4.566c6.525-1.927 11.059-2.066 17.478 0.214l1.626 4.352h8.85l-13.947-32h-10.485zM159.398 21.212l6.032-14.388h0.848l6.087 14.527c-4.421-1.752-8.543-1.89-12.967-0.139z"
|
|
42
|
+
/>
|
|
43
|
+
</>
|
|
44
|
+
);
|
|
45
|
+
|
|
46
|
+
return (
|
|
47
|
+
<IntegrationLogoSvgWrapper viewBox={viewBox} {...rest}>
|
|
48
|
+
<title>Drata integration logo</title>
|
|
49
|
+
{path}
|
|
50
|
+
</IntegrationLogoSvgWrapper>
|
|
51
|
+
);
|
|
52
|
+
};
|
|
@@ -7,6 +7,7 @@ export { ConfluenceSvg } from "./confluence";
|
|
|
7
7
|
export { DefaultSvg } from "./default";
|
|
8
8
|
export { DeploySvg } from "./deploy";
|
|
9
9
|
export { DocuSignSvg } from "./docusign";
|
|
10
|
+
export { DrataSvg } from "./drata";
|
|
10
11
|
export { EventsAPI } from "./events-api";
|
|
11
12
|
export { FrontSvg } from "./front";
|
|
12
13
|
export { GcpSvg } from "./gcp";
|