Skip to content

Commit b7f711b

Browse files
committed
first commit
1 parent 7f63595 commit b7f711b

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

packages/eui/src/components/icon/__snapshots__/icon.test.tsx.snap

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2243,6 +2243,26 @@ exports[`EuiIcon props type dashboardApp is rendered 1`] = `
22432243
</svg>
22442244
`;
22452245

2246+
exports[`EuiIcon props type dashedCircle is rendered 1`] = `
2247+
<svg
2248+
class="euiIcon emotion-euiIcon-m-isLoaded"
2249+
data-icon-type="dashedCircle"
2250+
data-is-loaded="true"
2251+
height="16"
2252+
role="presentation"
2253+
viewBox="0 0 16 16"
2254+
width="16"
2255+
xmlns="http://www.w3.org/2000/svg"
2256+
>
2257+
<path
2258+
d="M7.014 14.222c.06-.381.419-.638.805-.625.06.002.12.003.182.003V15c-.134 0-.268-.004-.4-.012-.386-.022-.647-.384-.587-.766Zm1.973 0c.06.382-.202.744-.587.766A6.944 6.944 0 0 1 8 15v-1.4c.061 0 .122-.001.182-.003.386-.012.745.244.805.626Zm-5.8-2.236c.123-.303.536-.357.762-.12.088.092.18.181.273.268.257.234.322.626.117.907l-.039.052-.274-.49c-.06-.108-.226-.065-.226.06 0 .098-.113.155-.194.1-.279-.192-.177-.091-.378-.382a.41.41 0 0 1-.045-.386l.004-.01Zm9.911-.284c.312.227.383.667.126.955-.178.2-.367.388-.566.566-.288.257-.727.186-.954-.126-.228-.312-.156-.746.126-1.01.089-.084.175-.17.258-.258.264-.282.698-.354 1.01-.127ZM1.012 7.601c.022-.387.383-.648.765-.588.382.06.64.42.628.806-.004.12-.004.24 0 .36.012.388-.246.747-.628.806-.382.06-.743-.201-.765-.587a7.278 7.278 0 0 1 0-.797Zm13.976.797c-.021.386-.382.647-.764.587-.382-.06-.639-.418-.627-.804.004-.121.004-.242 0-.363-.012-.386.245-.745.627-.805.381-.06.743.201.764.587.014.265.014.533 0 .798ZM4.298 2.901c.227.313.155.748-.127 1.012a5.656 5.656 0 0 0-.256.257c-.265.282-.7.354-1.012.126-.312-.227-.384-.667-.126-.956.177-.198.366-.387.565-.565.288-.257.728-.186.955.126Zm7.405 0c.228-.311.668-.383.956-.126.199.178.387.367.565.566.257.288.186.727-.126.955-.312.228-.747.156-1.01-.126a5.655 5.655 0 0 0-.258-.257c-.282-.264-.354-.699-.127-1.011ZM8.4 1.012c.386.021.647.383.588.764-.06.383-.42.64-.806.628a5.873 5.873 0 0 0-.361 0c-.387.012-.746-.245-.806-.627-.06-.382.202-.744.588-.765.265-.014.532-.014.797 0Z"
2259+
/>
2260+
<path
2261+
d="M3.376 13.178a7.036 7.036 0 0 1-.566-.567c-.257-.287-.186-.727.126-.954.312-.227.746-.155 1.01.127.084.088.17.174.258.257.282.264.354.699.127 1.01-.227.312-.667.383-.955.127Z"
2262+
/>
2263+
</svg>
2264+
`;
2265+
22462266
exports[`EuiIcon props type dataVisualizer is rendered 1`] = `
22472267
<svg
22482268
class="euiIcon emotion-euiIcon-m-app-isLoaded"

0 commit comments

Comments
 (0)