Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Salesforce Design System #1025

Merged
merged 7 commits into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
21 changes: 0 additions & 21 deletions .github/workflows/deployment-monitor.yml

This file was deleted.

2 changes: 1 addition & 1 deletion apps/docs/docs/getting-started/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ You will be asked to choose an org type which is used to determine the which Sal

### Jetstream IP Addresses

If you need to whitelist IP addresses for your org, Jetstream will use one of the following three ip addresses:
If you need to allow IP addresses for your org, Jetstream will use one of the following three ip addresses:

- `3.134.238.10`
- `3.129.111.220`
Expand Down
2 changes: 1 addition & 1 deletion apps/landing/pages/oauth-link/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const STATUS_MAP: StatusMap = {
/**
* QUERY PARAMS:
* type=auth|salesforce
* clientUrl=whitelisted domain to send back to (e.x. new URL(ENV.JETSTREAM_CLIENT_URL).origin)
* clientUrl=allowed domain to send back to (e.x. new URL(ENV.JETSTREAM_CLIENT_URL).origin)
*
* If Error:
* - error=any truthy string
Expand Down
4 changes: 2 additions & 2 deletions libs/connected/connected-ui/src/lib/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export const METADATA_LABEL_MAP = {
CompactLayout: 'Compact Layouts',
ConnectedApp: 'Connected Apps',
ContentAsset: 'Content Assets',
CorsWhitelistOrigin: 'Cors Whitelist Origins',
CorsWhitelistOrigin: 'Cors Allowed Origins',
CspTrustedSite: 'Csp Trusted Sites',
CustomApplication: 'Custom Applications',
CustomApplicationComponent: 'Custom Application Components',
Expand Down Expand Up @@ -212,7 +212,7 @@ export const METADATA_LABEL_MAP = {
RecommendationStrategy: 'Recommendation Strategies',
RecordActionDeployment: 'Record Action Deployments',
RecordType: 'Record Types',
RedirectWhitelistUrl: 'Redirect Whitelist Url',
RedirectWhitelistUrl: 'Redirect Allowed Url',
RemoteSiteSetting: 'Remote Site Settings',
Report: 'Reports',
ReportFolder: 'Report Folders',
Expand Down
7 changes: 2 additions & 5 deletions libs/icon-factory/src/lib/icons/action/AddContact.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import * as React from 'react';
function SvgAddContact(props: React.SVGProps<SVGSVGElement>) {
return (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52 52" aria-hidden="true" {...props}>
<path
fill="unset"
d="M46 9H6c-2.7 0-5 2.2-5 5v24c0 2.7 2.3 5 5 5h40c2.8 0 5-2.2 5-5V14c0-2.8-2.2-5-5-5zM24.8 37.2H10.4c-1.6 0-2.8-1.7-2.8-3.4.1-2.5 2.7-4 5.4-5.2 1.9-.8 2.2-1.6 2.2-2.4 0-.8-.5-1.6-1.2-2.2-1.1-1-1.7-2.5-1.7-4.1 0-3.2 1.9-5.8 5.2-5.8s5.2 2.7 5.2 5.8c0 1.7-.6 3.2-1.7 4.1-.7.6-1.2 1.3-1.2 2.2 0 .8.2 1.6 2.2 2.3 2.7 1.2 5.3 2.8 5.4 5.3.3 1.7-1 3.4-2.6 3.4zm19.5-5.8c0 .9-.8 1.7-1.7 1.7h-7.5c-.9 0-1.7-.7-1.7-1.7v-2.5c0-.9.8-1.7 1.7-1.7h7.5c.9 0 1.7.7 1.7 1.7v2.5zm0-9.1c0 .9-.8 1.7-1.7 1.7H30.2c-.9 0-1.7-.7-1.7-1.7v-2.5c0-.9.8-1.7 1.7-1.7h12.5c.9 0 1.7.7 1.7 1.7v2.5z"
/>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 520 520" fill="unset" aria-hidden="true" {...props}>
<path d="M460 90H60c-27 0-50 22-50 50v240c0 27 23 50 50 50h400c28 0 50-22 50-50V140c0-28-22-50-50-50zM248 372H104c-16 0-28-17-28-34 1-25 27-40 54-52 19-8 22-16 22-24s-5-16-12-22a55 55 0 01-17-41c0-32 19-58 52-58s52 27 52 58c0 17-6 32-17 41-7 6-12 13-12 22 0 8 2 16 22 23 27 12 53 28 54 53 3 17-10 34-26 34zm195-58c0 9-8 17-17 17h-75c-9 0-17-7-17-17v-25c0-9 8-17 17-17h75c9 0 17 7 17 17zm0-91c0 9-8 17-17 17H302c-9 0-17-7-17-17v-25c0-9 8-17 17-17h125c9 0 17 7 17 17v25z" />
</svg>
);
}
Expand Down
7 changes: 2 additions & 5 deletions libs/icon-factory/src/lib/icons/action/AddFile.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import * as React from 'react';
function SvgAddFile(props: React.SVGProps<SVGSVGElement>) {
return (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52 52" aria-hidden="true" {...props}>
<path
fill="unset"
d="M9.7 36.1V11.3c-2.6 0-4.7 2.1-4.7 4.6v29.4C5 47.9 7.1 50 9.7 50H33c2.6 0 4.7-2.1 4.7-4.6H19c-5.1 0-9.3 0-9.3-9.3zm35.7-20.2h-7.8c-2.6 0-4.7-2.1-4.7-4.6V3.5c.1-.8-.6-1.5-1.5-1.5H19c-2.6 0-4.7 2.1-4.7 4.6V36c0 2.6 2.1 4.6 4.7 4.6h23.3c2.6 0 4.7-2.1 4.7-4.6V17.5c0-.9-.7-1.6-1.6-1.6zm1.3-6.5l-7.2-7.1c-.2-.2-.4-.3-.7-.3-.6 0-1.1.5-1.1 1.1v5.1c0 1.7 1.4 3.1 3.1 3.1h5.1c.6 0 1.1-.5 1.1-1.1 0-.3-.1-.5-.3-.8z"
/>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 520 520" fill="unset" aria-hidden="true" {...props}>
<path d="M97 361V113c-26 0-47 21-47 46v294c0 26 21 47 47 47h233c26 0 47-21 47-46H190c-51 0-93 0-93-93zm357-202h-78c-26 0-47-21-47-46V35c1-8-6-15-15-15H190c-26 0-47 21-47 46v294c0 26 21 46 47 46h233c26 0 47-21 47-46V175c0-9-7-16-16-16zm13-65l-72-71c-2-2-4-3-7-3-6 0-11 5-11 11v51c0 17 14 31 31 31h51c6 0 11-5 11-11 0-3-1-5-3-8z" />
</svg>
);
}
Expand Down
7 changes: 2 additions & 5 deletions libs/icon-factory/src/lib/icons/action/AddPhotoVideo.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import * as React from 'react';
function SvgAddPhotoVideo(props: React.SVGProps<SVGSVGElement>) {
return (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52 52" aria-hidden="true" {...props}>
<path
fill="unset"
d="M26 20c-4.4 0-8 3.6-8 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm20-6h-5.2c-1.4 0-2.6-.7-3.4-1.8l-2.3-3.5C34.4 7 32.7 6 30.9 6h-9.8c-1.8 0-3.5 1-4.3 2.7l-2.3 3.5c-.7 1.1-2 1.8-3.4 1.8H6c-2.2 0-4 1.8-4 4v24c0 2.2 1.8 4 4 4h40c2.2 0 4-1.8 4-4V18c0-2.2-1.8-4-4-4zM26 40c-6.6 0-12-5.4-12-12s5.4-12 12-12 12 5.4 12 12-5.4 12-12 12z"
/>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 520 520" fill="unset" aria-hidden="true" {...props}>
<path d="M260 200c-44 0-80 36-80 80s36 80 80 80 80-36 80-80-36-80-80-80zm200-60h-52c-14 0-26-7-34-18l-23-35c-7-17-24-27-42-27h-98c-18 0-35 10-43 27l-23 35c-7 11-20 18-34 18H60c-22 0-40 18-40 40v240c0 22 18 40 40 40h400c22 0 40-18 40-40V180c0-22-18-40-40-40zM260 400c-66 0-120-54-120-120s54-120 120-120 120 54 120 120-54 120-120 120z" />
</svg>
);
}
Expand Down
7 changes: 2 additions & 5 deletions libs/icon-factory/src/lib/icons/action/AddRelationship.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import * as React from 'react';
function SvgAddRelationship(props: React.SVGProps<SVGSVGElement>) {
return (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52 52" aria-hidden="true" {...props}>
<path
fill="unset"
d="M36 20c0-2.2-1.8-4-4-4H6c-2.2 0-4 1.8-4 4v26c0 2.2 1.8 4 4 4h26c2.2 0 4-1.8 4-4V20zm-8 14c0 .5-.5 1-1 1h-6v6c0 .5-.5 1-1 1h-2c-.5 0-1-.5-1-1v-6h-6c-.5 0-1-.5-1-1v-2c0-.5.5-1 1-1h6v-6c0-.5.5-1 1-1h2c.5 0 1 .5 1 1v6h6c.5 0 1 .5 1 1v2zm15 8h-3v-6h3c.6 0 1-.4 1-1V9c0-.6-.4-1-1-1H17c-.6 0-1 .4-1 1v3h-6V9c0-3.9 3.1-7 7-7h26c3.9 0 7 3.1 7 7v26c0 3.9-3.1 7-7 7z"
/>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52 52" fill="unset" aria-hidden="true" {...props}>
<path d="M36 20a4 4 0 00-4-4H6a4 4 0 00-4 4v26a4 4 0 004 4h26a4 4 0 004-4zm-8 14c0 .5-.5 1-1 1h-6v6c0 .5-.5 1-1 1h-2a1 1 0 01-1-1v-6h-6a1 1 0 01-1-1v-2c0-.5.5-1 1-1h6v-6c0-.5.5-1 1-1h2c.5 0 1 .5 1 1v6h6c.5 0 1 .5 1 1zm15 8h-3v-6h3c.6 0 1-.4 1-1V9c0-.6-.4-1-1-1H17c-.6 0-1 .4-1 1v3h-6V9a7 7 0 017-7h26a7 7 0 017 7v26a7 7 0 01-7 7z" />
</svg>
);
}
Expand Down
7 changes: 2 additions & 5 deletions libs/icon-factory/src/lib/icons/action/AdjustValue.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import * as React from 'react';
function SvgAdjustValue(props: React.SVGProps<SVGSVGElement>) {
return (
<svg viewBox="0 0 52 52" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" {...props}>
<path
d="M23 14.91a6.55 6.55 0 11-6.52 6.55A6.53 6.53 0 0123 14.91zm20.7 15.72a.58.58 0 000-.84l-4.12-4.12a.59.59 0 00-.42-.18.61.61 0 00-.43.18L27.39 37.05l-1.7 5.69a.8.8 0 00.79 1 .55.55 0 00.18 0L32.35 42zm-1.45-7.75L46.4 27a.63.63 0 00.43.18.59.59 0 00.42-.18c.73-.73 2.06-1.94 2.06-1.94a2 2 0 000-2.91L47.13 20a2 2 0 00-1.41-.54 2.34 2.34 0 00-1.5.54s-1.33 1.31-1.93 2a.58.58 0 000 .88zM40.1 8.27H6a4 4 0 00-3.93 4v19.07A4 4 0 006 35.28h18.84l3.95-3.94H10.54A4.53 4.53 0 006 26.76v-9.88a4.53 4.53 0 004.56-4.57h25a4.53 4.53 0 004.56 4.57v3L44 15.91v-3.6a4 4 0 00-3.9-4.04z"
fill="unset"
/>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 520 520" fill="unset" aria-hidden="true" {...props}>
<path d="M230 149a66 66 0 11-65 66 65 65 0 0165-66zm207 157a6 6 0 000-8l-41-41a6 6 0 00-4-2 6 6 0 00-4 2L274 371l-17 57a8 8 0 008 10 6 6 0 002 0l57-17zm-15-78l42 42a6 6 0 004 2 6 6 0 004-2l21-19a20 20 0 000-29l-22-22a20 20 0 00-14-5 23 23 0 00-15 5s-13 13-19 20a6 6 0 000 9zM401 83H60a40 40 0 00-39 40v191a40 40 0 0039 39h188l40-39H105a45 45 0 00-45-46v-99a45 45 0 0046-46h250a45 45 0 0046 46v30l39-40v-36a40 40 0 00-39-40z" />
</svg>
);
}
Expand Down
6 changes: 2 additions & 4 deletions libs/icon-factory/src/lib/icons/action/Announcement.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import * as React from 'react';
function SvgAnnouncement(props: React.SVGProps<SVGSVGElement>) {
return (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52 52" aria-hidden="true" {...props}>
<g fill="unset">
<path d="M22.7 45.4l-1.3-1c-1.4-1-1.4-3-1.4-4v-2.9c0-.8-.7-1.5-1.5-1.5h-6c-.8 0-1.5.7-1.5 1.5v7.7c0 2.7 1.6 4.8 4.1 4.8H20c2.9 0 3.1-2 3.1-2s.5-1.8-.4-2.6zM45 18V4.4v-.1c0-2.4-3-3.1-4.6-1.5l-8.9 8.4c-1.4 1.2-3.2 1.7-5 1.7H11.3C6.1 13 2 17.5 2 22.7v.2c0 5.2 4.1 9.1 9.3 9.1h15.2c1.9 0 3.7.8 5.1 2l8.8 8.6c1.6 1.6 4.6 1 4.6-1.4V27.6c3 0 4.8-2.1 4.8-4.8 0-2.7-1.8-4.8-4.8-4.8z" />
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 520 520" fill="unset" aria-hidden="true" {...props}>
<path d="M227 454l-13-10c-14-10-14-30-14-40v-29c0-8-7-15-15-15h-60c-8 0-15 7-15 15v77c0 27 16 48 41 48h49c29 0 31-20 31-20s5-18-4-26zm223-274V43c0-24-30-31-46-15l-89 84a76 76 0 01-50 17H113c-52 1-93 46-93 98v2c0 52 41 91 93 91h152c19 0 37 8 51 20l88 86c16 16 46 10 46-14V276c30 0 48-21 48-48s-18-48-48-48z" />
</svg>
);
}
Expand Down
6 changes: 2 additions & 4 deletions libs/icon-factory/src/lib/icons/action/Apex.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import * as React from 'react';
function SvgApex(props: React.SVGProps<SVGSVGElement>) {
return (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52 52" aria-hidden="true" {...props}>
<g fill="unset">
<path d="M48.5 40h-27c-.8 0-1.5.7-1.5 1.5v3c0 .8.7 1.5 1.5 1.5h27c.8 0 1.5-.7 1.5-1.5v-3c0-.8-.7-1.5-1.5-1.5zM25.4 21.8L6 6.3c-.6-.5-1.5-.4-2 .3L2.3 9c-.5.7-.3 1.6.3 2.1l13.8 11c.5.4.5 1.2 0 1.6l-13.8 11c-.6.5-.8 1.5-.3 2.1L4 39.4c.5.7 1.4.8 2 .3l19.4-15.5c.8-.6.8-1.8 0-2.4z" />
</g>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 520 520" fill="unset" aria-hidden="true" {...props}>
<path d="M485 400H215c-8 0-15 7-15 15v30c0 8 7 15 15 15h270c8 0 15-7 15-15v-30c0-8-7-15-15-15zM254 218L60 63c-6-5-15-4-20 3L23 90c-5 7-3 16 3 21l138 110c5 4 5 12 0 16L26 347c-6 5-8 15-3 21l17 26c5 7 14 8 20 3l194-155c8-6 8-18 0-24z" />
</svg>
);
}
Expand Down
7 changes: 2 additions & 5 deletions libs/icon-factory/src/lib/icons/action/Approval.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import * as React from 'react';
function SvgApproval(props: React.SVGProps<SVGSVGElement>) {
return (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52 52" aria-hidden="true" {...props}>
<path
fill="unset"
d="M19 43.6L2.5 27c-.6-.6-.6-1.6 0-2.2l2.2-2.2c.6-.6 1.6-.6 2.2 0l12.4 12.5c.4.4 1.1.4 1.5 0l24.3-24.5c.6-.6 1.6-.6 2.2 0l2.2 2.2c.6.6.6 1.6 0 2.2L21.2 43.6c-.6.7-1.6.7-2.2 0z"
/>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 520 520" fill="unset" aria-hidden="true" {...props}>
<path d="M190 436L25 270c-6-6-6-16 0-22l22-22c6-6 16-6 22 0l124 125c4 4 11 4 15 0l243-245c6-6 16-6 22 0l22 22c6 6 6 16 0 22L212 436c-6 7-16 7-22 0z" />
</svg>
);
}
Expand Down
7 changes: 2 additions & 5 deletions libs/icon-factory/src/lib/icons/action/Back.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import * as React from 'react';
function SvgBack(props: React.SVGProps<SVGSVGElement>) {
return (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52 52" aria-hidden="true" {...props}>
<path
fill="unset"
d="M48.5 22H15.3c-.9 0-1.3-1.1-.7-1.7l9.6-9.6c.6-.6.6-1.5 0-2.1L22 6.4c-.6-.6-1.5-.6-2.1 0L2.4 23.9c-.6.6-.6 1.5 0 2.1l17.5 17.5c.6.6 1.5.6 2.1 0l2.1-2.1c.6-.6.6-1.5 0-2.1l-9.6-9.6c-.6-.6-.2-1.7.7-1.7h33.2c.8 0 1.5-.7 1.5-1.5v-3c.1-.8-.6-1.5-1.4-1.5z"
/>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 520 520" fill="unset" aria-hidden="true" {...props}>
<path d="M485 220H153c-9 0-13-11-7-17l96-96c6-6 6-15 0-21l-22-22c-6-6-15-6-21 0L24 239c-6 6-6 15 0 21l175 175c6 6 15 6 21 0l21-21c6-6 6-15 0-21l-96-96c-6-6-2-17 7-17h332c8 0 15-7 15-15v-30c1-8-6-15-14-15z" />
</svg>
);
}
Expand Down
7 changes: 2 additions & 5 deletions libs/icon-factory/src/lib/icons/action/Bug.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import * as React from 'react';
function SvgBug(props: React.SVGProps<SVGSVGElement>) {
return (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52 52" aria-hidden="true" {...props}>
<path
fill="unset"
d="M19.7 10.1h12.7c.9 0 1.6-.9 1.4-1.7-.8-3.6-4-6.2-7.8-6.2s-7 2.7-7.8 6.2c-.1.8.6 1.7 1.5 1.7zm27.8 20.7c1.4 0 2.5-1.1 2.4-2.5-.1-1.3-1.2-2.3-2.6-2.3h-7v-4c4.6-1.8 7.9-6.8 7.9-12.6 0-1.2-.8-2.2-2-2.5-1.5-.2-2.8.9-2.8 2.4 0 3.4-1.6 6.4-3.9 7.8-.9-1.4-2.4-2.2-4.1-2.2H16.5c-1.7 0-3.2.9-4.1 2.2-2.3-1.4-3.9-4.3-3.9-7.6 0-1.3-1-2.5-2.2-2.5-1.4-.1-2.5 1-2.5 2.3 0 5.9 3.3 10.9 7.9 12.7v4h-7c-1.3 0-2.5 1-2.5 2.2-.1 1.4 1 2.5 2.4 2.5h7.2v4c-4.6 1.8-7.9 6.8-7.9 12.6 0 1.2.8 2.2 2 2.5 1.5.2 2.8-.9 2.8-2.4 0-3.3 1.5-6.3 3.8-7.7 1.4 4.5 4.8 7.9 9.2 9.4 1 .3 2.1-.5 2.1-1.5V28.5c0-1.3 1-2.5 2.2-2.5 1.4-.1 2.5 1 2.5 2.4v19.2c0 1.1 1 1.8 2.1 1.5 4.4-1.4 7.9-4.9 9.2-9.4 2.2 1.4 3.7 4.3 3.8 7.5 0 1.3 1 2.5 2.2 2.5 1.4.1 2.5-1 2.5-2.4 0-5.9-3.3-10.9-7.9-12.7v-4h7.1v.2z"
/>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 520 520" fill="unset" aria-hidden="true" {...props}>
<path d="M197 101h127c9 0 16-9 14-17-8-36-40-62-78-62s-70 27-78 62c-1 8 6 17 15 17zm278 207c14 0 25-11 24-25-1-13-12-23-26-23h-70v-40c46-18 79-68 79-126 0-12-8-22-20-25-15-2-28 9-28 24 0 34-16 64-39 78-9-14-24-22-41-22H165c-17 0-32 9-41 22a89 89 0 01-39-76c0-13-10-25-22-25-14-1-25 10-25 23 0 59 33 109 79 127v40H47c-13 0-25 10-25 22-1 14 10 25 24 25h72v40c-46 18-79 68-79 126 0 12 8 22 20 25 15 2 28-9 28-24 0-33 15-63 38-77 14 45 48 79 92 94 10 3 21-5 21-15V285c0-13 10-25 22-25 14-1 25 10 25 24v192c0 11 10 18 21 15 44-14 79-49 92-94 22 14 37 43 38 75 0 13 10 25 22 25 14 1 25-10 25-24 0-59-33-109-79-127v-40h71z" />
</svg>
);
}
Expand Down
7 changes: 2 additions & 5 deletions libs/icon-factory/src/lib/icons/action/Call.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import * as React from 'react';
function SvgCall(props: React.SVGProps<SVGSVGElement>) {
return (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52 52" aria-hidden="true" {...props}>
<path
fill="unset"
d="M48.5 37.8l-6.1-4.9c-1.4-1.1-3.4-1.2-4.8-.1l-5.2 3.8c-.6.5-1.5.4-2.1-.2l-7.8-7-7-7.8c-.6-.6-.6-1.4-.2-2.1l3.8-5.2c1.1-1.4 1-3.4-.1-4.8l-4.9-6.1c-1.5-1.8-4.2-2-5.9-.3l-5 5.2c-.8.8-1.2 2-1.2 3.1.5 10.2 5.1 19.9 11.9 26.7 6.8 6.8 16.5 11.4 26.7 11.9 1.1.1 2.2-.4 3-1.2l5.2-5.2c1.7-1.6 1.6-4.4-.3-5.8z"
/>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 520 520" fill="unset" aria-hidden="true" {...props}>
<path d="M485 378l-61-49a39 39 0 00-48-1l-52 38c-6 5-15 4-21-2l-78-70-70-78c-6-6-6-14-2-21l38-52c11-14 10-34-1-48l-49-61a40 40 0 00-59-3L32 83c-8 8-12 20-12 31 5 102 51 199 119 267s165 114 267 119c11 1 22-4 30-12l52-52c17-16 16-44-3-58z" />
</svg>
);
}
Expand Down
7 changes: 2 additions & 5 deletions libs/icon-factory/src/lib/icons/action/Canvas.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import * as React from 'react';
function SvgCanvas(props: React.SVGProps<SVGSVGElement>) {
return (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52 52" aria-hidden="true" {...props}>
<path
fill="unset"
d="M45 38.4c-.2 2.7-.5 5.6-1 8.4-.1.8-1 1.7-1.8 1.8-5.4.6-10.7 1-16.1 1-5.3 0-10.7-.3-16-1-.8-.1-1.7-.9-1.8-1.8-.7-4.4-1.1-8.9-1.1-13.4s.4-9 1.1-13.4c.1-.8 1-1.6 1.8-1.8 3.3-.4 6.5-.6 9.7-.8 0 0 2.6-.1 2.4-2.6-.2-2.2-4-3.7-4-7.4 0-3 3-5.4 7.9-5.4 4.8 0 7.8 2.4 7.8 5.4 0 3.8-3.7 5.2-3.9 7.4-.2 2.4 2.4 2.6 2.4 2.6 3.3.1 6.6.4 9.8.8.8.1 1.7.9 1.8 1.8.5 3.1.8 6 1 9.1 0 .9-.7 1.8-1.6 1.8h-.9c-.9 0-2.3-.7-2.9-1.4 0 0-2.1-2.2-4.4-2.3-3.7-.1-6.5 3.1-6.5 6.6s2.8 6.8 6.4 6.7c2.2-.1 4.4-2.3 4.4-2.3.7-.6 2-1.2 2.9-1.2h.9c1.1 0 1.8.6 1.7 1.4z"
/>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 520 520" fill="unset" aria-hidden="true" {...props}>
<path d="M450 384c-2 27-5 56-10 84-1 8-10 17-18 18a1450 1450 0 01-321 0c-8-1-17-9-18-18a855 855 0 010-268c1-8 10-16 18-18 33-4 65-6 97-8 0 0 26-1 24-26-2-22-40-37-40-74 0-30 30-54 79-54 48 0 78 24 78 54 0 38-37 52-39 74-2 24 24 26 24 26 33 1 66 4 98 8 8 1 17 9 18 18 5 31 8 60 10 91 0 9-7 18-16 18h-9c-9 0-23-7-29-14 0 0-21-22-44-23-37-1-65 31-65 66s28 68 64 67c22-1 44-23 44-23 7-6 20-12 29-12h9c11 0 18 6 17 14z" />
</svg>
);
}
Expand Down
7 changes: 2 additions & 5 deletions libs/icon-factory/src/lib/icons/action/ChangeOwner.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import * as React from 'react';
function SvgChangeOwner(props: React.SVGProps<SVGSVGElement>) {
return (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52 52" aria-hidden="true" {...props}>
<path
fill="unset"
d="M27.3 37.6c-3-1.2-3.5-2.3-3.5-3.5 0-1.2.8-2.3 1.8-3.2 1.8-1.5 2.6-3.9 2.6-6.4 0-4.7-2.9-8.5-8.3-8.5s-8.3 3.8-8.3 8.5c0 2.5.8 4.9 2.6 6.4 1 .9 1.8 2 1.8 3.2 0 1.2-.5 2.3-3.5 3.5-4.4 1.8-8.6 3.8-8.7 7.6C4 47.8 6 50 8.5 50h23c2.5 0 4.5-2.2 4.5-4.7-.1-3.8-4.3-5.9-8.7-7.7zM44.5 19c0-7.4-6.1-13.5-13.5-13.5V2l-6.8 5.5c-.3.3-.2.8.1 1.1L31 14v-3.5c4.7 0 8.5 3.8 8.5 8.5H36l5.5 6.8c.3.3.8.3 1.1 0L48 19h-3.5z"
/>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 520 520" fill="unset" aria-hidden="true" {...props}>
<path d="M273 376c-30-12-35-23-35-35s8-23 18-32c18-15 26-39 26-64 0-47-29-85-83-85s-83 38-83 85c0 25 8 49 26 64 10 9 18 20 18 32s-5 23-35 35c-44 18-86 38-87 76 2 26 22 48 47 48h230c25 0 45-22 45-47-1-38-43-59-87-77zm172-186c0-74-61-135-135-135V20l-68 55c-3 3-2 8 1 11l67 54v-35c47 0 85 38 85 85h-35l55 68c3 3 8 3 11 0l54-68z" />
</svg>
);
}
Expand Down
7 changes: 2 additions & 5 deletions libs/icon-factory/src/lib/icons/action/ChangeRecordType.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import * as React from 'react';
function SvgChangeRecordType(props: React.SVGProps<SVGSVGElement>) {
return (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52 52" aria-hidden="true" {...props}>
<path
fill="unset"
d="M20 37.5c0-.8-.7-1.5-1.5-1.5h-15c-.8 0-1.5.7-1.5 1.5v11c0 .8.7 1.5 1.5 1.5h15c.8 0 1.5-.7 1.5-1.5v-11zM8.1 22H3.2c-1 0-1.5.9-.9 1.4l8 8.3c.4.3 1 .3 1.4 0l8-8.3c.6-.6.1-1.4-.9-1.4h-4.7c0-5 4.9-10 9.9-10V6C15 6 8.1 13 8.1 22zM41.8 20.3c-.4-.3-1-.3-1.4 0l-8 8.3c-.6.6-.1 1.4.9 1.4h4.8c0 6-4.1 10-10.1 10v6c9 0 16.1-7 16.1-16H49c1 0 1.5-.9.9-1.4l-8.1-8.3zM50 3.5c0-.8-.7-1.5-1.5-1.5h-15c-.8 0-1.5.7-1.5 1.5v11c0 .8.7 1.5 1.5 1.5h15c.8 0 1.5-.7 1.5-1.5v-11z"
/>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 520 520" fill="unset" aria-hidden="true" {...props}>
<path d="M200 375c0-8-7-15-15-15H35c-8 0-15 7-15 15v110c0 8 7 15 15 15h150c8 0 15-7 15-15zM81 220H32c-10 0-15 9-9 14l80 83c4 3 10 3 14 0l80-83c6-6 1-14-9-14h-47c0-50 49-100 99-100V60c-90 0-159 70-159 160zm337-17c-4-3-10-3-14 0l-80 83c-6 6-1 14 9 14h48c0 60-41 100-101 100v60c90 0 161-70 161-160h49c10 0 15-9 9-14zm82-168c0-8-7-15-15-15H335c-8 0-15 7-15 15v110c0 8 7 15 15 15h150c8 0 15-7 15-15z" />
</svg>
);
}
Expand Down
7 changes: 2 additions & 5 deletions libs/icon-factory/src/lib/icons/action/Check.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import * as React from 'react';
function SvgCheck(props: React.SVGProps<SVGSVGElement>) {
return (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52 52" aria-hidden="true" {...props}>
<path
fill="unset"
d="M19.1 42.5L2.6 25.9c-.6-.6-.6-1.6 0-2.2l2.2-2.2c.6-.6 1.6-.6 2.2 0L19.4 34c.4.4 1.1.4 1.5 0L45.2 9.5c.6-.6 1.6-.6 2.2 0l2.2 2.2c.6.6.6 1.6 0 2.2L21.3 42.5c-.6.7-1.6.7-2.2 0z"
/>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 520 520" fill="unset" aria-hidden="true" {...props}>
<path d="M191 425L26 259c-6-6-6-16 0-22l22-22c6-6 16-6 22 0l124 125c4 4 11 4 15 0L452 95c6-6 16-6 22 0l22 22c6 6 6 16 0 22L213 425c-6 7-16 7-22 0z" />
</svg>
);
}
Expand Down
Loading