11import React , { ComponentProps , forwardRef } from "react" ;
22
33export const IoIosCheckmarkCircle = forwardRef < SVGSVGElement , ComponentProps < "svg" > > ( ( props , ref ) => {
4- return ( < svg stroke = "currentColor" fill = "currentColor" stroke-width = "0" viewBox = "0 0 512 512" height = "1em" width = "1em" xmlns = "http://www.w3.org/2000/svg" ref = { ref } { ...props } > < path d = "M256 48C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48zm106.5 150.5L228.8 332.8h-.1c-1.7 1.7-6.3 5.5-11.6 5.5-3.8 0-8.1-2.1-11.7-5.7l-56-56c-1.6-1.6-1.6-4.1 0-5.7l17.8-17.8c.8-.8 1.8-1.2 2.8-1.2 1 0 2 .4 2.8 1.2l44.4 44.4 122-122.9c.8-.8 1.8-1.2 2.8-1.2 1.1 0 2.1.4 2.8 1.2l17.5 18.1c1.8 1.7 1.8 4.2.2 5.8z" > </ path > </ svg > ) ;
4+ return ( < svg stroke = "currentColor" fill = "currentColor" strokeWidth = "0" viewBox = "0 0 512 512" height = "1em" width = "1em" xmlns = "http://www.w3.org/2000/svg" ref = { ref } { ...props } > < path d = "M256 48C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48zm106.5 150.5L228.8 332.8h-.1c-1.7 1.7-6.3 5.5-11.6 5.5-3.8 0-8.1-2.1-11.7-5.7l-56-56c-1.6-1.6-1.6-4.1 0-5.7l17.8-17.8c.8-.8 1.8-1.2 2.8-1.2 1 0 2 .4 2.8 1.2l44.4 44.4 122-122.9c.8-.8 1.8-1.2 2.8-1.2 1.1 0 2.1.4 2.8 1.2l17.5 18.1c1.8 1.7 1.8 4.2.2 5.8z" > </ path > </ svg > ) ;
55} ) ;
66
77export const IoIosInformationCircle = forwardRef < SVGSVGElement , ComponentProps < "svg" > > ( ( props , ref ) => {
8- return ( < svg stroke = "currentColor" fill = "currentColor" stroke-width = "0" viewBox = "0 0 512 512" height = "1em" width = "1em" xmlns = "http://www.w3.org/2000/svg" ref = { ref } { ...props } > < path d = "M256 48C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48zm19 304h-38.2V207.9H275V352zm-19.1-159.8c-11.3 0-20.5-8.6-20.5-20s9.3-19.9 20.5-19.9c11.4 0 20.7 8.5 20.7 19.9s-9.3 20-20.7 20z" > </ path > </ svg > ) ;
8+ return ( < svg stroke = "currentColor" fill = "currentColor" strokeWidth = "0" viewBox = "0 0 512 512" height = "1em" width = "1em" xmlns = "http://www.w3.org/2000/svg" ref = { ref } { ...props } > < path d = "M256 48C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48zm19 304h-38.2V207.9H275V352zm-19.1-159.8c-11.3 0-20.5-8.6-20.5-20s9.3-19.9 20.5-19.9c11.4 0 20.7 8.5 20.7 19.9s-9.3 20-20.7 20z" > </ path > </ svg > ) ;
99} ) ;
1010
1111export const IoCloseCircleSharp = forwardRef < SVGSVGElement , ComponentProps < "svg" > > ( ( props , ref ) => {
12- return ( < svg stroke = "currentColor" fill = "currentColor" stroke-width = "0" viewBox = "0 0 512 512" height = "1em" width = "1em" xmlns = "http://www.w3.org/2000/svg" ref = { ref } { ...props } > < path d = "M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208 208-93.31 208-208S370.69 48 256 48zm86.63 272L320 342.63l-64-64-64 64L169.37 320l64-64-64-64L192 169.37l64 64 64-64L342.63 192l-64 64z" > </ path > </ svg > ) ;
12+ return ( < svg stroke = "currentColor" fill = "currentColor" strokeWidth = "0" viewBox = "0 0 512 512" height = "1em" width = "1em" xmlns = "http://www.w3.org/2000/svg" ref = { ref } { ...props } > < path d = "M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208 208-93.31 208-208S370.69 48 256 48zm86.63 272L320 342.63l-64-64-64 64L169.37 320l64-64-64-64L192 169.37l64 64 64-64L342.63 192l-64 64z" > </ path > </ svg > ) ;
1313} ) ;
1414
1515export const RiErrorWarningFill = forwardRef < SVGSVGElement , ComponentProps < "svg" > > ( ( props , ref ) => {
16- return ( < svg stroke = "currentColor" fill = "currentColor" stroke-width = "0" viewBox = "0 0 24 24" height = "1em" width = "1em" xmlns = "http://www.w3.org/2000/svg" ref = { ref } { ...props } > < g > < path fill = "none" d = "M0 0h24v24H0z" > </ path > < path d = "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" > </ path > </ g > </ svg > ) ;
16+ return ( < svg stroke = "currentColor" fill = "currentColor" strokeWidth = "0" viewBox = "0 0 24 24" height = "1em" width = "1em" xmlns = "http://www.w3.org/2000/svg" ref = { ref } { ...props } > < g > < path fill = "none" d = "M0 0h24v24H0z" > </ path > < path d = "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-1-7v2h2v-2h-2zm0-8v6h2V7h-2z" > </ path > </ g > </ svg > ) ;
1717} ) ;
1818
1919export const AiOutlineLoading = forwardRef < SVGSVGElement , ComponentProps < "svg" > > ( ( props , ref ) => {
20- return ( < svg stroke = "currentColor" fill = "currentColor" stroke-width = "0" viewBox = "0 0 1024 1024" height = "1em" width = "1em" xmlns = "http://www.w3.org/2000/svg" ref = { ref } { ...props } > < path d = "M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 0 0-94.3-139.9 437.71 437.71 0 0 0-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z" > </ path > </ svg > ) ;
20+ return ( < svg stroke = "currentColor" fill = "currentColor" strokeWidth = "0" viewBox = "0 0 1024 1024" height = "1em" width = "1em" xmlns = "http://www.w3.org/2000/svg" ref = { ref } { ...props } > < path d = "M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 0 0-94.3-139.9 437.71 437.71 0 0 0-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z" > </ path > </ svg > ) ;
2121} ) ;
0 commit comments