@dhis2/ui-icons
Advanced tools
Comparing version 5.0.0-alpha.10 to 5.0.0-alpha.11
@@ -127,3 +127,3 @@ /* eslint-disable */ | ||
commonStyles.__hash = "1744227082"; | ||
function Regular({ | ||
function CheckboxRegular({ | ||
className | ||
@@ -162,6 +162,6 @@ }) { | ||
} | ||
Regular.propTypes = { | ||
CheckboxRegular.propTypes = { | ||
className: propTypes.string | ||
}; | ||
function Dense({ | ||
function CheckboxDense({ | ||
className | ||
@@ -203,3 +203,3 @@ }) { | ||
} | ||
Dense.propTypes = { | ||
CheckboxDense.propTypes = { | ||
className: propTypes.string | ||
@@ -484,2 +484,66 @@ }; | ||
const styles = ["svg.jsx-1631270792{display:block;pointer-events:none;}", "svg.jsx-1631270792{fill:".concat(uiConstants.theme.default, ";}"), "circle.background.jsx-1631270792{fill:".concat(uiConstants.colors.white, ";}"), "svg.checked.jsx-1631270792{fill:".concat(uiConstants.colors.teal400, ";}"), "svg.disabled.jsx-1631270792{fill:".concat(uiConstants.colors.grey400, ";}"), "svg.error.jsx-1631270792{fill:".concat(uiConstants.theme.error, ";}"), "svg.valid.jsx-1631270792{fill:".concat(uiConstants.theme.valid, ";}"), "svg.warning.jsx-1631270792{fill:".concat(uiConstants.theme.warning, ";}"), "svg.jsx-1631270792:not(.checked) .inner.jsx-1631270792,svg.jsx-1631270792:not(.checked) .outer.checked.jsx-1631270792{fill:none;}"]; | ||
styles.__hash = "1631270792"; | ||
function RadioRegular({ | ||
className | ||
}) { | ||
return /*#__PURE__*/React.createElement("svg", { | ||
xmlns: "http://www.w3.org/2000/svg", | ||
viewBox: "0 0 18 18", | ||
className: "jsx-1260643562 " + "jsx-".concat(styles.__hash) + " " + (className || "") | ||
}, /*#__PURE__*/React.createElement("circle", { | ||
cx: "9", | ||
cy: "9", | ||
r: "9", | ||
className: "jsx-1260643562 " + "jsx-".concat(styles.__hash) + " " + "background" | ||
}), /*#__PURE__*/React.createElement("path", { | ||
d: "M9,18 C13.9705627,18 18,13.9705627 18,9 C18,4.02943725 13.9705627,0 9,0 C4.02943725,0 0,4.02943725 0,9 C0,13.9705627 4.02943725,18 9,18 Z M9,16 C5.13400675,16 2,12.8659932 2,9 C2,5.13400675 5.13400675,2 9,2 C12.8659932,2 16,5.13400675 16,9 C16,12.8659932 12.8659932,16 9,16 Z", | ||
className: "jsx-1260643562 " + "jsx-".concat(styles.__hash) + " " + "outer" | ||
}), /*#__PURE__*/React.createElement("circle", { | ||
cx: "9", | ||
cy: "9", | ||
r: "5", | ||
className: "jsx-1260643562 " + "jsx-".concat(styles.__hash) + " " + "inner" | ||
}), /*#__PURE__*/React.createElement(_JSXStyle, { | ||
id: "1260643562" | ||
}, ["svg.jsx-1260643562{height:18px;width:18px;}"]), /*#__PURE__*/React.createElement(_JSXStyle, { | ||
id: styles.__hash | ||
}, styles)); | ||
} | ||
RadioRegular.propTypes = { | ||
className: propTypes.string | ||
}; | ||
function RadioDense({ | ||
className | ||
}) { | ||
return /*#__PURE__*/React.createElement("svg", { | ||
xmlns: "http://www.w3.org/2000/svg", | ||
viewBox: "0 0 14 14", | ||
className: "jsx-1659897952 " + "jsx-".concat(styles.__hash) + " " + (className || "") | ||
}, /*#__PURE__*/React.createElement("circle", { | ||
cx: "7", | ||
cy: "7", | ||
r: "7", | ||
className: "jsx-1659897952 " + "jsx-".concat(styles.__hash) + " " + "background" | ||
}), /*#__PURE__*/React.createElement("path", { | ||
d: "M7,14 C10.8659932,14 14,10.8659932 14,7 C14,3.13400675 10.8659932,0 7,0 C3.13400675,0 0,3.13400675 0,7 C0,10.8659932 3.13400675,14 7,14 Z M7,13 C3.6862915,13 1,10.3137085 1,7 C1,3.6862915 3.6862915,1 7,1 C10.3137085,1 13,3.6862915 13,7 C13,10.3137085 10.3137085,13 7,13 Z", | ||
className: "jsx-1659897952 " + "jsx-".concat(styles.__hash) + " " + "outer unchecked" | ||
}), /*#__PURE__*/React.createElement("path", { | ||
d: "M7,14 C10.8659932,14 14,10.8659932 14,7 C14,3.13400675 10.8659932,0 7,0 C3.13400675,0 0,3.13400675 0,7 C0,10.8659932 3.13400675,14 7,14 Z M7,12 C4.23857625,12 2,9.76142375 2,7 C2,4.23857625 4.23857625,2 7,2 C9.76142375,2 12,4.23857625 12,7 C12,9.76142375 9.76142375,12 7,12 Z", | ||
className: "jsx-1659897952 " + "jsx-".concat(styles.__hash) + " " + "outer checked" | ||
}), /*#__PURE__*/React.createElement("circle", { | ||
cx: "7", | ||
cy: "7", | ||
r: "3", | ||
className: "jsx-1659897952 " + "jsx-".concat(styles.__hash) + " " + "inner" | ||
}), /*#__PURE__*/React.createElement(_JSXStyle, { | ||
id: "1659897952" | ||
}, ["svg.jsx-1659897952{height:14px;width:14px;}"]), /*#__PURE__*/React.createElement(_JSXStyle, { | ||
id: styles.__hash | ||
}, styles)); | ||
} | ||
RadioDense.propTypes = { | ||
className: propTypes.string | ||
}; | ||
function Settings({ | ||
@@ -695,2 +759,45 @@ className | ||
const styles$1 = ["svg.jsx-2218109610{display:block;pointer-events:none;height:18px;width:35px;}", "svg.dense.jsx-2218109610{height:14px;width:27px;}", "svg.jsx-2218109610 .background.jsx-2218109610,svg.jsx-2218109610 .border.jsx-2218109610{fill:".concat(uiConstants.colors.grey600, ";}"), "svg.jsx-2218109610 .checkmark.jsx-2218109610,svg.jsx-2218109610 .cross.jsx-2218109610,svg.jsx-2218109610 .handle.jsx-2218109610{fill:".concat(uiConstants.colors.white, ";}"), "svg.checked.jsx-2218109610 .handle-unchecked.jsx-2218109610,svg.jsx-2218109610:not(.checked) .handle-checked.jsx-2218109610{fill:none;}", "svg.checked.jsx-2218109610 .background.jsx-2218109610{fill:".concat(uiConstants.colors.teal400, ";}"), "svg.valid.jsx-2218109610 .background.jsx-2218109610{fill:".concat(uiConstants.colors.blue600, ";}"), "svg.warning.jsx-2218109610 .background.jsx-2218109610{fill:".concat(uiConstants.colors.yellow700, ";}"), "svg.error.jsx-2218109610 .background.jsx-2218109610{fill:".concat(uiConstants.colors.red500, ";}"), "svg.checked.jsx-2218109610 .border.jsx-2218109610{fill:".concat(uiConstants.colors.teal700, ";}"), "svg.disabled.jsx-2218109610 .background.jsx-2218109610{fill:".concat(uiConstants.colors.grey300, ";}"), "svg.disabled.jsx-2218109610 .border.jsx-2218109610{fill:".concat(uiConstants.colors.grey400, ";}"), "svg.valid.jsx-2218109610 .border.jsx-2218109610{fill:".concat(uiConstants.colors.blue600, ";}"), "svg.valid.checked.jsx-2218109610 .border.jsx-2218109610,svg.valid.indeterminate.jsx-2218109610 .border.jsx-2218109610{fill:".concat(uiConstants.colors.blue700, ";}"), "svg.warning.jsx-2218109610 .border.jsx-2218109610{fill:".concat(uiConstants.colors.yellow700, ";}"), "svg.warning.checked.jsx-2218109610 .border.jsx-2218109610{fill:".concat(uiConstants.colors.yellow800, ";}"), "svg.error.jsx-2218109610 .border.jsx-2218109610{fill:".concat(uiConstants.colors.red500, ";}"), "svg.error.checked.jsx-2218109610 .border.jsx-2218109610{fill:".concat(uiConstants.colors.red700, ";}")]; | ||
styles$1.__hash = "2218109610"; | ||
function SwitchRegular({ | ||
className | ||
}) { | ||
return /*#__PURE__*/React.createElement("svg", { | ||
viewBox: "0 0 42 22", | ||
xmlns: "http://www.w3.org/2000/svg", | ||
className: "jsx-".concat(styles$1.__hash) + " " + (className || "") | ||
}, /*#__PURE__*/React.createElement("path", { | ||
d: "M0,11 L0,11 C0,4.92486775 4.92076837,0 11.0075657,0 L30.9924343,0 C37.071745,0 42,4.923532 42,11 L42,11 C42,17.0751322 37.0792316,22 30.9924343,22 L11.0075657,22 C4.92825504,22 0,17.0791222 0,11 L0,11 Z", | ||
fill: "red", | ||
className: "jsx-".concat(styles$1.__hash) + " " + "background" | ||
}), /*#__PURE__*/React.createElement("path", { | ||
d: "M30.9924343,0 C36.975248,0 41.8432574,4.76846989 41.99629,10.7115309 L42,11 C42,17.0751322 37.0792316,22 30.9924343,22 L11.0075657,22 C5.02475203,22 0.156742552,17.2341007 0.00370995454,11.2885915 L0,11 C0,4.92486775 4.92076837,0 11.0075657,0 L30.9924343,0 Z M30.9924343,1 L11.0075657,1 C5.47559009,1 0.99991738,5.47461611 0.99991738,10.9871457 L1.00337887,11.2628608 C1.14271146,16.6761076 5.5768313,21 11.0075657,21 L30.9924343,21 C36.5244099,21 41.0000827,16.5253839 41.0000827,11.0128598 L40.9966214,10.7372722 C40.8572703,5.32553352 36.4222391,1 30.9924343,1 Z" // fill="#00695C" | ||
// fillRule="nonzero" | ||
, | ||
className: "jsx-".concat(styles$1.__hash) + " " + "border" | ||
}), /*#__PURE__*/React.createElement("path", { | ||
d: "M27.7071068,7.29289322 L30,9.585 L32.2928932,7.29289322 C32.6533772,6.93240926 33.2206082,6.90467972 33.6128994,7.20970461 L33.7071068,7.29289322 C34.0976311,7.68341751 34.0976311,8.31658249 33.7071068,8.70710678 L33.7071068,8.70710678 L31.415,11 L33.7071068,13.2928932 C34.0976311,13.6834175 34.0976311,14.3165825 33.7071068,14.7071068 C33.3165825,15.0976311 32.6834175,15.0976311 32.2928932,14.7071068 L30,12.415 L27.7071068,14.7071068 C27.3466228,15.0675907 26.7793918,15.0953203 26.3871006,14.7902954 L26.2928932,14.7071068 C25.9023689,14.3165825 25.9023689,13.6834175 26.2928932,13.2928932 L26.2928932,13.2928932 L28.585,11 L26.2928932,8.70710678 C25.9023689,8.31658249 25.9023689,7.68341751 26.2928932,7.29289322 C26.6834175,6.90236893 27.3165825,6.90236893 27.7071068,7.29289322 Z", | ||
fill: "#FFFFFF", | ||
className: "jsx-".concat(styles$1.__hash) + " " + "cross" | ||
}), /*#__PURE__*/React.createElement("path", { | ||
d: "M7.74451387,10.0285252 C7.39595738,10.1198564 7.12375034,10.3923519 7.03251575,10.7412777 C6.94128115,11.0902035 7.04521722,11.4612586 7.30437605,11.7118278 L10.2982384,14.7078028 C10.6875399,15.0973991 11.3185977,15.0973991 11.7078992,14.7078028 L16.695624,8.71585285 C16.9547828,8.46528367 17.0587189,8.09422851 16.9674843,7.74530271 C16.8762497,7.39637691 16.6040426,7.12388146 16.2554861,7.0325502 C15.9069296,6.94121893 15.5362672,7.04526513 15.2859632,7.30469855 L11.0030688,12.5910713 L8.71403676,10.3006735 C8.46373279,10.0412401 8.09307036,9.9371939 7.74451387,10.0285252 Z" // fill="#FFFFFF" | ||
// fillRule="nonzero" | ||
, | ||
className: "jsx-".concat(styles$1.__hash) + " " + "checkmark" | ||
}), /*#__PURE__*/React.createElement("path", { | ||
d: "M11,20 C15.9705627,20 20,15.9705627 20,11 C20,6.02943725 15.9705627,2 11,2 C6.02943725,2 2,6.02943725 2,11 C2,15.9705627 6.02943725,20 11,20 Z" // fill="#FFFFFF" | ||
, | ||
className: "jsx-".concat(styles$1.__hash) + " " + "handle handle-unchecked" | ||
}), /*#__PURE__*/React.createElement("path", { | ||
d: "M31,20 C35.9705627,20 40,15.9705627 40,11 C40,6.02943725 35.9705627,2 31,2 C26.0294373,2 22,6.02943725 22,11 C22,15.9705627 26.0294373,20 31,20 Z" // fill="#FFFFFF" | ||
, | ||
className: "jsx-".concat(styles$1.__hash) + " " + "handle handle-checked" | ||
}), /*#__PURE__*/React.createElement(_JSXStyle, { | ||
id: styles$1.__hash | ||
}, styles$1)); | ||
} | ||
SwitchRegular.propTypes = { | ||
className: propTypes.string | ||
}; | ||
function Upload({ | ||
@@ -741,6 +848,7 @@ className | ||
exports.CancelOutline = CancelOutline; | ||
exports.CheckboxDense = CheckboxDense; | ||
exports.CheckboxRegular = CheckboxRegular; | ||
exports.ChevronLeft = ChevronLeft; | ||
exports.ChevronRight = ChevronRight; | ||
exports.Close = Close; | ||
exports.Dense = Dense; | ||
exports.Email = Email; | ||
@@ -757,6 +865,8 @@ exports.Empty = Empty; | ||
exports.Message = Message; | ||
exports.Regular = Regular; | ||
exports.RadioDense = RadioDense; | ||
exports.RadioRegular = RadioRegular; | ||
exports.Settings = Settings; | ||
exports.Single = Single; | ||
exports.StatusIcon = StatusIcon; | ||
exports.SwitchRegular = SwitchRegular; | ||
exports.Upload = Upload; | ||
@@ -763,0 +873,0 @@ exports.Valid = Valid; |
@@ -121,3 +121,3 @@ /* eslint-disable */ | ||
commonStyles.__hash = "1744227082"; | ||
function Regular({ | ||
function CheckboxRegular({ | ||
className | ||
@@ -156,6 +156,6 @@ }) { | ||
} | ||
Regular.propTypes = { | ||
CheckboxRegular.propTypes = { | ||
className: propTypes.string | ||
}; | ||
function Dense({ | ||
function CheckboxDense({ | ||
className | ||
@@ -197,3 +197,3 @@ }) { | ||
} | ||
Dense.propTypes = { | ||
CheckboxDense.propTypes = { | ||
className: propTypes.string | ||
@@ -478,2 +478,66 @@ }; | ||
const styles = ["svg.jsx-1631270792{display:block;pointer-events:none;}", "svg.jsx-1631270792{fill:".concat(theme.default, ";}"), "circle.background.jsx-1631270792{fill:".concat(colors.white, ";}"), "svg.checked.jsx-1631270792{fill:".concat(colors.teal400, ";}"), "svg.disabled.jsx-1631270792{fill:".concat(colors.grey400, ";}"), "svg.error.jsx-1631270792{fill:".concat(theme.error, ";}"), "svg.valid.jsx-1631270792{fill:".concat(theme.valid, ";}"), "svg.warning.jsx-1631270792{fill:".concat(theme.warning, ";}"), "svg.jsx-1631270792:not(.checked) .inner.jsx-1631270792,svg.jsx-1631270792:not(.checked) .outer.checked.jsx-1631270792{fill:none;}"]; | ||
styles.__hash = "1631270792"; | ||
function RadioRegular({ | ||
className | ||
}) { | ||
return /*#__PURE__*/React.createElement("svg", { | ||
xmlns: "http://www.w3.org/2000/svg", | ||
viewBox: "0 0 18 18", | ||
className: "jsx-1260643562 " + "jsx-".concat(styles.__hash) + " " + (className || "") | ||
}, /*#__PURE__*/React.createElement("circle", { | ||
cx: "9", | ||
cy: "9", | ||
r: "9", | ||
className: "jsx-1260643562 " + "jsx-".concat(styles.__hash) + " " + "background" | ||
}), /*#__PURE__*/React.createElement("path", { | ||
d: "M9,18 C13.9705627,18 18,13.9705627 18,9 C18,4.02943725 13.9705627,0 9,0 C4.02943725,0 0,4.02943725 0,9 C0,13.9705627 4.02943725,18 9,18 Z M9,16 C5.13400675,16 2,12.8659932 2,9 C2,5.13400675 5.13400675,2 9,2 C12.8659932,2 16,5.13400675 16,9 C16,12.8659932 12.8659932,16 9,16 Z", | ||
className: "jsx-1260643562 " + "jsx-".concat(styles.__hash) + " " + "outer" | ||
}), /*#__PURE__*/React.createElement("circle", { | ||
cx: "9", | ||
cy: "9", | ||
r: "5", | ||
className: "jsx-1260643562 " + "jsx-".concat(styles.__hash) + " " + "inner" | ||
}), /*#__PURE__*/React.createElement(_JSXStyle, { | ||
id: "1260643562" | ||
}, ["svg.jsx-1260643562{height:18px;width:18px;}"]), /*#__PURE__*/React.createElement(_JSXStyle, { | ||
id: styles.__hash | ||
}, styles)); | ||
} | ||
RadioRegular.propTypes = { | ||
className: propTypes.string | ||
}; | ||
function RadioDense({ | ||
className | ||
}) { | ||
return /*#__PURE__*/React.createElement("svg", { | ||
xmlns: "http://www.w3.org/2000/svg", | ||
viewBox: "0 0 14 14", | ||
className: "jsx-1659897952 " + "jsx-".concat(styles.__hash) + " " + (className || "") | ||
}, /*#__PURE__*/React.createElement("circle", { | ||
cx: "7", | ||
cy: "7", | ||
r: "7", | ||
className: "jsx-1659897952 " + "jsx-".concat(styles.__hash) + " " + "background" | ||
}), /*#__PURE__*/React.createElement("path", { | ||
d: "M7,14 C10.8659932,14 14,10.8659932 14,7 C14,3.13400675 10.8659932,0 7,0 C3.13400675,0 0,3.13400675 0,7 C0,10.8659932 3.13400675,14 7,14 Z M7,13 C3.6862915,13 1,10.3137085 1,7 C1,3.6862915 3.6862915,1 7,1 C10.3137085,1 13,3.6862915 13,7 C13,10.3137085 10.3137085,13 7,13 Z", | ||
className: "jsx-1659897952 " + "jsx-".concat(styles.__hash) + " " + "outer unchecked" | ||
}), /*#__PURE__*/React.createElement("path", { | ||
d: "M7,14 C10.8659932,14 14,10.8659932 14,7 C14,3.13400675 10.8659932,0 7,0 C3.13400675,0 0,3.13400675 0,7 C0,10.8659932 3.13400675,14 7,14 Z M7,12 C4.23857625,12 2,9.76142375 2,7 C2,4.23857625 4.23857625,2 7,2 C9.76142375,2 12,4.23857625 12,7 C12,9.76142375 9.76142375,12 7,12 Z", | ||
className: "jsx-1659897952 " + "jsx-".concat(styles.__hash) + " " + "outer checked" | ||
}), /*#__PURE__*/React.createElement("circle", { | ||
cx: "7", | ||
cy: "7", | ||
r: "3", | ||
className: "jsx-1659897952 " + "jsx-".concat(styles.__hash) + " " + "inner" | ||
}), /*#__PURE__*/React.createElement(_JSXStyle, { | ||
id: "1659897952" | ||
}, ["svg.jsx-1659897952{height:14px;width:14px;}"]), /*#__PURE__*/React.createElement(_JSXStyle, { | ||
id: styles.__hash | ||
}, styles)); | ||
} | ||
RadioDense.propTypes = { | ||
className: propTypes.string | ||
}; | ||
function Settings({ | ||
@@ -689,2 +753,45 @@ className | ||
const styles$1 = ["svg.jsx-2218109610{display:block;pointer-events:none;height:18px;width:35px;}", "svg.dense.jsx-2218109610{height:14px;width:27px;}", "svg.jsx-2218109610 .background.jsx-2218109610,svg.jsx-2218109610 .border.jsx-2218109610{fill:".concat(colors.grey600, ";}"), "svg.jsx-2218109610 .checkmark.jsx-2218109610,svg.jsx-2218109610 .cross.jsx-2218109610,svg.jsx-2218109610 .handle.jsx-2218109610{fill:".concat(colors.white, ";}"), "svg.checked.jsx-2218109610 .handle-unchecked.jsx-2218109610,svg.jsx-2218109610:not(.checked) .handle-checked.jsx-2218109610{fill:none;}", "svg.checked.jsx-2218109610 .background.jsx-2218109610{fill:".concat(colors.teal400, ";}"), "svg.valid.jsx-2218109610 .background.jsx-2218109610{fill:".concat(colors.blue600, ";}"), "svg.warning.jsx-2218109610 .background.jsx-2218109610{fill:".concat(colors.yellow700, ";}"), "svg.error.jsx-2218109610 .background.jsx-2218109610{fill:".concat(colors.red500, ";}"), "svg.checked.jsx-2218109610 .border.jsx-2218109610{fill:".concat(colors.teal700, ";}"), "svg.disabled.jsx-2218109610 .background.jsx-2218109610{fill:".concat(colors.grey300, ";}"), "svg.disabled.jsx-2218109610 .border.jsx-2218109610{fill:".concat(colors.grey400, ";}"), "svg.valid.jsx-2218109610 .border.jsx-2218109610{fill:".concat(colors.blue600, ";}"), "svg.valid.checked.jsx-2218109610 .border.jsx-2218109610,svg.valid.indeterminate.jsx-2218109610 .border.jsx-2218109610{fill:".concat(colors.blue700, ";}"), "svg.warning.jsx-2218109610 .border.jsx-2218109610{fill:".concat(colors.yellow700, ";}"), "svg.warning.checked.jsx-2218109610 .border.jsx-2218109610{fill:".concat(colors.yellow800, ";}"), "svg.error.jsx-2218109610 .border.jsx-2218109610{fill:".concat(colors.red500, ";}"), "svg.error.checked.jsx-2218109610 .border.jsx-2218109610{fill:".concat(colors.red700, ";}")]; | ||
styles$1.__hash = "2218109610"; | ||
function SwitchRegular({ | ||
className | ||
}) { | ||
return /*#__PURE__*/React.createElement("svg", { | ||
viewBox: "0 0 42 22", | ||
xmlns: "http://www.w3.org/2000/svg", | ||
className: "jsx-".concat(styles$1.__hash) + " " + (className || "") | ||
}, /*#__PURE__*/React.createElement("path", { | ||
d: "M0,11 L0,11 C0,4.92486775 4.92076837,0 11.0075657,0 L30.9924343,0 C37.071745,0 42,4.923532 42,11 L42,11 C42,17.0751322 37.0792316,22 30.9924343,22 L11.0075657,22 C4.92825504,22 0,17.0791222 0,11 L0,11 Z", | ||
fill: "red", | ||
className: "jsx-".concat(styles$1.__hash) + " " + "background" | ||
}), /*#__PURE__*/React.createElement("path", { | ||
d: "M30.9924343,0 C36.975248,0 41.8432574,4.76846989 41.99629,10.7115309 L42,11 C42,17.0751322 37.0792316,22 30.9924343,22 L11.0075657,22 C5.02475203,22 0.156742552,17.2341007 0.00370995454,11.2885915 L0,11 C0,4.92486775 4.92076837,0 11.0075657,0 L30.9924343,0 Z M30.9924343,1 L11.0075657,1 C5.47559009,1 0.99991738,5.47461611 0.99991738,10.9871457 L1.00337887,11.2628608 C1.14271146,16.6761076 5.5768313,21 11.0075657,21 L30.9924343,21 C36.5244099,21 41.0000827,16.5253839 41.0000827,11.0128598 L40.9966214,10.7372722 C40.8572703,5.32553352 36.4222391,1 30.9924343,1 Z" // fill="#00695C" | ||
// fillRule="nonzero" | ||
, | ||
className: "jsx-".concat(styles$1.__hash) + " " + "border" | ||
}), /*#__PURE__*/React.createElement("path", { | ||
d: "M27.7071068,7.29289322 L30,9.585 L32.2928932,7.29289322 C32.6533772,6.93240926 33.2206082,6.90467972 33.6128994,7.20970461 L33.7071068,7.29289322 C34.0976311,7.68341751 34.0976311,8.31658249 33.7071068,8.70710678 L33.7071068,8.70710678 L31.415,11 L33.7071068,13.2928932 C34.0976311,13.6834175 34.0976311,14.3165825 33.7071068,14.7071068 C33.3165825,15.0976311 32.6834175,15.0976311 32.2928932,14.7071068 L30,12.415 L27.7071068,14.7071068 C27.3466228,15.0675907 26.7793918,15.0953203 26.3871006,14.7902954 L26.2928932,14.7071068 C25.9023689,14.3165825 25.9023689,13.6834175 26.2928932,13.2928932 L26.2928932,13.2928932 L28.585,11 L26.2928932,8.70710678 C25.9023689,8.31658249 25.9023689,7.68341751 26.2928932,7.29289322 C26.6834175,6.90236893 27.3165825,6.90236893 27.7071068,7.29289322 Z", | ||
fill: "#FFFFFF", | ||
className: "jsx-".concat(styles$1.__hash) + " " + "cross" | ||
}), /*#__PURE__*/React.createElement("path", { | ||
d: "M7.74451387,10.0285252 C7.39595738,10.1198564 7.12375034,10.3923519 7.03251575,10.7412777 C6.94128115,11.0902035 7.04521722,11.4612586 7.30437605,11.7118278 L10.2982384,14.7078028 C10.6875399,15.0973991 11.3185977,15.0973991 11.7078992,14.7078028 L16.695624,8.71585285 C16.9547828,8.46528367 17.0587189,8.09422851 16.9674843,7.74530271 C16.8762497,7.39637691 16.6040426,7.12388146 16.2554861,7.0325502 C15.9069296,6.94121893 15.5362672,7.04526513 15.2859632,7.30469855 L11.0030688,12.5910713 L8.71403676,10.3006735 C8.46373279,10.0412401 8.09307036,9.9371939 7.74451387,10.0285252 Z" // fill="#FFFFFF" | ||
// fillRule="nonzero" | ||
, | ||
className: "jsx-".concat(styles$1.__hash) + " " + "checkmark" | ||
}), /*#__PURE__*/React.createElement("path", { | ||
d: "M11,20 C15.9705627,20 20,15.9705627 20,11 C20,6.02943725 15.9705627,2 11,2 C6.02943725,2 2,6.02943725 2,11 C2,15.9705627 6.02943725,20 11,20 Z" // fill="#FFFFFF" | ||
, | ||
className: "jsx-".concat(styles$1.__hash) + " " + "handle handle-unchecked" | ||
}), /*#__PURE__*/React.createElement("path", { | ||
d: "M31,20 C35.9705627,20 40,15.9705627 40,11 C40,6.02943725 35.9705627,2 31,2 C26.0294373,2 22,6.02943725 22,11 C22,15.9705627 26.0294373,20 31,20 Z" // fill="#FFFFFF" | ||
, | ||
className: "jsx-".concat(styles$1.__hash) + " " + "handle handle-checked" | ||
}), /*#__PURE__*/React.createElement(_JSXStyle, { | ||
id: styles$1.__hash | ||
}, styles$1)); | ||
} | ||
SwitchRegular.propTypes = { | ||
className: propTypes.string | ||
}; | ||
function Upload({ | ||
@@ -728,3 +835,3 @@ className | ||
export { Account, Apps, ArrowDown, ArrowUp, AttachFile, Cancel, CancelOutline, ChevronLeft, ChevronRight, Close, Dense, Email, Empty, Error, Exit, FileUpload, FolderClosed, FolderOpen, Help, Info, Loading, Message, Regular, Settings, Single, StatusIcon, Upload, Valid, Warning }; | ||
export { Account, Apps, ArrowDown, ArrowUp, AttachFile, Cancel, CancelOutline, CheckboxDense, CheckboxRegular, ChevronLeft, ChevronRight, Close, Email, Empty, Error, Exit, FileUpload, FolderClosed, FolderOpen, Help, Info, Loading, Message, RadioDense, RadioRegular, Settings, Single, StatusIcon, SwitchRegular, Upload, Valid, Warning }; | ||
//# sourceMappingURL=lib.js.map |
{ | ||
"name": "@dhis2/ui-icons", | ||
"version": "5.0.0-alpha.10", | ||
"version": "5.0.0-alpha.11", | ||
"description": "Icons used in the UI libs", | ||
@@ -5,0 +5,0 @@ "main": "build/cjs/lib.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
313842
1732