@team-monolith/cds 1.30.0 → 1.30.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/icons/Custom.js +2 -2
- package/package.json +1 -1
package/dist/icons/Custom.js
CHANGED
|
@@ -254,10 +254,10 @@ export const CustomScrollLineIcon = forwardRef((props, ref) => {
|
|
|
254
254
|
import customScrollFillSvgImport from "./custom/scroll-fill.svg";
|
|
255
255
|
export const customScrollFillSvg = customScrollFillSvgImport;
|
|
256
256
|
export const CustomScrollFillIcon = forwardRef((props, ref) => {
|
|
257
|
-
return (_jsx("svg", Object.assign({}, props, { ref: ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, { children: _jsx("path", {
|
|
257
|
+
return (_jsx("svg", Object.assign({}, props, { ref: ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, { children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 1.25C7.16751 1.25 3.25 5.16751 3.25 10V14C3.25 18.8325 7.16751 22.75 12 22.75C16.8325 22.75 20.75 18.8325 20.75 14V10C20.75 5.16751 16.8325 1.25 12 1.25ZM15 8H13.001L13 11H15L12 14L9 11H10.999L11 8H9L12 5L15 8Z", fill: "currentColor" }) })));
|
|
258
258
|
});
|
|
259
259
|
import customScrollAltSvgImport from "./custom/scroll-alt.svg";
|
|
260
260
|
export const customScrollAltSvg = customScrollAltSvgImport;
|
|
261
261
|
export const CustomScrollAltIcon = forwardRef((props, ref) => {
|
|
262
|
-
return (_jsxs("svg", Object.assign({}, props, { ref: ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, { children: [_jsx("path", {
|
|
262
|
+
return (_jsxs("svg", Object.assign({}, props, { ref: ref, xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none" }, { children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.7099 2.0731C14.5835 1.54505 13.3262 1.25 12 1.25C7.16751 1.25 3.25 5.16751 3.25 10V14C3.25 18.8325 7.16751 22.75 12 22.75C16.8325 22.75 20.75 18.8325 20.75 14V10C20.75 9.60853 20.7243 9.22306 20.6745 8.84519C20.3001 8.94615 19.9063 9 19.5 9C17.0147 9 15 6.98528 15 4.5C15 3.60624 15.2606 2.77333 15.7099 2.0731ZM13.001 8H15L12 5L9 8H11L10.999 11H9L12 14L15 11H13L13.001 8Z", fill: "currentColor" }), _jsx("circle", { cx: "20", cy: "4.25", r: "3", fill: "currentColor" })] })));
|
|
263
263
|
});
|