Skip to content

Commit c1f0f93

Browse files
authored
Merge pull request #733 from code0-tech/feat/#732
Wrapper for icons from simple, tabler and own icons
2 parents 5ac2e7d + cb0a31b commit c1f0f93

13 files changed

Lines changed: 647 additions & 15 deletions

File tree

.storybook/main.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import type { StorybookConfig } from "@storybook/react-vite";
2+
import svgr from "vite-plugin-svgr";
23

34
const config: StorybookConfig = {
45
stories: ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|mjs|ts|tsx)"],
@@ -32,6 +33,7 @@ const config: StorybookConfig = {
3233
return mergeConfig(config, {
3334
// Add dependencies to pre-optimization
3435
reactStrictMode: true,
36+
plugins: [svgr()],
3537
resolve: {
3638
alias: {
3739
// /esm/icons/index.mjs only exports the icons statically, so no separate chunks are created

LICENSE

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
11
Copyright 2023-2026 Code0 UG (haftungsbeschränkt)
22

3+
This license applies to all files in this repository EXCEPT the contents of the
4+
directory "src/components/icon/codezero" (and any build artifacts derived from
5+
it), which are governed by the "Excluded Assets" section at the bottom of this
6+
file.
7+
38
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
49

510
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
611

712
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
13+
14+
---
15+
16+
Excluded Assets
17+
18+
The contents of the directory "src/components/icon/codezero" (and any build
19+
artifacts derived from it, such as the corresponding files in the published
20+
package) are NOT covered by the MIT license above. These files include brand
21+
logos and trademarks that are the property of their respective owners and are
22+
used by Code0 UG (haftungsbeschränkt) under permission.
23+
24+
No license or right to use, copy, modify, distribute, sublicense, or otherwise
25+
exploit these excluded assets is granted to any third party. All rights are
26+
reserved by their respective owners. Any use of these assets requires the prior
27+
written permission of the respective rights holder.

0 commit comments

Comments
 (0)