diff options
author | Joop Kiefte <ikojba@gmail.com> | 2023-10-05 22:59:11 +0100 |
---|---|---|
committer | Joop Kiefte <ikojba@gmail.com> | 2023-10-05 22:59:11 +0100 |
commit | 6f0a2d521ea68c468fff304b93e6ee7b0613b366 (patch) | |
tree | 8d2225672ac35160c964a48cd5f261c0eac25c2f /src/components/icons/IconTooling.vue |
Initialize web application via create-cloudflare CLI
Details:
C3 = create-cloudflare@2.4.0
project name = bahaiprayers-json
framework = vue
framework cli = create-vue@3.7.5
package manager = bun@1.0.4
wrangler = wrangler@3.11.0
git = 2.42.0
Diffstat (limited to 'src/components/icons/IconTooling.vue')
-rw-r--r-- | src/components/icons/IconTooling.vue | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/components/icons/IconTooling.vue b/src/components/icons/IconTooling.vue new file mode 100644 index 0000000..660598d --- /dev/null +++ b/src/components/icons/IconTooling.vue @@ -0,0 +1,19 @@ +<!-- This icon is from <https://github.com/Templarian/MaterialDesign>, distributed under Apache 2.0 (https://www.apache.org/licenses/LICENSE-2.0) license--> +<template> + <svg + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + aria-hidden="true" + role="img" + class="iconify iconify--mdi" + width="24" + height="24" + preserveAspectRatio="xMidYMid meet" + viewBox="0 0 24 24" + > + <path + d="M20 18v-4h-3v1h-2v-1H9v1H7v-1H4v4h16M6.33 8l-1.74 4H7v-1h2v1h6v-1h2v1h2.41l-1.74-4H6.33M9 5v1h6V5H9m12.84 7.61c.1.22.16.48.16.8V18c0 .53-.21 1-.6 1.41c-.4.4-.85.59-1.4.59H4c-.55 0-1-.19-1.4-.59C2.21 19 2 18.53 2 18v-4.59c0-.32.06-.58.16-.8L4.5 7.22C4.84 6.41 5.45 6 6.33 6H7V5c0-.55.18-1 .57-1.41C7.96 3.2 8.44 3 9 3h6c.56 0 1.04.2 1.43.59c.39.41.57.86.57 1.41v1h.67c.88 0 1.49.41 1.83 1.22l2.34 5.39z" + fill="currentColor" + ></path> + </svg> +</template> |