@blueprintjs/icons 5.2.0 → 5.3.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/dist/blueprint-icons-all-paths-loader.bundle.js +1 -1
- package/dist/blueprint-icons-split-paths-by-size-loader.bundle.js +1 -1
- package/dist/icons.bundle.js +1 -1
- package/icons.json +28 -0
- package/lib/cjs/allPaths.d.ts +2 -2
- package/lib/cjs/allPaths.js.map +1 -1
- package/lib/cjs/classes.d.ts +1 -1
- package/lib/cjs/generated/16px/blueprint-icons-16.d.ts +6 -2
- package/lib/cjs/generated/16px/blueprint-icons-16.js +9 -1
- package/lib/cjs/generated/16px/blueprint-icons-16.js.map +1 -1
- package/lib/cjs/generated/16px/paths/index.d.ts +4 -0
- package/lib/cjs/generated/16px/paths/index.js +13 -5
- package/lib/cjs/generated/16px/paths/index.js.map +1 -1
- package/lib/cjs/generated/16px/paths/new-shield.d.ts +2 -0
- package/lib/cjs/generated/16px/paths/new-shield.js +4 -0
- package/lib/cjs/generated/16px/paths/new-shield.js.map +1 -0
- package/lib/cjs/generated/16px/paths/paste-variable.d.ts +2 -0
- package/lib/cjs/generated/16px/paths/paste-variable.js +4 -0
- package/lib/cjs/generated/16px/paths/paste-variable.js.map +1 -0
- package/lib/cjs/generated/16px/paths/phone-call.d.ts +2 -0
- package/lib/cjs/generated/16px/paths/phone-call.js +4 -0
- package/lib/cjs/generated/16px/paths/phone-call.js.map +1 -0
- package/lib/cjs/generated/16px/paths/phone-forward.d.ts +2 -0
- package/lib/cjs/generated/16px/paths/phone-forward.js +4 -0
- package/lib/cjs/generated/16px/paths/phone-forward.js.map +1 -0
- package/lib/cjs/generated/20px/blueprint-icons-20.d.ts +6 -2
- package/lib/cjs/generated/20px/blueprint-icons-20.js +9 -1
- package/lib/cjs/generated/20px/blueprint-icons-20.js.map +1 -1
- package/lib/cjs/generated/20px/paths/index.d.ts +4 -0
- package/lib/cjs/generated/20px/paths/index.js +13 -5
- package/lib/cjs/generated/20px/paths/index.js.map +1 -1
- package/lib/cjs/generated/20px/paths/new-shield.d.ts +2 -0
- package/lib/cjs/generated/20px/paths/new-shield.js +4 -0
- package/lib/cjs/generated/20px/paths/new-shield.js.map +1 -0
- package/lib/cjs/generated/20px/paths/paste-variable.d.ts +2 -0
- package/lib/cjs/generated/20px/paths/paste-variable.js +4 -0
- package/lib/cjs/generated/20px/paths/paste-variable.js.map +1 -0
- package/lib/cjs/generated/20px/paths/phone-call.d.ts +2 -0
- package/lib/cjs/generated/20px/paths/phone-call.js +4 -0
- package/lib/cjs/generated/20px/paths/phone-call.js.map +1 -0
- package/lib/cjs/generated/20px/paths/phone-forward.d.ts +2 -0
- package/lib/cjs/generated/20px/paths/phone-forward.js +4 -0
- package/lib/cjs/generated/20px/paths/phone-forward.js.map +1 -0
- package/lib/cjs/generated/components/index.d.ts +4 -0
- package/lib/cjs/generated/components/index.js +13 -5
- package/lib/cjs/generated/components/index.js.map +1 -1
- package/lib/cjs/generated/components/new-shield.d.ts +4 -0
- package/lib/cjs/generated/components/new-shield.js +34 -0
- package/lib/cjs/generated/components/new-shield.js.map +1 -0
- package/lib/cjs/generated/components/paste-variable.d.ts +4 -0
- package/lib/cjs/generated/components/paste-variable.js +34 -0
- package/lib/cjs/generated/components/paste-variable.js.map +1 -0
- package/lib/cjs/generated/components/phone-call.d.ts +4 -0
- package/lib/cjs/generated/components/phone-call.js +34 -0
- package/lib/cjs/generated/components/phone-call.js.map +1 -0
- package/lib/cjs/generated/components/phone-forward.d.ts +4 -0
- package/lib/cjs/generated/components/phone-forward.js +34 -0
- package/lib/cjs/generated/components/phone-forward.js.map +1 -0
- package/lib/cjs/generated/index.d.ts +4 -0
- package/lib/cjs/generated/index.js +13 -5
- package/lib/cjs/generated/index.js.map +1 -1
- package/lib/cjs/iconCodepoints.d.ts +4 -0
- package/lib/cjs/iconNames.d.ts +16 -8
- package/lib/cjs/iconNames.js.map +1 -1
- package/lib/cjs/iconTypes.js +1 -1
- package/lib/cjs/iconTypes.js.map +1 -1
- package/lib/cjs/index.d.ts +5 -5
- package/lib/cjs/index.js.map +1 -1
- package/lib/cjs/paths-loaders/splitPathsBySizeLoader.js.map +1 -1
- package/lib/cjs/svgIconProps.d.ts +1 -1
- package/lib/cjs/type-utils/camel-case.d.ts +2 -2
- package/lib/cjs/type-utils/delimiter-case.d.ts +1 -1
- package/lib/cjs/type-utils/index.d.ts +6 -3
- package/lib/cjs/type-utils/pascal-case.d.ts +1 -1
- package/lib/cjs/type-utils/screaming-snake-case.d.ts +3 -3
- package/lib/cjs/type-utils/snake-case.d.ts +1 -1
- package/lib/css/blueprint-icons-16.eot +0 -0
- package/lib/css/blueprint-icons-16.svg +12 -0
- package/lib/css/blueprint-icons-16.ttf +0 -0
- package/lib/css/blueprint-icons-16.woff +0 -0
- package/lib/css/blueprint-icons-16.woff2 +0 -0
- package/lib/css/blueprint-icons-20.eot +0 -0
- package/lib/css/blueprint-icons-20.svg +12 -0
- package/lib/css/blueprint-icons-20.ttf +0 -0
- package/lib/css/blueprint-icons-20.woff +0 -0
- package/lib/css/blueprint-icons-20.woff2 +0 -0
- package/lib/css/blueprint-icons.css +2 -2
- package/lib/css/blueprint-icons.css.map +1 -1
- package/lib/esm/allPaths.d.ts +2 -2
- package/lib/esm/allPaths.js.map +1 -1
- package/lib/esm/classes.d.ts +1 -1
- package/lib/esm/generated/16px/blueprint-icons-16.d.ts +6 -2
- package/lib/esm/generated/16px/blueprint-icons-16.js +8 -0
- package/lib/esm/generated/16px/blueprint-icons-16.js.map +1 -1
- package/lib/esm/generated/16px/paths/index.d.ts +4 -0
- package/lib/esm/generated/16px/paths/index.js +4 -0
- package/lib/esm/generated/16px/paths/index.js.map +1 -1
- package/lib/esm/generated/16px/paths/new-shield.d.ts +2 -0
- package/lib/esm/generated/16px/paths/new-shield.js +2 -0
- package/lib/esm/generated/16px/paths/new-shield.js.map +1 -0
- package/lib/esm/generated/16px/paths/paste-variable.d.ts +2 -0
- package/lib/esm/generated/16px/paths/paste-variable.js +2 -0
- package/lib/esm/generated/16px/paths/paste-variable.js.map +1 -0
- package/lib/esm/generated/16px/paths/phone-call.d.ts +2 -0
- package/lib/esm/generated/16px/paths/phone-call.js +2 -0
- package/lib/esm/generated/16px/paths/phone-call.js.map +1 -0
- package/lib/esm/generated/16px/paths/phone-forward.d.ts +2 -0
- package/lib/esm/generated/16px/paths/phone-forward.js +2 -0
- package/lib/esm/generated/16px/paths/phone-forward.js.map +1 -0
- package/lib/esm/generated/20px/blueprint-icons-20.d.ts +6 -2
- package/lib/esm/generated/20px/blueprint-icons-20.js +8 -0
- package/lib/esm/generated/20px/blueprint-icons-20.js.map +1 -1
- package/lib/esm/generated/20px/paths/index.d.ts +4 -0
- package/lib/esm/generated/20px/paths/index.js +4 -0
- package/lib/esm/generated/20px/paths/index.js.map +1 -1
- package/lib/esm/generated/20px/paths/new-shield.d.ts +2 -0
- package/lib/esm/generated/20px/paths/new-shield.js +2 -0
- package/lib/esm/generated/20px/paths/new-shield.js.map +1 -0
- package/lib/esm/generated/20px/paths/paste-variable.d.ts +2 -0
- package/lib/esm/generated/20px/paths/paste-variable.js +2 -0
- package/lib/esm/generated/20px/paths/paste-variable.js.map +1 -0
- package/lib/esm/generated/20px/paths/phone-call.d.ts +2 -0
- package/lib/esm/generated/20px/paths/phone-call.js +2 -0
- package/lib/esm/generated/20px/paths/phone-call.js.map +1 -0
- package/lib/esm/generated/20px/paths/phone-forward.d.ts +2 -0
- package/lib/esm/generated/20px/paths/phone-forward.js +2 -0
- package/lib/esm/generated/20px/paths/phone-forward.js.map +1 -0
- package/lib/esm/generated/components/index.d.ts +4 -0
- package/lib/esm/generated/components/index.js +4 -0
- package/lib/esm/generated/components/index.js.map +1 -1
- package/lib/esm/generated/components/new-shield.d.ts +4 -0
- package/lib/esm/generated/components/new-shield.js +31 -0
- package/lib/esm/generated/components/new-shield.js.map +1 -0
- package/lib/esm/generated/components/paste-variable.d.ts +4 -0
- package/lib/esm/generated/components/paste-variable.js +31 -0
- package/lib/esm/generated/components/paste-variable.js.map +1 -0
- package/lib/esm/generated/components/phone-call.d.ts +4 -0
- package/lib/esm/generated/components/phone-call.js +31 -0
- package/lib/esm/generated/components/phone-call.js.map +1 -0
- package/lib/esm/generated/components/phone-forward.d.ts +4 -0
- package/lib/esm/generated/components/phone-forward.js +31 -0
- package/lib/esm/generated/components/phone-forward.js.map +1 -0
- package/lib/esm/generated/index.d.ts +4 -0
- package/lib/esm/generated/index.js +4 -0
- package/lib/esm/generated/index.js.map +1 -1
- package/lib/esm/iconCodepoints.d.ts +4 -0
- package/lib/esm/iconNames.d.ts +342 -334
- package/lib/esm/iconNames.js.map +1 -1
- package/lib/esm/index.d.ts +5 -5
- package/lib/esm/index.js.map +1 -1
- package/lib/esm/paths-loaders/splitPathsBySizeLoader.js.map +1 -1
- package/lib/esm/svgIconProps.d.ts +1 -1
- package/lib/esm/type-utils/camel-case.d.ts +2 -2
- package/lib/esm/type-utils/delimiter-case.d.ts +1 -1
- package/lib/esm/type-utils/index.d.ts +6 -3
- package/lib/esm/type-utils/pascal-case.d.ts +1 -1
- package/lib/esm/type-utils/screaming-snake-case.d.ts +3 -3
- package/lib/esm/type-utils/snake-case.d.ts +1 -1
- package/lib/esnext/allPaths.d.ts +2 -2
- package/lib/esnext/allPaths.js.map +1 -1
- package/lib/esnext/classes.d.ts +1 -1
- package/lib/esnext/generated/16px/blueprint-icons-16.d.ts +6 -2
- package/lib/esnext/generated/16px/blueprint-icons-16.js +8 -0
- package/lib/esnext/generated/16px/blueprint-icons-16.js.map +1 -1
- package/lib/esnext/generated/16px/paths/index.d.ts +4 -0
- package/lib/esnext/generated/16px/paths/index.js +4 -0
- package/lib/esnext/generated/16px/paths/index.js.map +1 -1
- package/lib/esnext/generated/16px/paths/new-shield.d.ts +2 -0
- package/lib/esnext/generated/16px/paths/new-shield.js +2 -0
- package/lib/esnext/generated/16px/paths/new-shield.js.map +1 -0
- package/lib/esnext/generated/16px/paths/paste-variable.d.ts +2 -0
- package/lib/esnext/generated/16px/paths/paste-variable.js +2 -0
- package/lib/esnext/generated/16px/paths/paste-variable.js.map +1 -0
- package/lib/esnext/generated/16px/paths/phone-call.d.ts +2 -0
- package/lib/esnext/generated/16px/paths/phone-call.js +2 -0
- package/lib/esnext/generated/16px/paths/phone-call.js.map +1 -0
- package/lib/esnext/generated/16px/paths/phone-forward.d.ts +2 -0
- package/lib/esnext/generated/16px/paths/phone-forward.js +2 -0
- package/lib/esnext/generated/16px/paths/phone-forward.js.map +1 -0
- package/lib/esnext/generated/20px/blueprint-icons-20.d.ts +6 -2
- package/lib/esnext/generated/20px/blueprint-icons-20.js +8 -0
- package/lib/esnext/generated/20px/blueprint-icons-20.js.map +1 -1
- package/lib/esnext/generated/20px/paths/index.d.ts +4 -0
- package/lib/esnext/generated/20px/paths/index.js +4 -0
- package/lib/esnext/generated/20px/paths/index.js.map +1 -1
- package/lib/esnext/generated/20px/paths/new-shield.d.ts +2 -0
- package/lib/esnext/generated/20px/paths/new-shield.js +2 -0
- package/lib/esnext/generated/20px/paths/new-shield.js.map +1 -0
- package/lib/esnext/generated/20px/paths/paste-variable.d.ts +2 -0
- package/lib/esnext/generated/20px/paths/paste-variable.js +2 -0
- package/lib/esnext/generated/20px/paths/paste-variable.js.map +1 -0
- package/lib/esnext/generated/20px/paths/phone-call.d.ts +2 -0
- package/lib/esnext/generated/20px/paths/phone-call.js +2 -0
- package/lib/esnext/generated/20px/paths/phone-call.js.map +1 -0
- package/lib/esnext/generated/20px/paths/phone-forward.d.ts +2 -0
- package/lib/esnext/generated/20px/paths/phone-forward.js +2 -0
- package/lib/esnext/generated/20px/paths/phone-forward.js.map +1 -0
- package/lib/esnext/generated/components/index.d.ts +4 -0
- package/lib/esnext/generated/components/index.js +4 -0
- package/lib/esnext/generated/components/index.js.map +1 -1
- package/lib/esnext/generated/components/new-shield.d.ts +4 -0
- package/lib/esnext/generated/components/new-shield.js +30 -0
- package/lib/esnext/generated/components/new-shield.js.map +1 -0
- package/lib/esnext/generated/components/paste-variable.d.ts +4 -0
- package/lib/esnext/generated/components/paste-variable.js +30 -0
- package/lib/esnext/generated/components/paste-variable.js.map +1 -0
- package/lib/esnext/generated/components/phone-call.d.ts +4 -0
- package/lib/esnext/generated/components/phone-call.js +30 -0
- package/lib/esnext/generated/components/phone-call.js.map +1 -0
- package/lib/esnext/generated/components/phone-forward.d.ts +4 -0
- package/lib/esnext/generated/components/phone-forward.js +30 -0
- package/lib/esnext/generated/components/phone-forward.js.map +1 -0
- package/lib/esnext/generated/index.d.ts +4 -0
- package/lib/esnext/generated/index.js +4 -0
- package/lib/esnext/generated/index.js.map +1 -1
- package/lib/esnext/iconCodepoints.d.ts +4 -0
- package/lib/esnext/iconNames.d.ts +16 -8
- package/lib/esnext/iconNames.js.map +1 -1
- package/lib/esnext/index.d.ts +5 -5
- package/lib/esnext/index.js.map +1 -1
- package/lib/esnext/paths-loaders/splitPathsBySizeLoader.js.map +1 -1
- package/lib/esnext/svgIconProps.d.ts +1 -1
- package/lib/esnext/type-utils/camel-case.d.ts +2 -2
- package/lib/esnext/type-utils/delimiter-case.d.ts +1 -1
- package/lib/esnext/type-utils/index.d.ts +6 -3
- package/lib/esnext/type-utils/pascal-case.d.ts +1 -1
- package/lib/esnext/type-utils/screaming-snake-case.d.ts +3 -3
- package/lib/esnext/type-utils/snake-case.d.ts +1 -1
- package/lib/scss/blueprint-icons-16.scss +4 -0
- package/package.json +6 -6
- package/src/allPaths.ts +2 -2
- package/src/generated/16px/_icon-variables.scss +4 -0
- package/src/generated/16px/blueprint-icons-16.css +5 -5
- package/src/generated/16px/blueprint-icons-16.eot +0 -0
- package/src/generated/16px/blueprint-icons-16.svg +12 -0
- package/src/generated/16px/blueprint-icons-16.ts +16 -0
- package/src/generated/16px/blueprint-icons-16.ttf +0 -0
- package/src/generated/16px/blueprint-icons-16.woff +0 -0
- package/src/generated/16px/blueprint-icons-16.woff2 +0 -0
- package/src/generated/16px/paths/index.ts +4 -0
- package/src/generated/16px/paths/new-shield.ts +1 -0
- package/src/generated/16px/paths/paste-variable.ts +1 -0
- package/src/generated/16px/paths/phone-call.ts +1 -0
- package/src/generated/16px/paths/phone-forward.ts +1 -0
- package/src/generated/20px/blueprint-icons-20.css +5 -5
- package/src/generated/20px/blueprint-icons-20.eot +0 -0
- package/src/generated/20px/blueprint-icons-20.svg +12 -0
- package/src/generated/20px/blueprint-icons-20.ts +16 -0
- package/src/generated/20px/blueprint-icons-20.ttf +0 -0
- package/src/generated/20px/blueprint-icons-20.woff +0 -0
- package/src/generated/20px/blueprint-icons-20.woff2 +0 -0
- package/src/generated/20px/paths/index.ts +4 -0
- package/src/generated/20px/paths/new-shield.ts +1 -0
- package/src/generated/20px/paths/paste-variable.ts +1 -0
- package/src/generated/20px/paths/phone-call.ts +1 -0
- package/src/generated/20px/paths/phone-forward.ts +1 -0
- package/src/generated/components/index.ts +4 -0
- package/src/generated/components/new-shield.tsx +40 -0
- package/src/generated/components/paste-variable.tsx +40 -0
- package/src/generated/components/phone-call.tsx +40 -0
- package/src/generated/components/phone-forward.tsx +40 -0
- package/src/generated/index.ts +4 -0
- package/src/iconNames.ts +1 -1
- package/src/index.ts +5 -5
- package/src/paths-loaders/splitPathsBySizeLoader.ts +2 -2
- package/src/svgIconProps.ts +1 -1
- package/src/tsconfig.json +1 -1
- package/src/type-utils/camel-case.ts +2 -2
- package/src/type-utils/delimiter-case.ts +1 -1
- package/src/type-utils/index.ts +6 -3
- package/src/type-utils/pascal-case.ts +1 -1
- package/src/type-utils/screaming-snake-case.ts +3 -3
- package/src/type-utils/snake-case.ts +1 -1
|
@@ -365,6 +365,7 @@ export type BlueprintIcons_16Id =
|
|
|
365
365
|
| "new-object"
|
|
366
366
|
| "new-person"
|
|
367
367
|
| "new-prescription"
|
|
368
|
+
| "new-shield"
|
|
368
369
|
| "new-text-box"
|
|
369
370
|
| "ninja"
|
|
370
371
|
| "not-equal-to"
|
|
@@ -386,12 +387,15 @@ export type BlueprintIcons_16Id =
|
|
|
386
387
|
| "panel-table"
|
|
387
388
|
| "paperclip"
|
|
388
389
|
| "paragraph"
|
|
390
|
+
| "paste-variable"
|
|
389
391
|
| "path-search"
|
|
390
392
|
| "path"
|
|
391
393
|
| "pause"
|
|
392
394
|
| "people"
|
|
393
395
|
| "percentage"
|
|
394
396
|
| "person"
|
|
397
|
+
| "phone-call"
|
|
398
|
+
| "phone-forward"
|
|
395
399
|
| "phone"
|
|
396
400
|
| "pie-chart"
|
|
397
401
|
| "pin"
|
|
@@ -948,6 +952,7 @@ export type BlueprintIcons_16Key =
|
|
|
948
952
|
| "NewObject"
|
|
949
953
|
| "NewPerson"
|
|
950
954
|
| "NewPrescription"
|
|
955
|
+
| "NewShield"
|
|
951
956
|
| "NewTextBox"
|
|
952
957
|
| "Ninja"
|
|
953
958
|
| "NotEqualTo"
|
|
@@ -969,12 +974,15 @@ export type BlueprintIcons_16Key =
|
|
|
969
974
|
| "PanelTable"
|
|
970
975
|
| "Paperclip"
|
|
971
976
|
| "Paragraph"
|
|
977
|
+
| "PasteVariable"
|
|
972
978
|
| "PathSearch"
|
|
973
979
|
| "Path"
|
|
974
980
|
| "Pause"
|
|
975
981
|
| "People"
|
|
976
982
|
| "Percentage"
|
|
977
983
|
| "Person"
|
|
984
|
+
| "PhoneCall"
|
|
985
|
+
| "PhoneForward"
|
|
978
986
|
| "Phone"
|
|
979
987
|
| "PieChart"
|
|
980
988
|
| "Pin"
|
|
@@ -1531,6 +1539,7 @@ export enum BlueprintIcons_16 {
|
|
|
1531
1539
|
NewObject = "new-object",
|
|
1532
1540
|
NewPerson = "new-person",
|
|
1533
1541
|
NewPrescription = "new-prescription",
|
|
1542
|
+
NewShield = "new-shield",
|
|
1534
1543
|
NewTextBox = "new-text-box",
|
|
1535
1544
|
Ninja = "ninja",
|
|
1536
1545
|
NotEqualTo = "not-equal-to",
|
|
@@ -1552,12 +1561,15 @@ export enum BlueprintIcons_16 {
|
|
|
1552
1561
|
PanelTable = "panel-table",
|
|
1553
1562
|
Paperclip = "paperclip",
|
|
1554
1563
|
Paragraph = "paragraph",
|
|
1564
|
+
PasteVariable = "paste-variable",
|
|
1555
1565
|
PathSearch = "path-search",
|
|
1556
1566
|
Path = "path",
|
|
1557
1567
|
Pause = "pause",
|
|
1558
1568
|
People = "people",
|
|
1559
1569
|
Percentage = "percentage",
|
|
1560
1570
|
Person = "person",
|
|
1571
|
+
PhoneCall = "phone-call",
|
|
1572
|
+
PhoneForward = "phone-forward",
|
|
1561
1573
|
Phone = "phone",
|
|
1562
1574
|
PieChart = "pie-chart",
|
|
1563
1575
|
Pin = "pin",
|
|
@@ -2115,6 +2127,7 @@ export const BLUEPRINT_ICONS_16_CODEPOINTS: { [key in BlueprintIcons_16]: string
|
|
|
2115
2127
|
[BlueprintIcons_16.NewObject]: "62038",
|
|
2116
2128
|
[BlueprintIcons_16.NewPerson]: "62039",
|
|
2117
2129
|
[BlueprintIcons_16.NewPrescription]: "62040",
|
|
2130
|
+
[BlueprintIcons_16.NewShield]: "62281",
|
|
2118
2131
|
[BlueprintIcons_16.NewTextBox]: "62041",
|
|
2119
2132
|
[BlueprintIcons_16.Ninja]: "62042",
|
|
2120
2133
|
[BlueprintIcons_16.NotEqualTo]: "62043",
|
|
@@ -2136,12 +2149,15 @@ export const BLUEPRINT_ICONS_16_CODEPOINTS: { [key in BlueprintIcons_16]: string
|
|
|
2136
2149
|
[BlueprintIcons_16.PanelTable]: "62058",
|
|
2137
2150
|
[BlueprintIcons_16.Paperclip]: "62059",
|
|
2138
2151
|
[BlueprintIcons_16.Paragraph]: "62060",
|
|
2152
|
+
[BlueprintIcons_16.PasteVariable]: "62278",
|
|
2139
2153
|
[BlueprintIcons_16.PathSearch]: "62061",
|
|
2140
2154
|
[BlueprintIcons_16.Path]: "62062",
|
|
2141
2155
|
[BlueprintIcons_16.Pause]: "62063",
|
|
2142
2156
|
[BlueprintIcons_16.People]: "62064",
|
|
2143
2157
|
[BlueprintIcons_16.Percentage]: "62065",
|
|
2144
2158
|
[BlueprintIcons_16.Person]: "62066",
|
|
2159
|
+
[BlueprintIcons_16.PhoneCall]: "62279",
|
|
2160
|
+
[BlueprintIcons_16.PhoneForward]: "62280",
|
|
2145
2161
|
[BlueprintIcons_16.Phone]: "62067",
|
|
2146
2162
|
[BlueprintIcons_16.PieChart]: "62068",
|
|
2147
2163
|
[BlueprintIcons_16.Pin]: "62069",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -364,6 +364,7 @@ export { default as NewLink } from "./new-link";
|
|
|
364
364
|
export { default as NewObject } from "./new-object";
|
|
365
365
|
export { default as NewPerson } from "./new-person";
|
|
366
366
|
export { default as NewPrescription } from "./new-prescription";
|
|
367
|
+
export { default as NewShield } from "./new-shield";
|
|
367
368
|
export { default as NewTextBox } from "./new-text-box";
|
|
368
369
|
export { default as Ninja } from "./ninja";
|
|
369
370
|
export { default as NotEqualTo } from "./not-equal-to";
|
|
@@ -385,6 +386,7 @@ export { default as PanelStats } from "./panel-stats";
|
|
|
385
386
|
export { default as PanelTable } from "./panel-table";
|
|
386
387
|
export { default as Paperclip } from "./paperclip";
|
|
387
388
|
export { default as Paragraph } from "./paragraph";
|
|
389
|
+
export { default as PasteVariable } from "./paste-variable";
|
|
388
390
|
export { default as Path } from "./path";
|
|
389
391
|
export { default as PathSearch } from "./path-search";
|
|
390
392
|
export { default as Pause } from "./pause";
|
|
@@ -392,6 +394,8 @@ export { default as People } from "./people";
|
|
|
392
394
|
export { default as Percentage } from "./percentage";
|
|
393
395
|
export { default as Person } from "./person";
|
|
394
396
|
export { default as Phone } from "./phone";
|
|
397
|
+
export { default as PhoneCall } from "./phone-call";
|
|
398
|
+
export { default as PhoneForward } from "./phone-forward";
|
|
395
399
|
export { default as PieChart } from "./pie-chart";
|
|
396
400
|
export { default as Pin } from "./pin";
|
|
397
401
|
export { default as Pivot } from "./pivot";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default ["M11 4h1v1c0 .55.45 1 1 1s1-.45 1-1V4h1c.55 0 1-.45 1-1s-.45-1-1-1h-1V1c0-.55-.45-1-1-1s-1 .45-1 1v1h-1c-.55 0-1 .45-1 1s.45 1 1 1z", "M8 1C4.889 3.143 2.556 4.214 1 4.214c0 5 2.333 8.929 7 11.786 3.797-2.325 6.05-5.359 6.757-9.102-.557.53-1.266.901-2.055 1.04-.762 2.394-2.32 4.41-4.702 6.088V4 1z"];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default ["M9 1c.55 0 1 .45 1 1v1H5V2c0-.55.45-1 1-1h-.22c.34-.6.98-1 1.72-1s1.38.4 1.72 1H9z", "M11 2h1c.55 0 1 .45 1 1v12c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h1v2h7V2zm-.684 9.326l.225.129c-.367.6-.717 1.013-1.051 1.262-.259.189-.517.283-.776.283-.267 0-.484-.06-.66-.18-.174-.12-.333-.318-.466-.584a9.666 9.666 0 01-.484-1.296c-.484.627-.86 1.082-1.135 1.365-.275.283-.5.472-.684.558a1.353 1.353 0 01-.584.128c-.217 0-.384-.06-.51-.188a.677.677 0 01-.191-.49.73.73 0 01.2-.523.694.694 0 01.518-.206c.108 0 .233.034.375.094.2.103.35.155.442.155a.654.654 0 00.326-.078c.125-.06.275-.197.467-.403.117-.129.333-.404.642-.824-.4-1.494-.709-2.386-.926-2.678-.142-.19-.317-.283-.534-.283-.108 0-.25.017-.409.051l.042-.232 2.16-.377c.393.618.668 1.304.81 2.043.41-.601.71-1.03.918-1.27.275-.327.509-.542.684-.636.184-.095.376-.146.576-.146.233 0 .4.06.525.189.126.12.184.292.184.506a.67.67 0 01-.184.49.577.577 0 01-.45.188 1.55 1.55 0 01-.45-.068 1.935 1.935 0 00-.36-.069.773.773 0 00-.492.189c-.217.172-.475.54-.792 1.099.35 1.261.634 2.025.842 2.309.126.154.25.24.376.24a.5.5 0 00.275-.086c.117-.094.3-.309.55-.66z"];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default ["M15.916 12.41c-.06-.06-3.373-2-3.483-2.05a.795.795 0 00-.32-.08c-.15 0-.34.11-.57.32-.23.22-.941 1.19-1.152 1.4-.21.22-.38.32-.52.32a.69.69 0 01-.25-.06c-.1-.04-1.161-.58-3.363-2.52-2.202-1.929-2.492-3.199-2.502-3.549 0-.14.11-.31.32-.52.22-.21.45-.41.7-.6.25-.19.491-.4.701-.62.22-.23.32-.42.32-.57 0-.109-.03-.209-.08-.319-.05-.1-2.051-3.41-2.121-3.48-.15-.15-.741-.08-1.041.08-2.392 1.3-2.582 3.04-2.552 3.73.04.71.49 4.459 4.163 7.948C8.73 16.17 11.903 16 12.113 16c.69 0 2.822-.38 3.723-2.55.13-.32.25-.87.08-1.04z", "M13 7c0 .6-.4 1-1 1s-1-.4-1-1c0-1.1-.9-2-2-2-.6 0-1-.4-1-1s.4-1 1-1c2.2 0 4 1.8 4 4z", "M16 7c0 .6-.4 1-1 1s-1-.4-1-1c0-2.8-2.2-5-5-5-.6 0-1-.4-1-1s.4-1 1-1c3.9 0 7 3.1 7 7z"];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default ["M15.916 12.41c-.06-.06-3.373-2-3.483-2.05a.795.795 0 00-.32-.08c-.15 0-.34.11-.57.32-.23.22-.941 1.19-1.152 1.4-.21.22-.38.32-.52.32a.69.69 0 01-.25-.06c-.1-.04-1.161-.58-3.363-2.52-2.202-1.929-2.492-3.199-2.502-3.549 0-.14.11-.31.32-.52.22-.21.45-.41.7-.6.25-.19.491-.4.701-.62.22-.23.32-.42.32-.57 0-.109-.03-.209-.08-.319-.05-.1-2.051-3.41-2.121-3.48-.15-.15-.741-.08-1.041.08-2.392 1.3-2.582 3.04-2.552 3.73.04.71.49 4.459 4.163 7.948C8.73 16.17 11.903 16 12.113 16c.69 0 2.822-.38 3.723-2.55.13-.32.25-.87.08-1.04z", "M15.71 4.3l-2-2A.965.965 0 0013 2a1.003 1.003 0 00-.71 1.71l.29.29H9c-.55 0-1 .45-1 1s.45 1 1 1h3.59l-.29.29a1.003 1.003 0 001.42 1.42l2-2c.18-.18.29-.43.29-.71 0-.28-.12-.52-.3-.7z"];
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "blueprint-icons-20";
|
|
3
|
-
src: url("./blueprint-icons-20.ttf?
|
|
4
|
-
url("./blueprint-icons-20.eot?
|
|
5
|
-
url("./blueprint-icons-20.woff2?
|
|
6
|
-
url("./blueprint-icons-20.woff?
|
|
7
|
-
url("./blueprint-icons-20.svg?
|
|
3
|
+
src: url("./blueprint-icons-20.ttf?7de71842b2d6bb6425f92a5ce59e42e3") format("truetype"),
|
|
4
|
+
url("./blueprint-icons-20.eot?7de71842b2d6bb6425f92a5ce59e42e3#iefix") format("embedded-opentype"),
|
|
5
|
+
url("./blueprint-icons-20.woff2?7de71842b2d6bb6425f92a5ce59e42e3") format("woff2"),
|
|
6
|
+
url("./blueprint-icons-20.woff?7de71842b2d6bb6425f92a5ce59e42e3") format("woff"),
|
|
7
|
+
url("./blueprint-icons-20.svg?7de71842b2d6bb6425f92a5ce59e42e3#blueprint-icons-20") format("svg");
|
|
8
8
|
}
|
|
Binary file
|
|
@@ -1105,6 +1105,9 @@
|
|
|
1105
1105
|
<glyph glyph-name="new-prescription"
|
|
1106
1106
|
unicode=""
|
|
1107
1107
|
horiz-adv-x="400" d="M239 195.4C242.2 199 243.4 199.8 248.2 199.8H277.8C282.8 199.8 287.2000000000001 198.2 289.6 193.2C291.6 189.2 291.4 185 288.6 180L234.4 108.4L297.6 20C300.2000000000001 15.8 300.8 10.8 298.2 6.2C295.8 2 291.4 0 286.8 0H254C247.8 0 242.8 3.4 240 8.8L202 62.2L163.4 8.6C160.4 3.2 155 0 148.8 0H119.6C114.6 0 110.2 1.6 107.8 6.6C105.8 10.6 106 14.8 108.8 19.8L170.6 106.8L85.2 220H60V133.6C60 125.4 54 119.8 46 119.8H14C5.8 119.8 0 125.4 0 133.6V386.2C0 394.4 6 400 14 400H102.4C116.6 400 129.6 398 141.2 394C153 390 163.4 384.2 172 376.6C180.8 369 187.6 359.8 192.4 348.8C197.4 338 199.8 326.2 199.8 313.4C199.8 293.2 194.2 275.8 183 261.4C174.4 250.6 156 235.6 143 229.6L204.8 150.8L239 195.4zM94.2 279.2C108.4 279.2 123.2 282.4 130.4 288.4C137 294 140.4 302.2 140.4 313.4S137 332.8 130.4 338.4C123.4 344.4 108.4 347.6 94.2 347.6H60.2V279.2H94.2zM380 340C391 340 400 331 400 320S391 300 380 300H340V260C340 249 331 240 320 240C309 240 300 249 300 260V300H260C249 300 240 309 240 320S249 340 260 340H300V380C300 391 309 400 320 400C331 400 340 391 340 380V340H380z" />
|
|
1108
|
+
<glyph glyph-name="new-shield"
|
|
1109
|
+
unicode=""
|
|
1110
|
+
horiz-adv-x="400" d="M240 320C240 308 248 300 260 300H300V260C300 248 308 240 320 240C330 240 340 248 340 260V300H380C390 300 400 308 400 320C400 332 390 340 380 340H340V380C340 392 330 400 320 400C308 400 300 392 300 380V340H260C248 340 240 330 240 320zM315.9120000000001 200.1278C294.9020000000001 142.752 256.444 93.86 200 52.646V346.9694C200 370 200 360 200 400C120 342.8572000000001 60 314.2858 20 314.2858C20 180.952 80 76.19 200 0C292.678 58.844 349.568 134.73 370.67 227.6586C359.3760000000001 210.1856 339.448 200 320 200C318.642 200 317.278 200.0422 315.9120000000001 200.1278z" />
|
|
1108
1111
|
<glyph glyph-name="new-text-box"
|
|
1109
1112
|
unicode=""
|
|
1110
1113
|
horiz-adv-x="400" d="M380 340H340V380C340 391 331 400 320 400S300 391 300 380V340H260C249 340 240 331 240 320S249 300 260 300H300V260C300 249 309 240 320 240S340 249 340 260V300H380C391 300 400 309 400 320S391 340 380 340zM100 250V230C100 224.4 104.4 220 110 220S120 224.4 120 230V240H160V100H150C144.4 100 140 95.6 140 90C140 84.4 144.4 80 150 80H190C195.6 80 200 84.4 200 90C200 95.6 195.6 100 190 100H180V240H220V230C220 224.4 224.4 220 230 220S240 224.4 240 230V250C240 255.6 235.6 260 230 260H110C104.4 260 100 255.6 100 250zM320 220C309 220 300 211 300 200V40H40V300H200C211 300 220 309 220 320C220 331 211 340 200 340H20C9 340 0 331 0 320V20C0 9 9 0 20 0H320C331 0 340 9 340 20V200C340 211 331 220 320 220z" />
|
|
@@ -1168,6 +1171,9 @@
|
|
|
1168
1171
|
<glyph glyph-name="paragraph"
|
|
1169
1172
|
unicode=""
|
|
1170
1173
|
horiz-adv-x="400" d="M330 380H140C84 380 40 336 40 280S84 180 140 180V50C140 34 154 20 170 20C186 20 200 34 200 50V320H240V50C240 34 254 20 270 20C286 20 300 34 300 50V320H330C346 320 360 334 360 350C360 366 346 380 330 380z" />
|
|
1174
|
+
<glyph glyph-name="paste-variable"
|
|
1175
|
+
unicode=""
|
|
1176
|
+
horiz-adv-x="400" d="M240 380C251 380 260 371 260 360V320H120V360C120 371 129 380 140 380H155.6C162.4 392 175.2 400 190 400C204.8 400 217.4 392 224.4 380H240zM280 360H320C331 360 340 351 340 340V20C340 9 331 0 320 0H60C49 0 40 9 40 20V340C40 351 49 360 60 360H100V300H280V360zM278.648 110.164L285.556 106.23C274.254 88.328 263.158 75.738 251.856 68.656C243.482 62.9500000000001 235.318 60.196 227.364 60.196C218.992 60.196 212.084 61.968 206.642 65.508C201.198 69.05 196.175 74.95 191.9886 83.016C187.802 91.082 182.7784 104.066 176.9172 121.77C161.8458 103.082 149.9144 89.508 141.332 80.852C132.7498 72.196 125.6328 66.492 119.981 63.934C114.3292 61.378 108.2588 60 101.7698 60C95.0714 60 89.8382 61.968 85.861 65.704C81.884 69.64 80 74.36 80 80.46C80 86.754 82.0932 92.066 86.489 96.196C90.8848 100.328 96.3274 102.492 102.8164 102.492C106.3748 102.492 110.352 101.508 114.7478 99.54C121.237 96.59 125.842 95.016 128.7726 95.016C132.5404 95.016 135.8896 95.606 138.8202 97.18C142.588 98.95 147.6118 103.082 153.4728 109.378C157.2408 113.312 163.7298 121.574 173.568 134.164C161.2178 178.82 151.3796 205.377 144.472 214.2296C140.0762 219.9344 134.4244 222.6886 127.726 222.6886C124.1674 222.6886 119.981 222.295 114.9572 221.3114L116.2132 228.3934L184.0342 240C196.3844 221.3114 204.966 200.6558 209.99 178.23C222.55 196.328 232.178 209.1148 238.668 216.3934C247.25 226.2296 254.368 232.5246 260.02 235.4754C265.67 238.4262 271.742 239.8032 278.02 239.8032C285.138 239.8032 290.58 237.836 294.348 234.0984C298.116 230.3606 300 225.4426000000001 300 218.9508C300 212.8524 298.116 207.9344 294.348 204.1968C290.58 200.459 285.766 198.492 280.114 198.492C275.928 198.492 271.322 199.278 265.88 200.6558C260.648 202.0328 256.88 202.8196 254.786 202.8196C249.344 202.8196 244.11 200.8524 239.296 197.114C232.388 192 224.224 180.984 214.386 164.262C225.48 126.688 234.272 103.672 240.762 95.41C244.738 90.492 248.716 88.132 252.692 88.132C256.042 88.132 258.9720000000001 88.918 261.484 90.492C265.0420000000001 93.05 270.904 99.54 278.648 110.164z" />
|
|
1171
1177
|
<glyph glyph-name="path-search"
|
|
1172
1178
|
unicode=""
|
|
1173
1179
|
horiz-adv-x="400" d="M80 260C69 260 60 251 60 240C60 229 69 220 80 220S100 229 100 240C100 251 91 260 80 260zM380 26.2L280 76.2V148.8C273.6 146.6 266.8 144.4 260 143V76.6L140 25.1999999999999V170.2C132.8 175.6 126.2 181.6 120 188.2V26.2L20 76.2V200C31 200 40 209 40 220C40 231 31 240 20 240V373.8L88.6 339.6C90.8 345.8 93.4 352 96.4 358L14.4 399L14.4 399C13 399.6 11.6 400 10 400C4.4 400 0 395.6 0 390V70C0 66 2.4 62.8 5.6 61.2L5.6 61.2L125.6 1.2L125.6 1.2C127 0.4 128.4 0 130 0C131.4 0 132.8 0.2 134 0.8L134 0.8L269.8 59L385.6 1L385.6 1C387 0.4 388.4000000000001 0 390 0C395.6 0 400 4.4 400 10V94.2000000000001C393.8 91.6 387.2 90 380 90V26.2zM200 300C189 300 180 291 180 280C180 269 189 260 200 260S220 269 220 280C220 291 211 300 200 300zM260 320C249 320 240 311 240 300C240 289 249 280 260 280S280 289 280 300C280 311 271 320 260 320zM394.4 338.8L394.4 338.8L365.8 353.2C369.8 344.6 373 335.4 375.4 326L380 323.8V290C369 290 360 281 360 270C360 259 369 250 380 250V210.8L400 190.8V330C400 334 397.6 337.2 394.4 338.8zM320.6 227.6C323.4000000000001 231.8000000000001 326 236 328.2 240.6C328.6 241.4000000000001 329 242.0000000000001 329.2000000000001 242.8000000000001C331.4 247.2 333.2 251.8000000000001 334.8000000000001 256.6C334.8000000000001 256.6 334.8000000000001 256.6 334.8000000000001 256.8000000000001C336.2000000000001 261.6 337.4000000000001 266.4000000000001 338.2000000000001 271.4000000000001C338.4000000000001 272.6 338.6000000000001 273.6 338.8000000000001 274.8000000000001C339.6 279.8 340 284.8 340 290C340 350.8 290.8 400 230 400C169.2 400 120 350.8 120 290S169.2 180 230 180C235.2 180 240.2 180.4 245.2 181.2C246.4 181.4 247.4 181.6 248.6 181.8C253.6 182.6 258.4 183.8 263.2 185.2C263.2 185.2 263.2 185.2 263.4 185.2C268.2 186.8 272.8 188.6 277.2 190.8C278 191.2 278.6 191.4 279.4 191.8C284 194 288.2 196.6 292.4 199.4L296 195.8L296 195.8L366 125.8C369.4 122.2 374.4 120 380 120C391 120 400 129 400 140C400 145.6 397.8 150.6 394.2000000000001 154.2L320.6 227.6zM230 210C185.8 210 150 245.8 150 290C150 334.2 185.8 370 230 370C274.2000000000001 370 310 334.2 310 290C310 245.8 274.2000000000001 210 230 210z" />
|
|
@@ -1186,6 +1192,12 @@
|
|
|
1186
1192
|
<glyph glyph-name="person"
|
|
1187
1193
|
unicode=""
|
|
1188
1194
|
horiz-adv-x="400" d="M392.2 41.8C380.8 68.2 325.2 85.6 288.4 102C251.4 118.4 256.6 128.2 255.2 141.8C255 143.6 255 145.6 254.8 147.6C267.4 158.8 277.8 174.2 284.6 192C284.6 192 285 193 285 193.2C286.4 197 287.6 201 288.8 205.2C297.2 207 302.2 216.2 304 224.8C306 228.2 309.8 236.8 309 246.4C307.8 258.8 302.8 264.6 297.2 267C297.2 267.8 297.2 268.4 297.2 269.2000000000001C297.2 285 295.8 307.8 292.8 322.8C292.2 327 291.2 331.2000000000001 290 335.2000000000001C284.5999999999999 353.6 273.2 370 258 381.6C242.2 393.6 220 400 200.2 400S158.2 393.6 142.4 381.6C127.2 370 115.8 353.6 110.4 335.2C109.2 331.2 108.2 327 107.6 322.8C104.8 307.8 103.2 285 103.2 269.2C103.2 268.6 103.2 268 103.2 267.2000000000001C97.4 265 92.2 259.2 91 246.4C90.2 236.8 94 228.2 96 224.8C98 216 103 206.6 111.8 205.2C112.8 201 114.2 197 115.6 193.2C115.6 193 115.8 192.6 115.8 192.4L116 192C122.8 173.8 133.4 158.2 146.4 147C146.4 145.2 146.2 143.4 146 141.8C144.6 128.2 148.6 118.4 111.6 102S19.2 68.2 7.8 41.8C-3.6 15.4 1 0 1 0H399C399 0 403.6 15.4 392.2 41.8z" />
|
|
1195
|
+
<glyph glyph-name="phone-call"
|
|
1196
|
+
unicode=""
|
|
1197
|
+
horiz-adv-x="400" d="M396.898 89.798C395.3 91.398 312.784 139.798 309.988 141.198C307.19 142.598 304.592 143.198 301.996 143.198C298.2 143.198 293.604 140.598 287.81 135.198C282.216 129.798 264.4340000000001 105.398 259.24 99.998C254.044 94.598 249.65 91.998 246.252 91.998C244.654 91.998 242.456 92.398 239.86 93.398C237.262 94.398 210.888 107.998 155.9454 156.398C101.0018 204.7972 93.8092 236.3968 93.4096 245.1966C93.4096 248.5966 96.007 252.9966 101.4014 258.1964C106.9956 263.1964 112.7898 268.3964 119.1832 272.9962000000001C125.5766 277.7962 131.3706 282.9962000000001 136.7652 288.596C142.1596 294.1960000000001 144.7568 298.9958000000001 144.7568 302.7958C144.7568 305.3958 144.1576 308.1958 142.759 310.7958C141.3604 313.5956 91.4116 396.19456 89.6136 397.99452C85.8174 401.59448 71.2324 399.99450118 63.84 395.99456C4.10136 363.5950000000001 -0.893518 319.9956 0.1054556 302.7958C1.10443 284.996 12.29294 191.198 103.9988 104.198C217.882 -4 297 0.2 302.1960000000001 0.2C319.578 0.2 372.5220000000001 9.8 395.1 64C398.296 71.6 401.294 85.398 396.898 89.798zM220 360C208 360 200 368 200 380.00002C200 392.00002 208 400.00001678518 220 400.0000157361C320 400.00000699382 400 320 400 220C400 208 392 200 380 200C368 200 360 208 360 220C360 298 298 360 220 360zM220 280C208 280 200 288 200 300C200 312 208 320 220 320C276 320 320 276 320 220C320 208 312 200 300 200C288 200 280 208 280 220C280 254 254 280 220 280z" />
|
|
1198
|
+
<glyph glyph-name="phone-forward"
|
|
1199
|
+
unicode=""
|
|
1200
|
+
horiz-adv-x="400" d="M396.898 89.798C395.3 91.398 312.784 139.798 309.988 141.198C307.19 142.598 304.592 143.198 301.996 143.198C298.2 143.198 293.604 140.598 287.81 135.198C282.216 129.798 264.4340000000001 105.398 259.24 99.998C254.044 94.598 249.65 91.998 246.252 91.998C244.654 91.998 242.456 92.398 239.86 93.398C237.262 94.398 210.888 107.998 155.9454 156.398C101.0018 204.7972 93.8092 236.3968 93.4096 245.1966C93.4096 248.5966 96.007 252.9966 101.4014 258.1964C106.9956 263.1964 112.7898 268.3964 119.1832 272.9962000000001C125.5766 277.7962 131.3706 282.9962000000001 136.7652 288.596C142.1596 294.1960000000001 144.7568 298.9958000000001 144.7568 302.7958C144.7568 305.3958 144.1576 308.1958 142.759 310.7958C141.3604 313.5956 91.4116 396.19456 89.6136 397.99452C85.8174 401.59448 71.2324 399.99450118 63.84 395.99456C4.10136 363.5950000000001 -0.893518 319.9956 0.1054556 302.7958C1.10443 284.996 12.29294 191.198 103.9988 104.198C217.882 -4 297 0.2 302.1960000000001 0.2C319.578 0.2 372.5220000000001 9.8 395.1 64C398.296 71.6 401.294 85.398 396.898 89.798zM220 260H331.6L305.8 234.2C302 230.4 299.8 225.4 299.8 220C299.8 209 308.8 200 319.8 200C325.4 200 330.4 202.2 334 205.8L394 265.8C397.6 269.4 399.8 274.4 399.8 280C399.8 285.6 397.6 290.6 394 294.2L334 354.2C330.4 357.8 325.4 360 319.8 360C308.8 360 299.8 351 299.8 340C299.8 334.4 302 329.4 305.6 325.8L331.6 300H220C209 300 200 291 200 280C200 269 209 260 220 260z" />
|
|
1189
1201
|
<glyph glyph-name="phone"
|
|
1190
1202
|
unicode=""
|
|
1191
1203
|
horiz-adv-x="400" d="M398.2 89.8C396.6 91.4 314 139.8 311.2 141.2C308.4 142.6 305.8 143.2 303.2 143.2C299.4000000000001 143.2 294.8 140.6 289 135.2C283.4 129.8 265.6 105.4 260.4 100C255.2 94.6 250.8 92 247.4 92C245.8 92 243.6 92.4 241 93.4C238.4 94.4 212 108 157 156.4C102 204.8 94.8 236.4 94.4 245.2C94.4 248.6 97 253 102.4 258.2000000000001C108 263.2 113.8 268.4 120.2 273C126.6 277.8 132.4 283 137.8 288.6C143.2 294.2000000000001 145.8 299 145.8 302.8C145.8 305.4 145.2 308.2 143.8 310.8C142.4 313.6 92.4 396.2 90.6 398C86.8 401.6 72.2 400 64.8 396C5 363.6 0 320 1 302.8C2 285 13.2 191.2 105 104.2000000000001C219 -4 298.2 0.2 303.4 0.2C320.8 0.2 373.8 9.8000000000001 396.4 64.0000000000001C399.6 71.6 402.6 85.4 398.2 89.8z" />
|
|
@@ -365,6 +365,7 @@ export type BlueprintIcons_20Id =
|
|
|
365
365
|
| "new-object"
|
|
366
366
|
| "new-person"
|
|
367
367
|
| "new-prescription"
|
|
368
|
+
| "new-shield"
|
|
368
369
|
| "new-text-box"
|
|
369
370
|
| "ninja"
|
|
370
371
|
| "not-equal-to"
|
|
@@ -386,12 +387,15 @@ export type BlueprintIcons_20Id =
|
|
|
386
387
|
| "panel-table"
|
|
387
388
|
| "paperclip"
|
|
388
389
|
| "paragraph"
|
|
390
|
+
| "paste-variable"
|
|
389
391
|
| "path-search"
|
|
390
392
|
| "path"
|
|
391
393
|
| "pause"
|
|
392
394
|
| "people"
|
|
393
395
|
| "percentage"
|
|
394
396
|
| "person"
|
|
397
|
+
| "phone-call"
|
|
398
|
+
| "phone-forward"
|
|
395
399
|
| "phone"
|
|
396
400
|
| "pie-chart"
|
|
397
401
|
| "pin"
|
|
@@ -948,6 +952,7 @@ export type BlueprintIcons_20Key =
|
|
|
948
952
|
| "NewObject"
|
|
949
953
|
| "NewPerson"
|
|
950
954
|
| "NewPrescription"
|
|
955
|
+
| "NewShield"
|
|
951
956
|
| "NewTextBox"
|
|
952
957
|
| "Ninja"
|
|
953
958
|
| "NotEqualTo"
|
|
@@ -969,12 +974,15 @@ export type BlueprintIcons_20Key =
|
|
|
969
974
|
| "PanelTable"
|
|
970
975
|
| "Paperclip"
|
|
971
976
|
| "Paragraph"
|
|
977
|
+
| "PasteVariable"
|
|
972
978
|
| "PathSearch"
|
|
973
979
|
| "Path"
|
|
974
980
|
| "Pause"
|
|
975
981
|
| "People"
|
|
976
982
|
| "Percentage"
|
|
977
983
|
| "Person"
|
|
984
|
+
| "PhoneCall"
|
|
985
|
+
| "PhoneForward"
|
|
978
986
|
| "Phone"
|
|
979
987
|
| "PieChart"
|
|
980
988
|
| "Pin"
|
|
@@ -1531,6 +1539,7 @@ export enum BlueprintIcons_20 {
|
|
|
1531
1539
|
NewObject = "new-object",
|
|
1532
1540
|
NewPerson = "new-person",
|
|
1533
1541
|
NewPrescription = "new-prescription",
|
|
1542
|
+
NewShield = "new-shield",
|
|
1534
1543
|
NewTextBox = "new-text-box",
|
|
1535
1544
|
Ninja = "ninja",
|
|
1536
1545
|
NotEqualTo = "not-equal-to",
|
|
@@ -1552,12 +1561,15 @@ export enum BlueprintIcons_20 {
|
|
|
1552
1561
|
PanelTable = "panel-table",
|
|
1553
1562
|
Paperclip = "paperclip",
|
|
1554
1563
|
Paragraph = "paragraph",
|
|
1564
|
+
PasteVariable = "paste-variable",
|
|
1555
1565
|
PathSearch = "path-search",
|
|
1556
1566
|
Path = "path",
|
|
1557
1567
|
Pause = "pause",
|
|
1558
1568
|
People = "people",
|
|
1559
1569
|
Percentage = "percentage",
|
|
1560
1570
|
Person = "person",
|
|
1571
|
+
PhoneCall = "phone-call",
|
|
1572
|
+
PhoneForward = "phone-forward",
|
|
1561
1573
|
Phone = "phone",
|
|
1562
1574
|
PieChart = "pie-chart",
|
|
1563
1575
|
Pin = "pin",
|
|
@@ -2115,6 +2127,7 @@ export const BLUEPRINT_ICONS_20_CODEPOINTS: { [key in BlueprintIcons_20]: string
|
|
|
2115
2127
|
[BlueprintIcons_20.NewObject]: "62038",
|
|
2116
2128
|
[BlueprintIcons_20.NewPerson]: "62039",
|
|
2117
2129
|
[BlueprintIcons_20.NewPrescription]: "62040",
|
|
2130
|
+
[BlueprintIcons_20.NewShield]: "62281",
|
|
2118
2131
|
[BlueprintIcons_20.NewTextBox]: "62041",
|
|
2119
2132
|
[BlueprintIcons_20.Ninja]: "62042",
|
|
2120
2133
|
[BlueprintIcons_20.NotEqualTo]: "62043",
|
|
@@ -2136,12 +2149,15 @@ export const BLUEPRINT_ICONS_20_CODEPOINTS: { [key in BlueprintIcons_20]: string
|
|
|
2136
2149
|
[BlueprintIcons_20.PanelTable]: "62058",
|
|
2137
2150
|
[BlueprintIcons_20.Paperclip]: "62059",
|
|
2138
2151
|
[BlueprintIcons_20.Paragraph]: "62060",
|
|
2152
|
+
[BlueprintIcons_20.PasteVariable]: "62278",
|
|
2139
2153
|
[BlueprintIcons_20.PathSearch]: "62061",
|
|
2140
2154
|
[BlueprintIcons_20.Path]: "62062",
|
|
2141
2155
|
[BlueprintIcons_20.Pause]: "62063",
|
|
2142
2156
|
[BlueprintIcons_20.People]: "62064",
|
|
2143
2157
|
[BlueprintIcons_20.Percentage]: "62065",
|
|
2144
2158
|
[BlueprintIcons_20.Person]: "62066",
|
|
2159
|
+
[BlueprintIcons_20.PhoneCall]: "62279",
|
|
2160
|
+
[BlueprintIcons_20.PhoneForward]: "62280",
|
|
2145
2161
|
[BlueprintIcons_20.Phone]: "62067",
|
|
2146
2162
|
[BlueprintIcons_20.PieChart]: "62068",
|
|
2147
2163
|
[BlueprintIcons_20.Pin]: "62069",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -364,6 +364,7 @@ export { default as NewLink } from "./new-link";
|
|
|
364
364
|
export { default as NewObject } from "./new-object";
|
|
365
365
|
export { default as NewPerson } from "./new-person";
|
|
366
366
|
export { default as NewPrescription } from "./new-prescription";
|
|
367
|
+
export { default as NewShield } from "./new-shield";
|
|
367
368
|
export { default as NewTextBox } from "./new-text-box";
|
|
368
369
|
export { default as Ninja } from "./ninja";
|
|
369
370
|
export { default as NotEqualTo } from "./not-equal-to";
|
|
@@ -385,6 +386,7 @@ export { default as PanelStats } from "./panel-stats";
|
|
|
385
386
|
export { default as PanelTable } from "./panel-table";
|
|
386
387
|
export { default as Paperclip } from "./paperclip";
|
|
387
388
|
export { default as Paragraph } from "./paragraph";
|
|
389
|
+
export { default as PasteVariable } from "./paste-variable";
|
|
388
390
|
export { default as Path } from "./path";
|
|
389
391
|
export { default as PathSearch } from "./path-search";
|
|
390
392
|
export { default as Pause } from "./pause";
|
|
@@ -392,6 +394,8 @@ export { default as People } from "./people";
|
|
|
392
394
|
export { default as Percentage } from "./percentage";
|
|
393
395
|
export { default as Person } from "./person";
|
|
394
396
|
export { default as Phone } from "./phone";
|
|
397
|
+
export { default as PhoneCall } from "./phone-call";
|
|
398
|
+
export { default as PhoneForward } from "./phone-forward";
|
|
395
399
|
export { default as PieChart } from "./pie-chart";
|
|
396
400
|
export { default as Pin } from "./pin";
|
|
397
401
|
export { default as Pivot } from "./pivot";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default ["M12 4c0 .6.4 1 1 1h2v2c0 .6.4 1 1 1 .5 0 1-.4 1-1V5h2c.5 0 1-.4 1-1s-.5-1-1-1h-2V1c0-.6-.5-1-1-1-.6 0-1 .4-1 1v2h-2c-.6 0-1 .5-1 1z", "M15.796 9.994c-1.05 2.868-2.974 5.313-5.796 7.374V2.652 0C6 2.857 3 4.286 1 4.286 1 10.952 4 16.19 10 20c4.634-2.942 7.478-6.736 8.534-11.383a3.066 3.066 0 01-2.738 1.377z"];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default ["M12 1c.55 0 1 .45 1 1v2H6V2c0-.55.45-1 1-1h.78a1.98 1.98 0 013.44 0H12z", "M14 2h2c.55 0 1 .45 1 1v16c0 .55-.45 1-1 1H3c-.55 0-1-.45-1-1V3c0-.55.45-1 1-1h2v3h9V2zm-.068 12.492l.346.196c-.565.896-1.12 1.525-1.685 1.88-.419.284-.827.422-1.225.422-.418 0-.764-.088-1.036-.265-.272-.178-.523-.473-.733-.876-.209-.403-.46-1.052-.753-1.938-.754.935-1.35 1.614-1.78 2.046-.429.433-.784.718-1.067.846a2.187 2.187 0 01-.91.197c-.335 0-.597-.098-.796-.285A.976.976 0 014 15.977c0-.315.105-.58.324-.787a1.15 1.15 0 01.817-.315c.178 0 .377.05.596.148.325.148.555.226.702.226.188 0 .355-.03.502-.108.188-.088.44-.295.733-.61.188-.197.512-.61 1.004-1.24-.617-2.232-1.109-3.56-1.454-4.002a1.014 1.014 0 00-.838-.423c-.178 0-.387.02-.638.068l.063-.354L9.2 8a9.199 9.199 0 011.298 3.088c.628-.904 1.11-1.544 1.434-1.908.43-.491.785-.806 1.068-.954.283-.147.586-.216.9-.216.356 0 .628.098.816.285.189.187.283.433.283.757 0 .305-.094.551-.283.738a.979.979 0 01-.711.285c-.21 0-.44-.039-.712-.108-.262-.069-.45-.108-.555-.108-.272 0-.534.098-.774.285-.346.256-.754.807-1.246 1.643.555 1.879.995 3.03 1.32 3.442.198.246.397.364.596.364a.81.81 0 00.44-.118c.177-.127.47-.452.857-.983z"];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default ["M19.845 15.51c-.08-.08-4.206-2.5-4.346-2.57a.874.874 0 00-.4-.1c-.189 0-.419.13-.709.4-.28.27-1.168 1.49-1.428 1.76s-.48.4-.65.4c-.08 0-.19-.02-.319-.07-.13-.05-1.449-.73-4.196-3.15s-3.107-4-3.127-4.44c0-.17.13-.39.4-.65.28-.25.57-.51.89-.74.319-.24.609-.5.878-.78.27-.28.4-.52.4-.71 0-.13-.03-.27-.1-.4C7.068 4.32 4.57.19 4.48.1c-.19-.18-.92-.1-1.289.1C.205 1.82-.045 4 .005 4.86c.05.89.61 5.58 5.195 9.93 5.694 5.41 9.65 5.2 9.91 5.2.869 0 3.516-.48 4.645-3.19.16-.38.31-1.07.09-1.29zM11 2c-.6 0-1-.4-1-1s.4-1 1-1c5 0 9 4 9 9 0 .6-.4 1-1 1s-1-.4-1-1c0-3.9-3.1-7-7-7z", "M11 6c-.6 0-1-.4-1-1s.4-1 1-1c2.8 0 5 2.2 5 5 0 .6-.4 1-1 1s-1-.4-1-1c0-1.7-1.3-3-3-3z"];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default ["M19.845 15.51c-.08-.08-4.206-2.5-4.346-2.57a.874.874 0 00-.4-.1c-.189 0-.419.13-.709.4-.28.27-1.168 1.49-1.428 1.76s-.48.4-.65.4c-.08 0-.19-.02-.319-.07-.13-.05-1.449-.73-4.196-3.15s-3.107-4-3.127-4.44c0-.17.13-.39.4-.65.28-.25.57-.51.89-.74.319-.24.609-.5.878-.78.27-.28.4-.52.4-.71 0-.13-.03-.27-.1-.4C7.068 4.32 4.57.19 4.48.1c-.19-.18-.92-.1-1.289.1C.205 1.82-.045 4 .005 4.86c.05.89.61 5.58 5.195 9.93 5.694 5.41 9.65 5.2 9.91 5.2.869 0 3.516-.48 4.645-3.19.16-.38.31-1.07.09-1.29z", "M11 7h5.58l-1.29 1.29a1 1 0 00-.3.71 1.003 1.003 0 001.71.71l3-3c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71l-3-3a1.003 1.003 0 00-1.42 1.42L16.58 5H11c-.55 0-1 .45-1 1s.45 1 1 1z"];
|
|
@@ -379,6 +379,7 @@ export { NewLink } from "./new-link";
|
|
|
379
379
|
export { NewObject } from "./new-object";
|
|
380
380
|
export { NewPerson } from "./new-person";
|
|
381
381
|
export { NewPrescription } from "./new-prescription";
|
|
382
|
+
export { NewShield } from "./new-shield";
|
|
382
383
|
export { NewTextBox } from "./new-text-box";
|
|
383
384
|
export { Ninja } from "./ninja";
|
|
384
385
|
export { NotEqualTo } from "./not-equal-to";
|
|
@@ -400,12 +401,15 @@ export { PanelStats } from "./panel-stats";
|
|
|
400
401
|
export { PanelTable } from "./panel-table";
|
|
401
402
|
export { Paperclip } from "./paperclip";
|
|
402
403
|
export { Paragraph } from "./paragraph";
|
|
404
|
+
export { PasteVariable } from "./paste-variable";
|
|
403
405
|
export { PathSearch } from "./path-search";
|
|
404
406
|
export { Path } from "./path";
|
|
405
407
|
export { Pause } from "./pause";
|
|
406
408
|
export { People } from "./people";
|
|
407
409
|
export { Percentage } from "./percentage";
|
|
408
410
|
export { Person } from "./person";
|
|
411
|
+
export { PhoneCall } from "./phone-call";
|
|
412
|
+
export { PhoneForward } from "./phone-forward";
|
|
409
413
|
export { Phone } from "./phone";
|
|
410
414
|
export { PieChart } from "./pie-chart";
|
|
411
415
|
export { Pin } from "./pin";
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2021 Palantir Technologies, Inc. All rights reserved.
|
|
3
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
* you may not use this file except in compliance with the License.
|
|
5
|
+
* You may obtain a copy of the License at
|
|
6
|
+
*
|
|
7
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
*
|
|
9
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
* See the License for the specific language governing permissions and
|
|
13
|
+
* limitations under the License.
|
|
14
|
+
*/
|
|
15
|
+
|
|
16
|
+
import * as React from "react";
|
|
17
|
+
import type { SVGIconProps } from "../../svgIconProps";
|
|
18
|
+
import { IconSize } from "../../iconTypes";
|
|
19
|
+
import { SVGIconContainer } from "../../svgIconContainer";
|
|
20
|
+
|
|
21
|
+
export const NewShield: React.FC<SVGIconProps> = React.forwardRef<any, SVGIconProps>((props, ref) => {
|
|
22
|
+
const isLarge = props.size! >= IconSize.LARGE;
|
|
23
|
+
const pixelGridSize = isLarge ? IconSize.LARGE : IconSize.STANDARD;
|
|
24
|
+
const translation = `${-1 * pixelGridSize / 0.05 / 2}`;
|
|
25
|
+
return (
|
|
26
|
+
<SVGIconContainer iconName="new-shield" ref={ref} {...props}>
|
|
27
|
+
<path
|
|
28
|
+
d={isLarge ? "M240 320C240 308 248 300 260 300H300V260C300 248 308 240 320 240C330 240 340 248 340 260V300H380C390 300 400 308 400 320C400 332 390 340 380 340H340V380C340 392 330 400 320 400C308 400 300 392 300 380V340H260C248 340 240 330 240 320zM315.9120000000001 200.1278C294.9020000000001 142.752 256.444 93.86 200 52.646V346.9694C200 370 200 360 200 400C120 342.8572000000001 60 314.2858 20 314.2858C20 180.952 80 76.19 200 0C292.678 58.844 349.568 134.73 370.67 227.6586C359.3760000000001 210.1856 339.448 200 320 200C318.642 200 317.278 200.0422 315.9120000000001 200.1278z" : "M220 240H240V220C240 209 249 200 260 200C271 200 280 209 280 220V240H300C311 240 320 249 320 260C320 271 311 280 300 280H280V300C280 311 271 320 260 320C249 320 240 311 240 300V280H220C209 280 200 271 200 260C200 249 209 240 220 240zM160 300C97.7778 257.1428 51.1112 235.7142 20 235.7142C20 135.7142 66.6666 57.142 160 0C235.938 46.492 280.9840000000001 107.172 295.138 182.0352C284.002 171.4394 269.8160000000001 164.0194 254.032 161.2268C238.806 113.352 207.638 73.028 160 39.484V240C160 260.12 160 279.6796 160 300z"}
|
|
29
|
+
fillRule="evenodd"
|
|
30
|
+
transform-origin="center"
|
|
31
|
+
transform={`scale(0.05, -0.05) translate(${translation}, ${translation})`}
|
|
32
|
+
/>
|
|
33
|
+
</SVGIconContainer>
|
|
34
|
+
)
|
|
35
|
+
});
|
|
36
|
+
NewShield.defaultProps = {
|
|
37
|
+
size: IconSize.STANDARD,
|
|
38
|
+
};
|
|
39
|
+
NewShield.displayName = `Blueprint5.Icon.NewShield`;
|
|
40
|
+
export default NewShield;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2021 Palantir Technologies, Inc. All rights reserved.
|
|
3
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
* you may not use this file except in compliance with the License.
|
|
5
|
+
* You may obtain a copy of the License at
|
|
6
|
+
*
|
|
7
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
*
|
|
9
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
* See the License for the specific language governing permissions and
|
|
13
|
+
* limitations under the License.
|
|
14
|
+
*/
|
|
15
|
+
|
|
16
|
+
import * as React from "react";
|
|
17
|
+
import type { SVGIconProps } from "../../svgIconProps";
|
|
18
|
+
import { IconSize } from "../../iconTypes";
|
|
19
|
+
import { SVGIconContainer } from "../../svgIconContainer";
|
|
20
|
+
|
|
21
|
+
export const PasteVariable: React.FC<SVGIconProps> = React.forwardRef<any, SVGIconProps>((props, ref) => {
|
|
22
|
+
const isLarge = props.size! >= IconSize.LARGE;
|
|
23
|
+
const pixelGridSize = isLarge ? IconSize.LARGE : IconSize.STANDARD;
|
|
24
|
+
const translation = `${-1 * pixelGridSize / 0.05 / 2}`;
|
|
25
|
+
return (
|
|
26
|
+
<SVGIconContainer iconName="paste-variable" ref={ref} {...props}>
|
|
27
|
+
<path
|
|
28
|
+
d={isLarge ? "M240 380C251 380 260 371 260 360V320H120V360C120 371 129 380 140 380H155.6C162.4 392 175.2 400 190 400C204.8 400 217.4 392 224.4 380H240zM280 360H320C331 360 340 351 340 340V20C340 9 331 0 320 0H60C49 0 40 9 40 20V340C40 351 49 360 60 360H100V300H280V360zM278.648 110.164L285.556 106.23C274.254 88.328 263.158 75.738 251.856 68.656C243.482 62.9500000000001 235.318 60.196 227.364 60.196C218.992 60.196 212.084 61.968 206.642 65.508C201.198 69.05 196.175 74.95 191.9886 83.016C187.802 91.082 182.7784 104.066 176.9172 121.77C161.8458 103.082 149.9144 89.508 141.332 80.852C132.7498 72.196 125.6328 66.492 119.981 63.934C114.3292 61.378 108.2588 60 101.7698 60C95.0714 60 89.8382 61.968 85.861 65.704C81.884 69.64 80 74.36 80 80.46C80 86.754 82.0932 92.066 86.489 96.196C90.8848 100.328 96.3274 102.492 102.8164 102.492C106.3748 102.492 110.352 101.508 114.7478 99.54C121.237 96.59 125.842 95.016 128.7726 95.016C132.5404 95.016 135.8896 95.606 138.8202 97.18C142.588 98.95 147.6118 103.082 153.4728 109.378C157.2408 113.312 163.7298 121.574 173.568 134.164C161.2178 178.82 151.3796 205.377 144.472 214.2296C140.0762 219.9344 134.4244 222.6886 127.726 222.6886C124.1674 222.6886 119.981 222.295 114.9572 221.3114L116.2132 228.3934L184.0342 240C196.3844 221.3114 204.966 200.6558 209.99 178.23C222.55 196.328 232.178 209.1148 238.668 216.3934C247.25 226.2296 254.368 232.5246 260.02 235.4754C265.67 238.4262 271.742 239.8032 278.02 239.8032C285.138 239.8032 290.58 237.836 294.348 234.0984C298.116 230.3606 300 225.4426000000001 300 218.9508C300 212.8524 298.116 207.9344 294.348 204.1968C290.58 200.459 285.766 198.492 280.114 198.492C275.928 198.492 271.322 199.278 265.88 200.6558C260.648 202.0328 256.88 202.8196 254.786 202.8196C249.344 202.8196 244.11 200.8524 239.296 197.114C232.388 192 224.224 180.984 214.386 164.262C225.48 126.688 234.272 103.672 240.762 95.41C244.738 90.492 248.716 88.132 252.692 88.132C256.042 88.132 258.9720000000001 88.918 261.484 90.492C265.0420000000001 93.05 270.904 99.54 278.648 110.164z" : "M179.9996 300C190.9996 300 199.9996 291 199.9996 280V260H99.9996V280C99.9996 291 108.9996 300 119.9996 300H115.5996C122.3996 312 135.1996 320 149.9996 320C164.7996 320 177.5996 312 184.3996 300H179.9996zM220 280H240C251 280 260 271 260 260V20C260 9 251 0 240 0H60C49 0 40 9 40 20V260C40 271 49 280 60 280H80V240H220V280zM206.318 93.476L210.822 90.902C203.48 78.884 196.472 70.644 189.7974 65.666C184.6246 61.888 179.4518 60 174.279 60C168.9392 60 164.6008 61.202 161.0966 63.606C157.5924 66.008 154.422 69.958 151.752 75.278C149.0822 80.772 145.745 89.356 142.0738 101.202C132.3958 88.67 124.8868 79.57 119.3802 73.906C113.8736 68.24 109.3682 64.464 105.6972 62.746C102.0262 61.03 98.1884 60.172 94.0166 60.172C89.6782 60.172 86.3408 61.374 83.838 63.948C81.335 66.524 80 69.786 80 73.734C80 77.854 81.335 81.46 84.0048 84.206C86.6746 86.952 90.1788 88.326 94.3504 88.326C96.5196 88.326 99.0226 87.64 101.8594 86.438C105.8642 84.378 108.8678 83.348 110.7032 83.348C113.2062 83.348 115.3754 83.862 117.211 84.892C119.714 86.094 122.7176 88.842 126.5554 92.962C128.8916 95.536 133.23 101.03 139.404 109.442C131.3946 139.3132 125.2204 157.1674 120.882 163.0042C118.0452 166.7812 114.5412 168.6696 110.2026 168.6696C108.0334 168.6696 105.1966 168.3262 102.0262 167.6394L102.8606 172.2746L146.0786 179.8284C153.9214 167.4678 159.4278 153.734 162.2646 138.97C170.441 150.9872 176.4482 159.5708 180.6198 164.3776C186.1264 170.9012 190.7986 175.1932 194.3028 177.0816C197.9738 178.97 201.812 180 205.816 180C210.488 180 213.826 178.7982 216.328 176.2232C218.832 173.8198 220 170.3862 220 166.0944C220 162.146 218.832 158.8842 216.328 156.309C213.992 153.734 210.99 152.5322 207.318 152.5322C204.816 152.5322 201.644 152.8756 198.3076 153.9056C194.8034 154.764 192.4672 155.279 191.1322 155.279C187.795 155.279 184.4576 154.0772 181.2872 151.5022C176.9488 148.0686 171.776 140.6866 165.435 129.5278C172.4434 104.292 178.1168 89.012 182.2884 83.348C184.7914 80.258 187.2944 78.54 189.7974 78.54C191.7998 78.54 193.8022 79.228 195.304 80.258C197.64 82.146 201.312 86.438 206.318 93.476z"}
|
|
29
|
+
fillRule="evenodd"
|
|
30
|
+
transform-origin="center"
|
|
31
|
+
transform={`scale(0.05, -0.05) translate(${translation}, ${translation})`}
|
|
32
|
+
/>
|
|
33
|
+
</SVGIconContainer>
|
|
34
|
+
)
|
|
35
|
+
});
|
|
36
|
+
PasteVariable.defaultProps = {
|
|
37
|
+
size: IconSize.STANDARD,
|
|
38
|
+
};
|
|
39
|
+
PasteVariable.displayName = `Blueprint5.Icon.PasteVariable`;
|
|
40
|
+
export default PasteVariable;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2021 Palantir Technologies, Inc. All rights reserved.
|
|
3
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
* you may not use this file except in compliance with the License.
|
|
5
|
+
* You may obtain a copy of the License at
|
|
6
|
+
*
|
|
7
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
*
|
|
9
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
* See the License for the specific language governing permissions and
|
|
13
|
+
* limitations under the License.
|
|
14
|
+
*/
|
|
15
|
+
|
|
16
|
+
import * as React from "react";
|
|
17
|
+
import type { SVGIconProps } from "../../svgIconProps";
|
|
18
|
+
import { IconSize } from "../../iconTypes";
|
|
19
|
+
import { SVGIconContainer } from "../../svgIconContainer";
|
|
20
|
+
|
|
21
|
+
export const PhoneCall: React.FC<SVGIconProps> = React.forwardRef<any, SVGIconProps>((props, ref) => {
|
|
22
|
+
const isLarge = props.size! >= IconSize.LARGE;
|
|
23
|
+
const pixelGridSize = isLarge ? IconSize.LARGE : IconSize.STANDARD;
|
|
24
|
+
const translation = `${-1 * pixelGridSize / 0.05 / 2}`;
|
|
25
|
+
return (
|
|
26
|
+
<SVGIconContainer iconName="phone-call" ref={ref} {...props}>
|
|
27
|
+
<path
|
|
28
|
+
d={isLarge ? "M396.898 89.798C395.3 91.398 312.784 139.798 309.988 141.198C307.19 142.598 304.592 143.198 301.996 143.198C298.2 143.198 293.604 140.598 287.81 135.198C282.216 129.798 264.4340000000001 105.398 259.24 99.998C254.044 94.598 249.65 91.998 246.252 91.998C244.654 91.998 242.456 92.398 239.86 93.398C237.262 94.398 210.888 107.998 155.9454 156.398C101.0018 204.7972 93.8092 236.3968 93.4096 245.1966C93.4096 248.5966 96.007 252.9966 101.4014 258.1964C106.9956 263.1964 112.7898 268.3964 119.1832 272.9962000000001C125.5766 277.7962 131.3706 282.9962000000001 136.7652 288.596C142.1596 294.1960000000001 144.7568 298.9958000000001 144.7568 302.7958C144.7568 305.3958 144.1576 308.1958 142.759 310.7958C141.3604 313.5956 91.4116 396.19456 89.6136 397.99452C85.8174 401.59448 71.2324 399.99450118 63.84 395.99456C4.10136 363.5950000000001 -0.893518 319.9956 0.1054556 302.7958C1.10443 284.996 12.29294 191.198 103.9988 104.198C217.882 -4 297 0.2 302.1960000000001 0.2C319.578 0.2 372.5220000000001 9.8 395.1 64C398.296 71.6 401.294 85.398 396.898 89.798zM220 360C208 360 200 368 200 380.00002C200 392.00002 208 400.00001678518 220 400.0000157361C320 400.00000699382 400 320 400 220C400 208 392 200 380 200C368 200 360 208 360 220C360 298 298 360 220 360zM220 280C208 280 200 288 200 300C200 312 208 320 220 320C276 320 320 276 320 220C320 208 312 200 300 200C288 200 280 208 280 220C280 254 254 280 220 280z" : "M318.32 71.802C317.118 73 250.864 111.792 248.662 112.792C246.46 113.792 244.258 114.392 242.256 114.392C239.254 114.392 235.45 112.192 230.846 107.992C226.242 103.594 212.03 84.198 207.828 80C203.624 75.6 200.22 73.6 197.4182 73.6C196.0172 73.6 194.4158 74 192.4142 74.8C190.4124 75.6 169.1946 86.398 125.1576 125.1888C81.1206 163.7798 75.3158 189.1738 75.1156 196.1722C75.1156 198.9714 77.3174 202.3706 81.521 206.5698C85.9246 210.7688 90.5286 214.7678 95.5328 218.567C100.537 222.366 105.341 226.565 109.5444 230.964C113.9482 235.563 115.9498 239.362 115.9498 242.3614C115.9498 244.5608 115.3494 246.5604 114.3486 248.7598C113.3476 250.7594 73.314 316.9439 71.9128 318.3435820000001C68.9104 321.342882 57.1004 319.9432084 51.0954 316.74396C3.25522 290.75 -0.547978 255.9582 0.0525274 242.1614C0.8532 227.9648000000001 9.86076 152.9822 83.3224 83.198C174.5992 -3.382 238.052 0.018 242.256 0.018C256.068 0.018 298.704 7.616 316.718 51.006C319.32 57.404 321.722 68.402 318.32 71.802zM260 180C260 168 252 160 240 160C228 160 220 168 220 180C220 202 202 220 180 220C168 220 160 228 160 240C160 252 168 260 180 260C224 260 260 224 260 180zM320 180C320 168 312 160 300 160C288 160 280 168 280 180C280 236 236 280 180 280C168 280 160 288 160 300.00002C160 312.00002 168 320.00001328826 180 320.00001223918C258 320.00000542022 320 258 320 180z"}
|
|
29
|
+
fillRule="evenodd"
|
|
30
|
+
transform-origin="center"
|
|
31
|
+
transform={`scale(0.05, -0.05) translate(${translation}, ${translation})`}
|
|
32
|
+
/>
|
|
33
|
+
</SVGIconContainer>
|
|
34
|
+
)
|
|
35
|
+
});
|
|
36
|
+
PhoneCall.defaultProps = {
|
|
37
|
+
size: IconSize.STANDARD,
|
|
38
|
+
};
|
|
39
|
+
PhoneCall.displayName = `Blueprint5.Icon.PhoneCall`;
|
|
40
|
+
export default PhoneCall;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright 2021 Palantir Technologies, Inc. All rights reserved.
|
|
3
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
* you may not use this file except in compliance with the License.
|
|
5
|
+
* You may obtain a copy of the License at
|
|
6
|
+
*
|
|
7
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
*
|
|
9
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
* See the License for the specific language governing permissions and
|
|
13
|
+
* limitations under the License.
|
|
14
|
+
*/
|
|
15
|
+
|
|
16
|
+
import * as React from "react";
|
|
17
|
+
import type { SVGIconProps } from "../../svgIconProps";
|
|
18
|
+
import { IconSize } from "../../iconTypes";
|
|
19
|
+
import { SVGIconContainer } from "../../svgIconContainer";
|
|
20
|
+
|
|
21
|
+
export const PhoneForward: React.FC<SVGIconProps> = React.forwardRef<any, SVGIconProps>((props, ref) => {
|
|
22
|
+
const isLarge = props.size! >= IconSize.LARGE;
|
|
23
|
+
const pixelGridSize = isLarge ? IconSize.LARGE : IconSize.STANDARD;
|
|
24
|
+
const translation = `${-1 * pixelGridSize / 0.05 / 2}`;
|
|
25
|
+
return (
|
|
26
|
+
<SVGIconContainer iconName="phone-forward" ref={ref} {...props}>
|
|
27
|
+
<path
|
|
28
|
+
d={isLarge ? "M396.898 89.798C395.3 91.398 312.784 139.798 309.988 141.198C307.19 142.598 304.592 143.198 301.996 143.198C298.2 143.198 293.604 140.598 287.81 135.198C282.216 129.798 264.4340000000001 105.398 259.24 99.998C254.044 94.598 249.65 91.998 246.252 91.998C244.654 91.998 242.456 92.398 239.86 93.398C237.262 94.398 210.888 107.998 155.9454 156.398C101.0018 204.7972 93.8092 236.3968 93.4096 245.1966C93.4096 248.5966 96.007 252.9966 101.4014 258.1964C106.9956 263.1964 112.7898 268.3964 119.1832 272.9962000000001C125.5766 277.7962 131.3706 282.9962000000001 136.7652 288.596C142.1596 294.1960000000001 144.7568 298.9958000000001 144.7568 302.7958C144.7568 305.3958 144.1576 308.1958 142.759 310.7958C141.3604 313.5956 91.4116 396.19456 89.6136 397.99452C85.8174 401.59448 71.2324 399.99450118 63.84 395.99456C4.10136 363.5950000000001 -0.893518 319.9956 0.1054556 302.7958C1.10443 284.996 12.29294 191.198 103.9988 104.198C217.882 -4 297 0.2 302.1960000000001 0.2C319.578 0.2 372.5220000000001 9.8 395.1 64C398.296 71.6 401.294 85.398 396.898 89.798zM220 260H331.6L305.8 234.2C302 230.4 299.8 225.4 299.8 220C299.8 209 308.8 200 319.8 200C325.4 200 330.4 202.2 334 205.8L394 265.8C397.6 269.4 399.8 274.4 399.8 280C399.8 285.6 397.6 290.6 394 294.2L334 354.2C330.4 357.8 325.4 360 319.8 360C308.8 360 299.8 351 299.8 340C299.8 334.4 302 329.4 305.6 325.8L331.6 300H220C209 300 200 291 200 280C200 269 209 260 220 260z" : "M318.32 71.802C317.118 73 250.864 111.792 248.662 112.792C246.46 113.792 244.258 114.392 242.256 114.392C239.254 114.392 235.45 112.192 230.846 107.992C226.242 103.594 212.03 84.198 207.828 80C203.624 75.6 200.22 73.6 197.4184 73.6C196.0172 73.6 194.4158 74 192.4142 74.8C190.4124 75.6 169.1946 86.398 125.1576 125.1888C81.1206 163.7798 75.3158 189.1738 75.1156 196.1722C75.1156 198.9714 77.3174 202.3708 81.521 206.5698C85.9246 210.7688 90.5286 214.7678 95.5328 218.567C100.537 222.366 105.341 226.565 109.5444 230.964C113.9482 235.563 115.9498 239.362 115.9498 242.3614C115.9498 244.5608 115.3494 246.5604 114.3486 248.7598C113.3476 250.7594 73.314 316.9439 71.9128 318.3435820000001C68.9104 321.342882 57.1004 319.9432084 51.0954 316.74396C3.25522 290.75 -0.547978 255.9582 0.0525274 242.1614C0.8532 227.9648000000001 9.86076 152.9822 83.3224 83.198C174.5992 -3.382 238.052 0.018 242.256 0.018C256.068 0.018 298.704 7.616 316.718 51.006C319.32 57.404 321.722 68.402 318.32 71.802zM314.2000000000001 234L274.2000000000001 274C270.6 277.8 265.6 280 260 280C249 280 240 271 240 260C240 254.4 242.2 249.4 245.8 245.8L251.6 240H180C169 240 160 231 160 220C160 209 169 200 180 200H251.8L246 194.2C242.4 190.6 240.2 185.6 240.2 180C240.2 169 249.2 160 260.2 160C265.8 160 270.8 162.2 274.4000000000001 165.8L314.4000000000001 205.8C318 209.4 320.2000000000001 214.4 320.2000000000001 220C320.2000000000001 225.6 317.8 230.4 314.2000000000001 234z"}
|
|
29
|
+
fillRule="evenodd"
|
|
30
|
+
transform-origin="center"
|
|
31
|
+
transform={`scale(0.05, -0.05) translate(${translation}, ${translation})`}
|
|
32
|
+
/>
|
|
33
|
+
</SVGIconContainer>
|
|
34
|
+
)
|
|
35
|
+
});
|
|
36
|
+
PhoneForward.defaultProps = {
|
|
37
|
+
size: IconSize.STANDARD,
|
|
38
|
+
};
|
|
39
|
+
PhoneForward.displayName = `Blueprint5.Icon.PhoneForward`;
|
|
40
|
+
export default PhoneForward;
|
package/src/generated/index.ts
CHANGED
|
@@ -382,6 +382,7 @@ export { NewLink } from "./components/new-link";
|
|
|
382
382
|
export { NewObject } from "./components/new-object";
|
|
383
383
|
export { NewPerson } from "./components/new-person";
|
|
384
384
|
export { NewPrescription } from "./components/new-prescription";
|
|
385
|
+
export { NewShield } from "./components/new-shield";
|
|
385
386
|
export { NewTextBox } from "./components/new-text-box";
|
|
386
387
|
export { Ninja } from "./components/ninja";
|
|
387
388
|
export { NotEqualTo } from "./components/not-equal-to";
|
|
@@ -403,12 +404,15 @@ export { PanelStats } from "./components/panel-stats";
|
|
|
403
404
|
export { PanelTable } from "./components/panel-table";
|
|
404
405
|
export { Paperclip } from "./components/paperclip";
|
|
405
406
|
export { Paragraph } from "./components/paragraph";
|
|
407
|
+
export { PasteVariable } from "./components/paste-variable";
|
|
406
408
|
export { PathSearch } from "./components/path-search";
|
|
407
409
|
export { Path } from "./components/path";
|
|
408
410
|
export { Pause } from "./components/pause";
|
|
409
411
|
export { People } from "./components/people";
|
|
410
412
|
export { Percentage } from "./components/percentage";
|
|
411
413
|
export { Person } from "./components/person";
|
|
414
|
+
export { PhoneCall } from "./components/phone-call";
|
|
415
|
+
export { PhoneForward } from "./components/phone-forward";
|
|
412
416
|
export { Phone } from "./components/phone";
|
|
413
417
|
export { PieChart } from "./components/pie-chart";
|
|
414
418
|
export { Pin } from "./components/pin";
|
package/src/iconNames.ts
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
import { pascalCase, snakeCase } from "change-case";
|
|
20
20
|
|
|
21
21
|
// The two icon sets are identical aside from SVG paths, so we only need to import info for the 16px set
|
|
22
|
-
import { BlueprintIcons_16, BlueprintIcons_16Id as IconName } from "./generated/16px/blueprint-icons-16";
|
|
22
|
+
import { BlueprintIcons_16, type BlueprintIcons_16Id as IconName } from "./generated/16px/blueprint-icons-16";
|
|
23
23
|
import type { PascalCase, ScreamingSnakeCase } from "./type-utils";
|
|
24
24
|
|
|
25
25
|
export type { IconName };
|
package/src/index.ts
CHANGED
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
// N.B. these named imports will trigger bundlers to statically loads all icon path modules
|
|
18
18
|
export { IconSvgPaths16, IconSvgPaths20, getIconPaths } from "./allPaths";
|
|
19
19
|
|
|
20
|
-
export { Icons, IconLoaderOptions, IconPathsLoader } from "./iconLoader";
|
|
21
|
-
export { DefaultSVGIconAttributes, DefaultSVGIconProps, SVGIconAttributes, SVGIconProps } from "./svgIconProps";
|
|
22
|
-
export { SVGIconContainer, SVGIconContainerComponent, SVGIconContainerProps } from "./svgIconContainer";
|
|
20
|
+
export { Icons, type IconLoaderOptions, type IconPathsLoader } from "./iconLoader";
|
|
21
|
+
export type { DefaultSVGIconAttributes, DefaultSVGIconProps, SVGIconAttributes, SVGIconProps } from "./svgIconProps";
|
|
22
|
+
export { SVGIconContainer, type SVGIconContainerComponent, type SVGIconContainerProps } from "./svgIconContainer";
|
|
23
23
|
export { getIconContentString, IconCodepoints } from "./iconCodepoints";
|
|
24
|
-
export { IconName, IconNames } from "./iconNames";
|
|
25
|
-
export { IconSize, IconPaths } from "./iconTypes";
|
|
24
|
+
export { type IconName, IconNames } from "./iconNames";
|
|
25
|
+
export { IconSize, type IconPaths } from "./iconTypes";
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
import { pascalCase } from "change-case";
|
|
18
18
|
|
|
19
19
|
import type { IconPathsLoader } from "../iconLoader";
|
|
20
|
-
import { IconName } from "../iconNames";
|
|
21
|
-
import { IconPaths, IconSize } from "../iconTypes";
|
|
20
|
+
import type { IconName } from "../iconNames";
|
|
21
|
+
import { type IconPaths, IconSize } from "../iconTypes";
|
|
22
22
|
import type { PascalCase } from "../type-utils";
|
|
23
23
|
|
|
24
24
|
/**
|