Beautiful
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(icons): added `message-square-lock` icon (#2430)

* Added icons/message-square-lock.svg

* Added icons/message-square-lock.json

* Updated icons/message-square-lock.json

authored by

Jakob Guddas and committed by
GitHub
7de43440 c8d5260d

+38
+23
icons/message-square-lock.json
··· 1 + { 2 + "$schema": "../icon.schema.json", 3 + "contributors": [ 4 + "colebemis", 5 + "csandman", 6 + "ericfennis", 7 + "jguddas" 8 + ], 9 + "tags": [ 10 + "comment", 11 + "chat", 12 + "conversation", 13 + "dialog", 14 + "feedback", 15 + "speech bubble", 16 + "secure", 17 + "encrypted" 18 + ], 19 + "categories": [ 20 + "account", 21 + "social" 22 + ] 23 + }
+15
icons/message-square-lock.svg
··· 1 + <svg 2 + xmlns="http://www.w3.org/2000/svg" 3 + width="24" 4 + height="24" 5 + viewBox="0 0 24 24" 6 + fill="none" 7 + stroke="currentColor" 8 + stroke-width="2" 9 + stroke-linecap="round" 10 + stroke-linejoin="round" 11 + > 12 + <path d="M19 15v-2a2 2 0 1 0-4 0v2" /> 13 + <path d="M9 17H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v3.5" /> 14 + <rect x="13" y="15" width="8" height="5" rx="1" /> 15 + </svg>