File tree Expand file tree Collapse file tree
packages/eui/src/components/icon Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4381,34 +4381,6 @@ exports[`EuiIcon props type home is rendered 1`] = `
43814381</svg >
43824382` ;
43834383
4384- exports [` EuiIcon props type iInCircle is rendered 1` ] = `
4385- <svg
4386- aria-hidden = " true"
4387- class = " euiIcon emotion-euiIcon-m-isLoaded"
4388- data-icon-type = " iInCircle"
4389- data-is-loaded = " true"
4390- height = " 16"
4391- role = " img"
4392- viewBox = " 0 0 16 16"
4393- width = " 16"
4394- xmlns = " http://www.w3.org/2000/svg"
4395- >
4396- <path
4397- clip-rule = " evenodd"
4398- d = " M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 8 1a7 7 0 0 0 0 14Z"
4399- fill-rule = " evenodd"
4400- />
4401- <path
4402- d = " M9 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
4403- />
4404- <path
4405- clip-rule = " evenodd"
4406- d = " M6.5 7h2v4H10v1H6v-1h1.5V8h-1V7Z"
4407- fill-rule = " evenodd"
4408- />
4409- </svg >
4410- ` ;
4411-
44124384exports [` EuiIcon props type image is rendered 1` ] = `
44134385<svg
44144386 aria-hidden = " true"
@@ -9227,32 +9199,6 @@ exports[`EuiIcon props type question is rendered 1`] = `
92279199</svg >
92289200` ;
92299201
9230- exports [` EuiIcon props type questionInCircle is rendered 1` ] = `
9231- <svg
9232- aria-hidden = " true"
9233- class = " euiIcon emotion-euiIcon-m-isLoaded"
9234- data-icon-type = " questionInCircle"
9235- data-is-loaded = " true"
9236- height = " 16"
9237- role = " img"
9238- viewBox = " 0 0 16 16"
9239- width = " 16"
9240- xmlns = " http://www.w3.org/2000/svg"
9241- >
9242- <path
9243- d = " M8 14A6 6 0 1 0 8 2a6 6 0 0 0 0 12Zm0 1A7 7 0 1 0 8 1a7 7 0 0 0 0 14Z"
9244- fill-rule = " evenodd"
9245- />
9246- <path
9247- d = " M9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
9248- />
9249- <path
9250- d = " M8 4h.033l.067.004a2.343 2.343 0 0 1 .874.236c.246.124.508.317.708.616.2.302.318.682.318 1.144 0 .463-.117.843-.318 1.145-.2.299-.462.492-.708.615a2.274 2.274 0 0 1-.474.172V9h-1V7H8c.005 0 .015 0 .029-.002a1.344 1.344 0 0 0 .498-.133.817.817 0 0 0 .323-.275C8.93 6.47 9 6.288 9 6c0-.287-.07-.47-.15-.59a.818.818 0 0 0-.324-.275 1.344 1.344 0 0 0-.555-.133 1.344 1.344 0 0 0-.498.133.817.817 0 0 0-.323.275C7.07 5.53 7 5.713 7 6H6c0-.462.117-.843.318-1.144.2-.3.462-.492.708-.616a2.343 2.343 0 0 1 .94-.24H8Z"
9251- fill-rule = " evenodd"
9252- />
9253- </svg >
9254- ` ;
9255-
92569202exports [` EuiIcon props type quote is rendered 1` ] = `
92579203<svg
92589204 aria-hidden = " true"
Original file line number Diff line number Diff line change @@ -192,7 +192,6 @@ export const typeToPathMap = {
192192 heatmap : 'heatmap' ,
193193 help : 'help' ,
194194 home : 'home' ,
195- iInCircle : 'info' , // NOTE: To be deprecated in favor of `info`
196195 info : 'info' ,
197196 image : 'image' ,
198197 importAction : 'import' ,
@@ -360,7 +359,6 @@ export const typeToPathMap = {
360359 plusInSquare : 'plus_in_square' ,
361360 popout : 'popout' ,
362361 push : 'push' ,
363- questionInCircle : 'question' , // NOTE: To be deprecated in favor of `question`
364362 question : 'question' ,
365363 quote : 'quote' ,
366364 readOnly : 'readOnly' ,
You can’t perform that action at this time.
0 commit comments