@dhis2/ui-icons
Advanced tools
Comparing version 5.0.0-alpha.5 to 5.0.0-alpha.6
@@ -711,2 +711,20 @@ /* eslint-disable */ | ||
function CancelOutline({ | ||
className | ||
}) { | ||
return /*#__PURE__*/React.createElement("svg", { | ||
xmlns: "http://www.w3.org/2000/svg", | ||
viewBox: "0 0 16 16", | ||
className: "jsx-2898942518" + " " + (className || "") | ||
}, /*#__PURE__*/React.createElement("path", { | ||
d: "M11.2928932,3.29289322 L12.7071068,4.70710678 L9.41389322,7.99989322 L12.7071068,11.2928932 L11.2928932,12.7071068 L7.99989322,9.41389322 L4.70710678,12.7071068 L3.29289322,11.2928932 L6.58589322,7.99989322 L3.29289322,4.70710678 L4.70710678,3.29289322 L7.99989322,6.58589322 L11.2928932,3.29289322 Z", | ||
className: "jsx-2898942518" | ||
}), /*#__PURE__*/React.createElement(_JSXStyle, { | ||
id: "2898942518" | ||
}, ["svg.jsx-2898942518{fill:inherit;height:16px;width:16px;vertical-align:middle;pointer-events:none;}"])); | ||
} | ||
CancelOutline.propTypes = { | ||
className: propTypes.string | ||
}; | ||
exports.Account = Account; | ||
@@ -718,2 +736,3 @@ exports.Apps = Apps; | ||
exports.Cancel = Cancel; | ||
exports.CancelOutline = CancelOutline; | ||
exports.ChevronLeft = ChevronLeft; | ||
@@ -720,0 +739,0 @@ exports.ChevronRight = ChevronRight; |
@@ -705,3 +705,21 @@ /* eslint-disable */ | ||
export { Account, Apps, ArrowDown, ArrowUp, AttachFile, Cancel, ChevronLeft, ChevronRight, Close, Dense, Email, Empty, Error, Exit, FileUpload, FolderClosed, FolderOpen, Help, Info, Loading, Message, Regular, Settings, Single, StatusIcon, Upload, Valid, Warning }; | ||
function CancelOutline({ | ||
className | ||
}) { | ||
return /*#__PURE__*/React.createElement("svg", { | ||
xmlns: "http://www.w3.org/2000/svg", | ||
viewBox: "0 0 16 16", | ||
className: "jsx-2898942518" + " " + (className || "") | ||
}, /*#__PURE__*/React.createElement("path", { | ||
d: "M11.2928932,3.29289322 L12.7071068,4.70710678 L9.41389322,7.99989322 L12.7071068,11.2928932 L11.2928932,12.7071068 L7.99989322,9.41389322 L4.70710678,12.7071068 L3.29289322,11.2928932 L6.58589322,7.99989322 L3.29289322,4.70710678 L4.70710678,3.29289322 L7.99989322,6.58589322 L11.2928932,3.29289322 Z", | ||
className: "jsx-2898942518" | ||
}), /*#__PURE__*/React.createElement(_JSXStyle, { | ||
id: "2898942518" | ||
}, ["svg.jsx-2898942518{fill:inherit;height:16px;width:16px;vertical-align:middle;pointer-events:none;}"])); | ||
} | ||
CancelOutline.propTypes = { | ||
className: propTypes.string | ||
}; | ||
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 }; | ||
//# sourceMappingURL=lib.js.map |
{ | ||
"name": "@dhis2/ui-icons", | ||
"version": "5.0.0-alpha.5", | ||
"version": "5.0.0-alpha.6", | ||
"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
272534
1489