@@ -1988,7 +1988,7 @@ function Microphone ({ className, width='16', height='16', color = '#766bff', vi
19881988 )
19891989}
19901990
1991- function More ( { className, width= '16' , height= '16' , color = '#766bff' , viewBox= '0 0 16 16' } ) {
1991+ function ThreeDots ( { className, width= '16' , height= '16' , color = '#766bff' , viewBox= '0 0 16 16' } ) {
19921992 return (
19931993 < svg width = { width } height = { height } viewBox = { viewBox } fill = "none" xmlns = "http://www.w3.org/2000/svg" className = { className } >
19941994 < circle cx = "3" cy = "8" r = "1.5" fill = { color } />
@@ -2006,14 +2006,6 @@ function PencilFilled ({ className, width='16', height='16', color = '#766bff',
20062006 )
20072007}
20082008
2009- function Nav ( { className, width= '16' , height= '16' , color = '#766bff' , viewBox= '0 0 16 16' } ) {
2010- return (
2011- < svg width = { width } height = { height } viewBox = { viewBox } fill = "none" xmlns = "http://www.w3.org/2000/svg" className = { className } >
2012- < path fillRule = "evenodd" clipRule = "evenodd" d = "M11.2 4.375H13.125C13.65 4.375 14 4.725 14 5.25V13.125C14 13.65 13.65 14 13.125 14H5.25C4.725 14 4.375 13.65 4.375 13.125V11.2C1.8375 10.5875 0 8.4 0 5.6875C0 2.5375 2.5375 0 5.6875 0C8.3125 0 10.5875 1.8375 11.2 4.375ZM5.6875 1.75C3.5 1.75 1.75 3.5 1.75 5.6875C1.75 7.4375 2.8875 8.8375 4.375 9.3625V5.25C4.375 4.725 4.725 4.375 5.25 4.375H9.3625C8.8375 2.8875 7.4375 1.75 5.6875 1.75ZM9.5375 6.125C9.3625 7.9625 7.875 9.3625 6.125 9.5375V6.125H9.5375ZM6.125 12.25H12.25V6.125H11.375C11.1125 8.925 8.925 11.2 6.125 11.375V12.25Z" fill = { color } />
2013- </ svg >
2014- )
2015- }
2016-
20172009const icons = [
20182010 Check ,
20192011 Checkmark ,
@@ -2212,9 +2204,8 @@ const icons = [
22122204 AiImage ,
22132205 AiLogo ,
22142206 Microphone ,
2215- More ,
2216- PencilFilled ,
2217- Nav
2207+ ThreeDots ,
2208+ PencilFilled
22182209]
22192210
22202211each ( icons , ( icon ) => {
@@ -2242,5 +2233,5 @@ export { Check, Checkmark, Lock, Notice, Disabled, Help, Search, Draggable,
22422233 Flash , Dashboard , Guides , Article , Pulse , Edit , ContentApproved , Dragger , PaperClip , Invoicing , Banking , Checkbox , Circle , Bank , Card , Contract ,
22432234 MinusCircle , RepeatCircle , BadgeCard , HeadphonesMic , CheckmarkLarge , NoticeOutlined , Archive , Questionnaire , Upload , ShareFeedback , Spaceship , Zap , Tip ,
22442235 Webpage , LayoutAlternative , GlobeAlternative , AiAssist , Flows , Highlight , ArrowCircleUp , ArrowUp , EditColor , AiImage ,
2245- AiLogo , Microphone , More , PencilFilled , Nav
2236+ AiLogo , Microphone , ThreeDots , PencilFilled
22462237}
0 commit comments