@dialpad/dialtone-icons 0.0.15 → 0.0.16
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/dialtone-icons.common.js +135 -0
- package/dist/dialtone-icons.umd.js +135 -0
- package/dist/dialtone-icons.umd.min.js +1 -1
- package/dist/icons.json +3 -0
- package/dist/svg/branch.svg +1 -0
- package/dist/svg/call-merge.svg +1 -0
- package/dist/svg/expert-node.svg +1 -0
- package/package.json +1 -1
package/dist/icons.json
CHANGED
|
@@ -925,6 +925,8 @@
|
|
|
925
925
|
"strong",
|
|
926
926
|
"format"
|
|
927
927
|
],
|
|
928
|
+
"branch": [],
|
|
929
|
+
"call-merge": [],
|
|
928
930
|
"edit": [
|
|
929
931
|
"pencil",
|
|
930
932
|
"change"
|
|
@@ -940,6 +942,7 @@
|
|
|
940
942
|
"delete",
|
|
941
943
|
"clear"
|
|
942
944
|
],
|
|
945
|
+
"expert-node": [],
|
|
943
946
|
"image": [
|
|
944
947
|
"picture",
|
|
945
948
|
"photo"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg aria-hidden="true" role="img" data-name="Branch" class="d-icon d-icon--branch" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path fill="currentColor" fill-rule="evenodd" d="M6 2a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm-1.5.5a1.5 1.5 0 1 1 2 1.415V5h1A2.5 2.5 0 0 1 10 7.5v.585a1.5 1.5 0 1 1-1 0V7.5A1.5 1.5 0 0 0 7.5 6H4a1 1 0 0 0-.923.615 1.5 1.5 0 1 1-1.03-.045A2 2 0 0 1 4 5h1.5V3.915a1.5 1.5 0 0 1-1-1.415Zm-2 5a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm7 1.5a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg aria-hidden="true" role="img" data-name="Call Merge" class="d-icon d-icon--callMerge" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path fill="currentColor" fill-rule="evenodd" d="M5.647 1.646a.5.5 0 0 1 .707 0l1.5 1.5a.5.5 0 1 1-.707.708L6.5 3.207v2.465a2.5 2.5 0 0 1-.732 1.767l-2.914 2.915a.5.5 0 0 1-.707-.708L5.06 6.732a1.5 1.5 0 0 0 .44-1.06V3.207l-.647.647a.5.5 0 1 1-.707-.708l1.5-1.5Zm1.5 6a.5.5 0 0 1 .707 0l2 2a.5.5 0 1 1-.707.708l-2-2a.5.5 0 0 1 0-.708Z" clip-rule="evenodd"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg aria-hidden="true" role="img" data-name="Expert Node" class="d-icon d-icon--expertNode" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"><path fill="currentColor" fill-rule="evenodd" d="M1.5 3A1.5 1.5 0 0 1 3 1.5h6A1.5 1.5 0 0 1 10.5 3v6A1.5 1.5 0 0 1 9 10.5H3A1.5 1.5 0 0 1 1.5 9V8a.5.5 0 0 1 1 0v1a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5H3a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2.543L4.397 4.354a.5.5 0 1 1 .707-.708l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 1 1-.707-.708L5.543 6.5H3A1.5 1.5 0 0 1 1.5 5V3Z" clip-rule="evenodd"/></svg>
|