@linzjs/lui 21.33.0 → 21.34.0
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/CHANGELOG.md +7 -0
- package/dist/assets/icons/copy_titles_to_here.svg +1 -0
- package/dist/assets/svg-content.d.ts +1 -1
- package/dist/assets/svg-content.tsx +7 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/lui.esm.js +2 -0
- package/dist/lui.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/lui.esm.js
CHANGED
|
@@ -249,6 +249,8 @@ iconMap['ic_control_point'] = (React__default.createElement("svg", { xmlns: "htt
|
|
|
249
249
|
React__default.createElement("path", { d: "M21.146 1.1h-5.7c-.9 0-1.7.8-1.7 1.7v5.7c0 .9.8 1.7 1.7 1.7h5.7c.9 0 1.7-.8 1.7-1.7V2.9c.1-1-.7-1.8-1.7-1.8z" })));
|
|
250
250
|
iconMap['ic_copy'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
251
251
|
React__default.createElement("path", { d: "M8.5 20h10V7c0-.55.45-1 1-1s1 .45 1 1v13c0 1.1-.9 2-2 2h-10c-.55 0-1-.45-1-1s.45-1 1-1zm-5-4V4c0-1.1.9-2 2-2h9c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2h-9c-1.1 0-2-.9-2-2zm2 0h9V4h-9v12z" })));
|
|
252
|
+
iconMap['ic_copy_titles_to_here'] = (React__default.createElement("svg", { viewBox: "0 0 24 24" },
|
|
253
|
+
React__default.createElement("path", { d: "M7.6 18.6 9 20l4-4-4-4-1.4 1.4L9.2 15H3v2h6.2zM15 7c-.6 0-1-.4-1-1s.4-1 1-1h5c.6 0 1 .4 1 1s-.1.6-.3.7c-.2.2-.4.3-.7.3zm0 4c-.6 0-1-.4-1-1s.4-1 1-1h5c.6 0 1 .4 1 1s-.1.6-.3.7c-.2.2-.4.3-.7.3zm0 4c-.6 0-1-.4-1-1s.4-1 1-1h5c.6 0 1 .4 1 1s-.1.6-.3.7c-.2.2-.4.3-.7.3zm0 4c-.6 0-1-.4-1-1s.4-1 1-1h5c.6 0 1 .4 1 1s-.1.6-.3.7c-.2.2-.4.3-.7.3zM6 7c-.6 0-1-.4-1-1s.4-1 1-1h5c.6 0 1 .4 1 1s-.1.6-.3.7c-.2.2-.4.3-.7.3zm0 4c-.6 0-1-.4-1-1s.4-1 1-1h5c.6 0 1 .4 1 1s-.1.6-.3.7c-.2.2-.4.3-.7.3z" })));
|
|
252
254
|
iconMap['ic_corporate_fare'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|
|
253
255
|
React__default.createElement("path", { d: "M12 6.984V3H2.016v18h19.969V6.984h-9.984zm-2.016 12h-6v-1.969h6v1.969zm0-3.984h-6v-2.016h6V15zm0-3.984h-6V9h6v2.016zm0-4.032h-6V5.015h6v1.969zm10.032 12H12V9h8.016v9.984zM18 11.016h-3.984v1.969H18v-1.969zM18 15h-3.984v2.016H18V15z" })));
|
|
254
256
|
iconMap['ic_create'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
|