@teable/icons
Advanced tools
Comparing version 1.5.0 to 1.5.1
import * as React from 'react'; | ||
const Condition = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", ...props }, | ||
React.createElement("path", { fill: "currentColor", d: "m20.589 6.429-.001 10.285h2.555l-3.429 3.429-3.428-3.429h2.554V8.143H16.2a4.3 4.3 0 0 0 0-1.715zm-12.875.857q.001.441.086.857h-.943V8.14l-1.698.001v8.572h2.555l-3.428 3.429-3.429-3.429h2.554V6.43L7.8 6.428a4.4 4.4 0 0 0-.086.858M12 3.857a3.428 3.428 0 1 1 0 6.857 3.428 3.428 0 0 1 0-6.857m0 1.714A1.714 1.714 0 1 0 12 9a1.714 1.714 0 0 0 0-3.429" }))); | ||
React.createElement("path", { fill: "currentColor", d: "m20.589 6.429-.001 10.285h2.555l-3.429 3.429-3.428-3.429h2.554V8.143H16.2a4.3 4.3 0 0 0 0-1.715zm-12.875.857q.001.441.086.857h-.943V8.14l-1.698.001v8.572h2.555l-3.428 3.429-3.429-3.429h2.554V6.43L7.8 6.428a4.4 4.4 0 0 0-.086.858M12 3.857a3.429 3.429 0 1 1 0 6.858 3.429 3.429 0 0 1 0-6.858m0 1.714A1.714 1.714 0 1 0 12 9a1.714 1.714 0 0 0 0-3.429" }))); | ||
export default Condition; |
@@ -5,5 +5,5 @@ import * as React from 'react'; | ||
React.createElement("path", { fill: "#4285F4", d: "M24 12.276c0-.816-.068-1.636-.212-2.439H12.24v4.621h6.613a5.55 5.55 0 0 1-2.447 3.647v2.998h3.945C22.668 19.013 24 15.927 24 12.276" }), | ||
React.createElement("path", { fill: "#34A853", d: "M12.24 24c3.302 0 6.087-1.062 8.115-2.897l-3.945-2.998c-1.097.732-2.514 1.146-4.165 1.146-3.194 0-5.903-2.112-6.874-4.951H1.3v3.09C3.378 21.444 7.61 24 12.24 24" }), | ||
React.createElement("path", { fill: "#34A853", d: "M12.24 24c3.302 0 6.087-1.062 8.116-2.897l-3.946-2.998c-1.097.732-2.514 1.146-4.165 1.146-3.194 0-5.902-2.112-6.874-4.951H1.3v3.09C3.378 21.444 7.61 24 12.24 24" }), | ||
React.createElement("path", { fill: "#FBBC04", d: "M5.367 14.3a7.05 7.05 0 0 1 0-4.595v-3.09H1.3a11.8 11.8 0 0 0 0 10.776z" }), | ||
React.createElement("path", { fill: "#EA4335", d: "M12.24 4.75a6.73 6.73 0 0 1 4.697 1.798l3.495-3.426A11.9 11.9 0 0 0 12.24 0C7.611 0 3.378 2.558 1.3 6.614l4.066 3.091c.967-2.844 3.68-4.956 6.874-4.956" })), | ||
React.createElement("path", { fill: "#EA4335", d: "M12.24 4.75a6.73 6.73 0 0 1 4.697 1.798l3.495-3.426A11.9 11.9 0 0 0 12.24 0C7.611 0 3.378 2.558 1.3 6.614l4.066 3.091c.968-2.844 3.68-4.956 6.874-4.956" })), | ||
React.createElement("defs", null, | ||
@@ -10,0 +10,0 @@ React.createElement("clipPath", { id: "prefix__a" }, |
@@ -84,2 +84,3 @@ export { default as A } from './components/A'; | ||
export { default as Layers } from './components/Layers'; | ||
export { default as LayoutGrid } from './components/LayoutGrid'; | ||
export { default as LayoutList } from './components/LayoutList'; | ||
@@ -121,2 +122,3 @@ export { default as LayoutTemplate } from './components/LayoutTemplate'; | ||
export { default as Sheet } from './components/Sheet'; | ||
export { default as ShieldCheck } from './components/ShieldCheck'; | ||
export { default as Sidebar } from './components/Sidebar'; | ||
@@ -123,0 +125,0 @@ export { default as SortAsc } from './components/SortAsc'; |
@@ -84,2 +84,3 @@ export { default as A } from './components/A'; | ||
export { default as Layers } from './components/Layers'; | ||
export { default as LayoutGrid } from './components/LayoutGrid'; | ||
export { default as LayoutList } from './components/LayoutList'; | ||
@@ -121,2 +122,3 @@ export { default as LayoutTemplate } from './components/LayoutTemplate'; | ||
export { default as Sheet } from './components/Sheet'; | ||
export { default as ShieldCheck } from './components/ShieldCheck'; | ||
export { default as Sidebar } from './components/Sidebar'; | ||
@@ -123,0 +125,0 @@ export { default as SortAsc } from './components/SortAsc'; |
{ | ||
"name": "@teable/icons", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/teableio/teable", |
141464
294
1680