@diana-ui/assets
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -37,4 +37,4 @@ export function Add(props: any): any; | ||
export { viewBox_2 as viewBox }; | ||
const fill_2: string; | ||
export { fill_2 as fill }; | ||
const stroke_1: string; | ||
export { stroke_1 as stroke }; | ||
const xmlns_2: string; | ||
@@ -54,4 +54,4 @@ export { xmlns_2 as xmlns }; | ||
export { viewBox_3 as viewBox }; | ||
const fill_3: string; | ||
export { fill_3 as fill }; | ||
const fill_2: string; | ||
export { fill_2 as fill }; | ||
const xmlns_3: string; | ||
@@ -71,4 +71,4 @@ export { xmlns_3 as xmlns }; | ||
export { viewBox_4 as viewBox }; | ||
const fill_4: string; | ||
export { fill_4 as fill }; | ||
const fill_3: string; | ||
export { fill_3 as fill }; | ||
const xmlns_4: string; | ||
@@ -88,4 +88,4 @@ export { xmlns_4 as xmlns }; | ||
export { viewBox_5 as viewBox }; | ||
const fill_5: string; | ||
export { fill_5 as fill }; | ||
const fill_4: string; | ||
export { fill_4 as fill }; | ||
const xmlns_5: string; | ||
@@ -105,4 +105,4 @@ export { xmlns_5 as xmlns }; | ||
export { viewBox_6 as viewBox }; | ||
const fill_6: string; | ||
export { fill_6 as fill }; | ||
const fill_5: string; | ||
export { fill_5 as fill }; | ||
const xmlns_6: string; | ||
@@ -113,4 +113,4 @@ export { xmlns_6 as xmlns }; | ||
} | ||
export function Close(props: any): any; | ||
export namespace Close { | ||
export function ChevronDown(props: any): any; | ||
export namespace ChevronDown { | ||
export namespace defaultProps_7 { | ||
@@ -123,4 +123,2 @@ const width_7: string; | ||
export { viewBox_7 as viewBox }; | ||
const fill_7: string; | ||
export { fill_7 as fill }; | ||
const xmlns_7: string; | ||
@@ -131,1 +129,59 @@ export { xmlns_7 as xmlns }; | ||
} | ||
export function ChevronLeft(props: any): any; | ||
export namespace ChevronLeft { | ||
export namespace defaultProps_8 { | ||
const width_8: string; | ||
export { width_8 as width }; | ||
const height_8: string; | ||
export { height_8 as height }; | ||
const viewBox_8: string; | ||
export { viewBox_8 as viewBox }; | ||
const xmlns_8: string; | ||
export { xmlns_8 as xmlns }; | ||
} | ||
export { defaultProps_8 as defaultProps }; | ||
} | ||
export function ChevronRight(props: any): any; | ||
export namespace ChevronRight { | ||
export namespace defaultProps_9 { | ||
const width_9: string; | ||
export { width_9 as width }; | ||
const height_9: string; | ||
export { height_9 as height }; | ||
const viewBox_9: string; | ||
export { viewBox_9 as viewBox }; | ||
const xmlns_9: string; | ||
export { xmlns_9 as xmlns }; | ||
} | ||
export { defaultProps_9 as defaultProps }; | ||
} | ||
export function ChevronUp(props: any): any; | ||
export namespace ChevronUp { | ||
export namespace defaultProps_10 { | ||
const width_10: string; | ||
export { width_10 as width }; | ||
const height_10: string; | ||
export { height_10 as height }; | ||
const viewBox_10: string; | ||
export { viewBox_10 as viewBox }; | ||
const xmlns_10: string; | ||
export { xmlns_10 as xmlns }; | ||
} | ||
export { defaultProps_10 as defaultProps }; | ||
} | ||
export function Close(props: any): any; | ||
export namespace Close { | ||
export namespace defaultProps_11 { | ||
const width_11: string; | ||
export { width_11 as width }; | ||
const height_11: string; | ||
export { height_11 as height }; | ||
const viewBox_11: string; | ||
export { viewBox_11 as viewBox }; | ||
const fill_6: string; | ||
export { fill_6 as fill }; | ||
const xmlns_11: string; | ||
export { xmlns_11 as xmlns }; | ||
} | ||
export { defaultProps_11 as defaultProps }; | ||
} |
@@ -67,3 +67,6 @@ import React from "react"; | ||
return React.createElement("svg", props, React.createElement("path", { | ||
d: "M2 10.485l8.485 8.486 8.486-8.486" | ||
d: "M2 10.485l8.485 8.486 8.486-8.486", | ||
strokeWidth: "2", | ||
strokeLinecap: "round", | ||
strokeLinejoin: "round" | ||
})); | ||
@@ -76,3 +79,3 @@ }; | ||
viewBox: "0 2 21 21", | ||
fill: "none", | ||
stroke: "red", | ||
xmlns: "http://www.w3.org/2000/svg" | ||
@@ -115,4 +118,3 @@ }; | ||
return React.createElement("svg", props, React.createElement("path", { | ||
d: "M11.134.659a.5.5 0 1 1 .732.682l-7 7.5a.5.5 0 0 1-.72.013l-3.5-3.5a.5.5 0 1 1 .708-.708L4.488 7.78 11.134.66z", | ||
fill: "#fff" | ||
d: "M11.134.659a.5.5 0 1 1 .732.682l-7 7.5a.5.5 0 0 1-.72.013l-3.5-3.5a.5.5 0 1 1 .708-.708L4.488 7.78 11.134.66z" | ||
})); | ||
@@ -146,2 +148,66 @@ }; | ||
var ChevronDown = function ChevronDown(props) { | ||
return React.createElement("svg", props, React.createElement("path", { | ||
fillRule: "evenodd", | ||
clipRule: "evenodd", | ||
d: "M.647 7.857a.5.5 0 0 1 .707 0l6.717 6.718 6.718-6.718a.5.5 0 1 1 .707.707l-7.071 7.072a.5.5 0 0 1-.707 0L.647 8.564a.5.5 0 0 1 0-.707z" | ||
})); | ||
}; | ||
ChevronDown.defaultProps = { | ||
width: "16", | ||
height: "16", | ||
viewBox: "0 4 16 14", | ||
xmlns: "http://www.w3.org/2000/svg" | ||
}; | ||
export { ChevronDown }; | ||
var ChevronLeft = function ChevronLeft(props) { | ||
return React.createElement("svg", props, React.createElement("path", { | ||
fillRule: "evenodd", | ||
clipRule: "evenodd", | ||
d: "M8.604.411a.5.5 0 0 1 .012.707L2.018 7.953l6.834 6.598a.5.5 0 1 1-.695.72L.963 8.325a.5.5 0 0 1-.012-.707L7.897.424A.5.5 0 0 1 8.604.41z" | ||
})); | ||
}; | ||
ChevronLeft.defaultProps = { | ||
width: "17", | ||
height: "16", | ||
viewBox: "0 0 12 16", | ||
xmlns: "http://www.w3.org/2000/svg" | ||
}; | ||
export { ChevronLeft }; | ||
var ChevronRight = function ChevronRight(props) { | ||
return React.createElement("svg", props, React.createElement("path", { | ||
fillRule: "evenodd", | ||
clipRule: "evenodd", | ||
d: "M7.718 15.496a.5.5 0 0 1 0-.707l6.717-6.718-6.717-6.718a.5.5 0 1 1 .707-.707l7.07 7.071a.5.5 0 0 1 0 .708l-7.07 7.07a.5.5 0 0 1-.707 0z" | ||
})); | ||
}; | ||
ChevronRight.defaultProps = { | ||
width: "16", | ||
height: "16", | ||
viewBox: "4 0 14 16", | ||
xmlns: "http://www.w3.org/2000/svg" | ||
}; | ||
export { ChevronRight }; | ||
var ChevronUp = function ChevronUp(props) { | ||
return React.createElement("svg", props, React.createElement("path", { | ||
fillRule: "evenodd", | ||
clipRule: "evenodd", | ||
d: "M15.589 8.604a.5.5 0 0 1-.707.012L8.047 2.018 1.45 8.852a.5.5 0 1 1-.72-.695L7.675.963a.5.5 0 0 1 .707-.012l7.194 6.946a.5.5 0 0 1 .013.707z" | ||
})); | ||
}; | ||
ChevronUp.defaultProps = { | ||
width: "16", | ||
height: "17", | ||
viewBox: "0 0 16 12", | ||
xmlns: "http://www.w3.org/2000/svg" | ||
}; | ||
export { ChevronUp }; | ||
var Close = function Close(props) { | ||
@@ -148,0 +214,0 @@ return React.createElement("svg", props, React.createElement("path", { |
{ | ||
"name": "@diana-ui/assets", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"main": "lib/index.js", | ||
@@ -42,3 +42,3 @@ "files": [ | ||
}, | ||
"gitHead": "c2e77673c7a20c671eec1ae889503bf5e382f458" | ||
"gitHead": "6279b4669fc82997a5545a35cc5a5412d3c96904" | ||
} |
13413
379