diff --git a/packages/components/src/Draft/Defs/Snippets/index.js b/packages/components/src/Draft/Defs/Snippets/index.js index c976d93c63a..31625ca7649 100644 --- a/packages/components/src/Draft/Defs/Snippets/index.js +++ b/packages/components/src/Draft/Defs/Snippets/index.js @@ -1,9 +1,9 @@ -import React from "react"; -import logoPathString from "./logo-path"; +import React from 'react' +import logoPathString from './logo-path' const Snippets = props => { - const fill = { fill: "currentColor", stroke: "none" }; - const stroke = { fill: "none", stroke: "currentColor" }; + const fill = { fill: 'currentColor', stroke: 'none' } + const stroke = { fill: 'none', stroke: 'currentColor' } return [ @@ -22,73 +22,32 @@ const Snippets = props => { , - + , - - - + + + , - - - + + + , - - - + + + , -