@box/blueprint-web-assets 4.92.0 → 4.93.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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
|
-
const SvgPencil = (props, ref) => (_jsx("svg", { width: "1em", height: "1em",
|
|
3
|
+
const SvgPencil = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M15.523 2.907a3 3 0 0 1 4.242 0l1.328 1.328a3 3 0 0 1 0 4.242l-10.85 10.851c-.44.44-.975.77-1.564.967l-4.615 1.538c-1.172.39-2.287-.725-1.897-1.897l1.538-4.615a4.001 4.001 0 0 1 .967-1.563l10.85-10.851ZM6.086 15.172c-.22.22-.385.487-.483.781L4.38 19.62l3.666-1.221a2 2 0 0 0 .782-.484L17 9.741l-2.74-2.742-8.173 8.173Zm12.33-6.845 1.263-1.264a1 1 0 0 0 0-1.413L18.35 4.322a1 1 0 0 0-1.413-.001l-1.264 1.264 2.742 2.742Z", clipRule: "evenodd" }) }));
|
|
4
4
|
const ForwardRef = forwardRef(SvgPencil);
|
|
5
5
|
export default ForwardRef;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/blueprint-web-assets",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.93.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build-local-all": "yarn nx clone-repo && yarn build-local && nx run blueprint-web-assets:format-lint",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
}
|
|
140
140
|
},
|
|
141
141
|
"devDependencies": {
|
|
142
|
-
"@box/storybook-utils": "^0.15.
|
|
142
|
+
"@box/storybook-utils": "^0.15.8",
|
|
143
143
|
"@types/react": "^18.0.0",
|
|
144
144
|
"@types/react-dom": "^18.0.0",
|
|
145
145
|
"chalk": "4.1.2",
|