Skip to content

Commit 4f77fad

Browse files
committed
chore: add conditional rendering to form elements
1 parent 992eeaf commit 4f77fad

File tree

2 files changed

+215
-288
lines changed

2 files changed

+215
-288
lines changed

src/@newrelic/gatsby-theme-newrelic/icons/feather.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,13 @@ export default {
105105
<polyline points="8 6 2 12 8 18" />
106106
</>
107107
),
108+
'contact-us': (
109+
<>
110+
<path d="M0.25 1C0.25 0.585786 0.585786 0.25 1 0.25H17C17.4142 0.25 17.75 0.585786 17.75 1V11.6667C17.75 12.0809 17.4142 12.4167 17 12.4167H11.9773L6.86366 17.5303C6.64917 17.7448 6.32658 17.809 6.04632 17.6929C5.76607 17.5768 5.58333 17.3033 5.58333 17V12.4167H1C0.585786 12.4167 0.25 12.0809 0.25 11.6667V1ZM1.75 1.75V10.9167H6.33333C6.74755 10.9167 7.08333 11.2525 7.08333 11.6667V15.1893L11.1363 11.1363C11.277 10.9957 11.4678 10.9167 11.6667 10.9167H16.25V1.75H1.75Z" />
111+
<path d="M6.33333 7.66667C7.06971 7.66667 7.66667 7.06971 7.66667 6.33333C7.66667 5.59695 7.06971 5 6.33333 5C5.59695 5 5 5.59695 5 6.33333C5 7.06971 5.59695 7.66667 6.33333 7.66667Z" />
112+
<path d="M11.6661 7.66667C12.4025 7.66667 12.9995 7.06971 12.9995 6.33333C12.9995 5.59695 12.4025 5 11.6661 5C10.9298 5 10.3328 5.59695 10.3328 6.33333C10.3328 7.06971 10.9298 7.66667 11.6661 7.66667Z" />
113+
</>
114+
),
108115
database: (
109116
<>
110117
<ellipse cx="12" cy="5" rx="9" ry="3" />

0 commit comments

Comments
 (0)