Add `pocket-knife` icon (#1140)

* Add `pocket-knife` icon

* Update icons/pocket-knife.svg

Co-authored-by: Jakob Guddas <github@jguddas.de>

* Update icons/pocket-knife.svg

Co-authored-by: Jakob Guddas <github@jguddas.de>

* Refine `pocket-knife` icon

* Preview alternate `pocket knife` icon

* Refine `pocket-knife` icon

* Rename `pocket-knife-2` to `pocket-knife`

* Update icons/pocket-knife.svg

Co-authored-by: Karsa <contact@karsa.org>

* Improve `pocket-knife` twizzle/swoosh

---------

Co-authored-by: Jakob Guddas <github@jguddas.de>
Co-authored-by: Karsa <contact@karsa.org>

authored by danielbayley.dev Jakob Guddas Karsa and committed by GitHub ffc03ea1 b2e68526

Changed files
+33
icons
+16
icons/pocket-knife.json
··· 1 + { 2 + "$schema": "../icon.schema.json", 3 + "tags": [ 4 + "swiss army knife", 5 + "penknife", 6 + "multi-tool", 7 + "multitask", 8 + "blade", 9 + "cutter", 10 + "gadget", 11 + "corkscrew" 12 + ], 13 + "categories": [ 14 + "tools" 15 + ] 16 + }
+17
icons/pocket-knife.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="M3 2v1c0 1 2 1 2 2S3 6 3 7s2 1 2 2-2 1-2 2 2 1 2 2" /> 13 + <path d="M18 6h.01" /> 14 + <path d="M6 18h.01" /> 15 + <path d="M20.83 8.83a4 4 0 0 0-5.66-5.66l-12 12a4 4 0 1 0 5.66 5.66Z" /> 16 + <path d="M18 11.66V22a4 4 0 0 0 4-4V6" /> 17 + </svg>