Skip to content

Commit 0f39f7e

Browse files
authored
feat: a new global root icon (#4298)
## Description To symbolize global settings we are changing the icon ## Steps for reproduction 1. click button 2. expect xyz ## Code Review - [ ] hi @kof, I need you to do - conceptual review (architecture, feature-correctness) - detailed review (read every line) - test it on preview ## Before requesting a review - [ ] made a self-review - [ ] added inline comments where things may be not obvious (the "why", not "what") ## Before merging - [ ] tested locally and on preview environment (preview dev login: 5de6) - [ ] updated [test cases](https://github.com/webstudio-is/webstudio/blob/main/apps/builder/docs/test-cases.md) document - [ ] added tests - [ ] if any new env variables are added, added them to `.env` file
1 parent b07b904 commit 0f39f7e

File tree

4 files changed

+44
-2
lines changed

4 files changed

+44
-2
lines changed

packages/icons/icons/settings.svg

Lines changed: 15 additions & 0 deletions
Loading

packages/icons/src/__generated__/components.tsx

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/icons/src/__generated__/svg.ts

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-sdk/src/core-components.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {
22
ListViewIcon,
33
PaintBrushIcon,
4-
EmbedIcon,
4+
SettingsIcon,
55
} from "@webstudio-is/icons/svg";
66
import { html } from "@webstudio-is/sdk/normalize.css";
77
import type {
@@ -15,7 +15,7 @@ const rootMeta: WsComponentMeta = {
1515
category: "hidden",
1616
type: "container",
1717
label: "Global Root",
18-
icon: EmbedIcon,
18+
icon: SettingsIcon,
1919
presetStyle: {
2020
html,
2121
},

0 commit comments

Comments
 (0)