diff options
author | Adam T. Carpenter <atc@53hor.net> | 2021-04-24 21:34:21 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2021-04-24 21:34:21 -0400 |
commit | fcfee3b3031cc03c373b822fb40b3d966fe46255 (patch) | |
tree | 6e8520b64ca32e3a02f70edb0e5bb37e6bb64caa /includes | |
parent | 484caec3ff5d9865ebc4e66711ef86e6bcbb094f (diff) | |
download | 53hor-fcfee3b3031cc03c373b822fb40b3d966fe46255.tar.xz 53hor-fcfee3b3031cc03c373b822fb40b3d966fe46255.zip |
finished CV 1.0, added some infomake
Diffstat (limited to 'includes')
-rw-r--r-- | includes/icons/file-account.svg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/includes/icons/file-account.svg b/includes/icons/file-account.svg new file mode 100644 index 0000000..3466870 --- /dev/null +++ b/includes/icons/file-account.svg @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"> + <path fill="#ffffff" d="M13,9H18.5L13,3.5V9M6,2H14L20,8V20A2,2 0 0,1 18,22H6C4.89,22 4,21.1 4,20V4C4,2.89 4.89,2 6,2M14,20V19C14,17.67 11.33,17 10,17C8.67,17 6,17.67 6,19V20H14M10,12A2,2 0 0,0 8,14A2,2 0 0,0 10,16A2,2 0 0,0 12,14A2,2 0 0,0 10,12Z" /> +</svg> |