@box/blueprint-web-assets 4.102.0 → 4.104.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/dist/icons/Medium/Automate.d.ts +3 -0
- package/dist/icons/Medium/Automate.js +5 -0
- package/dist/icons/Medium/BatchSend.js +1 -1
- package/dist/icons/Medium/Camera.d.ts +3 -0
- package/dist/icons/Medium/Camera.js +5 -0
- package/dist/icons/Medium/LowerCase.d.ts +3 -0
- package/dist/icons/Medium/LowerCase.js +5 -0
- package/dist/icons/Medium/Mail.js +1 -1
- package/dist/icons/Medium/MailPlus.d.ts +3 -0
- package/dist/icons/Medium/MailPlus.js +5 -0
- package/dist/icons/Medium/Microphone.d.ts +3 -0
- package/dist/icons/Medium/Microphone.js +5 -0
- package/dist/icons/Medium/TitleCase.d.ts +3 -0
- package/dist/icons/Medium/TitleCase.js +5 -0
- package/dist/icons/Medium/UpperCase.d.ts +3 -0
- package/dist/icons/Medium/UpperCase.js +5 -0
- package/dist/icons/Medium/index.d.ts +7 -0
- package/dist/icons/Medium/index.js +7 -0
- package/dist/icons/MediumFilled/Automate.d.ts +3 -0
- package/dist/icons/MediumFilled/Automate.js +5 -0
- package/dist/icons/MediumFilled/Camera.d.ts +3 -0
- package/dist/icons/MediumFilled/Camera.js +5 -0
- package/dist/icons/MediumFilled/Microphone.d.ts +3 -0
- package/dist/icons/MediumFilled/Microphone.js +5 -0
- package/dist/icons/MediumFilled/index.d.ts +3 -0
- package/dist/icons/MediumFilled/index.js +3 -0
- package/package.json +2 -2
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgAutomate = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', d: "M7.027 12.62a1 1 0 0 1 .947 1.761l-.582.313a2.47 2.47 0 0 0 2.075 4.472l4.539-1.791A3 3 0 1 1 17 20.184a2.99 2.99 0 0 1-2.204-.97L10.2 21.025a4.47 4.47 0 0 1-3.757-8.094l.583-.312ZM17 16.183a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-5.337-6.771a.362.362 0 0 1 .674 0l.226.573a2.9 2.9 0 0 0 1.634 1.635l.574.225a.363.363 0 0 1 0 .675l-.574.226a2.901 2.901 0 0 0-1.633 1.634l-.227.573a.362.362 0 0 1-.674 0l-.226-.573a2.9 2.9 0 0 0-1.634-1.634l-.574-.226a.363.363 0 0 1 0-.675l.574-.225a2.9 2.9 0 0 0 1.633-1.635l.227-.573Zm1.9-6.335c2.68-1.183 5.762.453 6.285 3.337a4.53 4.53 0 0 1-2.312 4.796l-.575.309a1 1 0 1 1-.947-1.76l.575-.31a2.53 2.53 0 0 0-2.22-4.542L9.98 6.843a3 3 0 1 1-.878-1.8l4.462-1.966ZM7 6.182a1 1 0 1 0 .001 2.001 1 1 0 0 0-.001-2Z" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgAutomate);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
|
-
const SvgBatchSend = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "
|
|
3
|
+
const SvgBatchSend = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M15.998 7a3.001 3.001 0 0 1 3.001 3v8a3 3 0 0 1-3 3h-11a3 3 0 0 1-3-3v-8C1.997 8.343 3.343 7 5 7h10.998Zm-3.835 8.093a3.001 3.001 0 0 1-3.328 0l-4.836-3.225V18a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1v-6.132l-4.836 3.225ZM5 9c-.386 0-.722.219-.889.54l5.833 3.889c.336.223.774.223 1.11 0l5.832-3.889a1 1 0 0 0-.888-.54H5Z", clipRule: "evenodd" }), _jsx("path", { fill: props.color || '#909090', d: "M19.001 3a4 4 0 0 1 4 4v6.5a1 1 0 1 1-2 0V7a2 2 0 0 0-2-2H9a1 1 0 0 1 0-2h10.001Z" })] }));
|
|
4
4
|
const ForwardRef = forwardRef(SvgBatchSend);
|
|
5
5
|
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgCamera = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: "white", d: "M16 13a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z" }), _jsx("path", { fill: props.color || '#909090', d: "M14 13a2 2 0 1 0-2 2v2a4 4 0 1 1 0-8 4 4 0 0 1 0 8v-2a2 2 0 0 0 2-2Z" }), _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M14.751 3.006a1.95 1.95 0 0 1 1.693 1.327l.24.719c.188.566.719.948 1.316.948 2.108 0 3.833.72 3.987 2.704l.003.038c.006.084.01.17.01.258v8a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V9c0-.088.003-.174.009-.258 0-.013.002-.025.003-.038C2.166 6.72 3.892 6 6 6c.56 0 1.061-.336 1.277-.845l.04-.103.239-.719A1.95 1.95 0 0 1 9.406 3h5.189l.156.006ZM10.162 5a1 1 0 0 0-.948.684A3.388 3.388 0 0 1 6 8c-1.657 0-2 1.343-2 3v5a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3v-5c0-1.657-.343-3-2-3a3.388 3.388 0 0 1-3.214-2.316A1 1 0 0 0 13.838 5h-3.676Z", clipRule: "evenodd" })] }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgCamera);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgLowerCase = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M14 3.5a1 1 0 0 1 1 1v5.608c.69-.586 1.543-.958 2.5-.958 1.36 0 2.508.75 3.28 1.798.773 1.049 1.22 2.45 1.22 3.952 0 1.503-.447 2.904-1.22 3.952-.772 1.048-1.92 1.798-3.28 1.798-.965 0-1.823-.38-2.517-.974A1 1 0 0 1 13 19.5v-15a1 1 0 0 1 1-1Zm3.5 7.65c-.573 0-1.175.314-1.67.985-.494.67-.83 1.645-.83 2.765s.336 2.095.83 2.766c.495.671 1.097.984 1.67.984s1.175-.313 1.67-.984c.494-.67.83-1.646.83-2.766s-.336-2.095-.83-2.765c-.495-.671-1.097-.985-1.67-.985ZM7.017 9c2.537 0 3.999 1.931 3.982 3.5v2l.018 4.996a1 1 0 0 1-2 .008l-.001-.213a5.368 5.368 0 0 1-2.002 1.16c-1.038.324-2.178.302-3.14-.206-.994-.525-1.67-1.503-1.848-2.813a3.21 3.21 0 0 1 .66-2.392c.645-.828 1.726-1.428 3.322-1.656 1.635-.234 2.478-.553 2.88-.765.043-.023.078-.048.111-.067v-.07C9.007 12.054 8.47 11 7.017 11c-1.204 0-1.972.372-2.787 1.201A1.001 1.001 0 0 1 2.803 10.8C3.953 9.629 5.22 9 7.017 9Zm1.976 5.742c-.65.232-1.524.453-2.703.621-1.237.177-1.783.595-2.025.907a1.21 1.21 0 0 0-.257.893c.1.736.434 1.12.8 1.314.4.21.97.264 1.609.065 1.207-.377 2.487-1.629 2.576-3.8Z", clipRule: "evenodd" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgLowerCase);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef } from 'react';
|
|
3
|
-
const SvgMail = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M18
|
|
3
|
+
const SvgMail = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M18 4a4 4 0 0 1 4 4v8a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8a4 4 0 0 1 4-4h12Zm-4.336 9.093a3 3 0 0 1-3.328 0L4 8.868V16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8.868l-6.336 4.225ZM6 6c-.634 0-1.198.295-1.564.755l7.01 4.674a1 1 0 0 0 1.109 0l7.009-4.674A1.995 1.995 0 0 0 18 6H6Z", clipRule: "evenodd" }) }));
|
|
4
4
|
const ForwardRef = forwardRef(SvgMail);
|
|
5
5
|
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgMailPlus = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: props.color || '#909090', d: "M19 15a1 1 0 0 1 1 1v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0v-2h-2a1 1 0 1 1 0-2h2v-2a1 1 0 0 1 1-1Z" }), _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M18 4a4 4 0 0 1 4 4v4a1 1 0 1 1-2 0V8.868l-6.336 4.225a3 3 0 0 1-3.328 0L4 8.868V16a2 2 0 0 0 2 2h6a1 1 0 1 1 0 2H6a4 4 0 0 1-4-4V8a4 4 0 0 1 4-4h12ZM6 6c-.634 0-1.198.295-1.564.755l7.01 4.674a1 1 0 0 0 1.109 0l7.009-4.674A1.995 1.995 0 0 0 18 6H6Z", clipRule: "evenodd" })] }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgMailPlus);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgMicrophone = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: props.color || '#909090', d: "M19 11a1 1 0 0 1 1 1c0 3.69-3.167 6.519-7.003 6.942L13 19v2l-.005.102a.992.992 0 0 1-.07.279l-.018.037a.996.996 0 0 1-.13.21l-.014.017a1 1 0 0 1-.122.12l-.011.01a.999.999 0 0 1-.144.097l-.014.009c-.018.01-.035.017-.053.025l-.05.023-.015.006A1.023 1.023 0 0 1 12 22a1 1 0 0 1-1-1v-2c0-.02 0-.038.002-.058C7.167 18.52 4 15.69 4 12a1 1 0 1 1 2 0c0 2.622 2.536 5 6 5s6-2.378 6-5a1 1 0 0 1 1-1Z" }), _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M12 2a4 4 0 0 1 4 4v5a4 4 0 0 1-7.995.206L8 11V6a4 4 0 0 1 4-4Zm0 2a2 2 0 0 0-2 2v5a2 2 0 1 0 4 0V6a2 2 0 0 0-2-2Z", clipRule: "evenodd" })] }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgMicrophone);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgTitleCase = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M14.5 3.5a1 1 0 0 1 1 1v5.608c.69-.586 1.543-.958 2.5-.958 1.36 0 2.508.75 3.28 1.798.773 1.049 1.22 2.45 1.22 3.952 0 1.503-.447 2.904-1.22 3.953-.772 1.047-1.92 1.797-3.28 1.797-.965 0-1.823-.38-2.517-.974A1 1 0 0 1 13.5 19.5v-15a1 1 0 0 1 1-1Zm3.5 7.65c-.573 0-1.175.314-1.67.985-.494.67-.83 1.645-.83 2.765s.336 2.095.83 2.766c.495.671 1.097.984 1.67.984s1.175-.313 1.67-.984c.494-.67.83-1.645.83-2.766 0-1.12-.336-2.095-.83-2.765-.495-.671-1.097-.985-1.67-.985ZM5.108 4.943c.493-1.968 3.29-1.968 3.783 0l3.578 14.315a1 1 0 1 1-1.94.484L9.47 15.5H4.53l-1.06 4.24a1 1 0 1 1-1.94-.485L5.109 4.943Zm-.08 8.557h3.94l-1.97-7.877-1.97 7.877Z", clipRule: "evenodd" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgTitleCase);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgUpperCase = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', fillRule: "evenodd", d: "M16.623 3.5a4.5 4.5 0 0 1 4.5 4.5 4.48 4.48 0 0 1-1.101 2.945 5 5 0 0 1-2.063 9.555h-2.823A2.137 2.137 0 0 1 13 18.363V5.375c0-1.035.84-1.875 1.874-1.875h1.749Zm-1.624 14.863c0 .076.062.137.137.137h2.823a3 3 0 0 0 0-6h-2.96v5.863Zm0-7.863h1.624a2.5 2.5 0 0 0 0-5h-1.624v5ZM4.608 4.943c.493-1.968 3.29-1.968 3.783 0l3.578 14.315a1 1 0 0 1-1.94.484L8.97 15.5H4.03l-1.06 4.24a1 1 0 0 1-1.94-.485L4.609 4.943Zm-.08 8.557h3.94l-1.97-7.877-1.97 7.877Z", clipRule: "evenodd" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgUpperCase);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -22,6 +22,7 @@ export { default as ArrowsMaximize } from './ArrowsMaximize';
|
|
|
22
22
|
export { default as ArrowsMinimize } from './ArrowsMinimize';
|
|
23
23
|
export { default as ArrowsSpinning } from './ArrowsSpinning';
|
|
24
24
|
export { default as At } from './At';
|
|
25
|
+
export { default as Automate } from './Automate';
|
|
25
26
|
export { default as Avatar } from './Avatar';
|
|
26
27
|
export { default as AvatarCircle } from './AvatarCircle';
|
|
27
28
|
export { default as AvatarPlus } from './AvatarPlus';
|
|
@@ -48,6 +49,7 @@ export { default as BulletList } from './BulletList';
|
|
|
48
49
|
export { default as Calendar } from './Calendar';
|
|
49
50
|
export { default as CalendarPause } from './CalendarPause';
|
|
50
51
|
export { default as CalendarRecurring } from './CalendarRecurring';
|
|
52
|
+
export { default as Camera } from './Camera';
|
|
51
53
|
export { default as Canvas } from './Canvas';
|
|
52
54
|
export { default as Cards } from './Cards';
|
|
53
55
|
export { default as ChartDonut } from './ChartDonut';
|
|
@@ -128,13 +130,16 @@ export { default as Link } from './Link';
|
|
|
128
130
|
export { default as LinkPlus } from './LinkPlus';
|
|
129
131
|
export { default as ListView } from './ListView';
|
|
130
132
|
export { default as Lock } from './Lock';
|
|
133
|
+
export { default as LowerCase } from './LowerCase';
|
|
131
134
|
export { default as MagicWand } from './MagicWand';
|
|
132
135
|
export { default as Mail } from './Mail';
|
|
136
|
+
export { default as MailPlus } from './MailPlus';
|
|
133
137
|
export { default as Megaphone } from './Megaphone';
|
|
134
138
|
export { default as Merge } from './Merge';
|
|
135
139
|
export { default as MergeCells } from './MergeCells';
|
|
136
140
|
export { default as Metadata } from './Metadata';
|
|
137
141
|
export { default as MetadataExtraction } from './MetadataExtraction';
|
|
142
|
+
export { default as Microphone } from './Microphone';
|
|
138
143
|
export { default as MiddleRectangle } from './MiddleRectangle';
|
|
139
144
|
export { default as Minus } from './Minus';
|
|
140
145
|
export { default as Money } from './Money';
|
|
@@ -193,6 +198,7 @@ export { default as TextInput } from './TextInput';
|
|
|
193
198
|
export { default as ThumbsDown } from './ThumbsDown';
|
|
194
199
|
export { default as ThumbsUp } from './ThumbsUp';
|
|
195
200
|
export { default as Timer } from './Timer';
|
|
201
|
+
export { default as TitleCase } from './TitleCase';
|
|
196
202
|
export { default as TopRectangle } from './TopRectangle';
|
|
197
203
|
export { default as Trash } from './Trash';
|
|
198
204
|
export { default as TrendUp } from './TrendUp';
|
|
@@ -201,6 +207,7 @@ export { default as Unlink } from './Unlink';
|
|
|
201
207
|
export { default as Unlock } from './Unlock';
|
|
202
208
|
export { default as UpDownArrows } from './UpDownArrows';
|
|
203
209
|
export { default as Upload } from './Upload';
|
|
210
|
+
export { default as UpperCase } from './UpperCase';
|
|
204
211
|
export { default as Volume0 } from './Volume0';
|
|
205
212
|
export { default as Volume1 } from './Volume1';
|
|
206
213
|
export { default as Volume2 } from './Volume2';
|
|
@@ -22,6 +22,7 @@ export { default as ArrowsMaximize } from './ArrowsMaximize';
|
|
|
22
22
|
export { default as ArrowsMinimize } from './ArrowsMinimize';
|
|
23
23
|
export { default as ArrowsSpinning } from './ArrowsSpinning';
|
|
24
24
|
export { default as At } from './At';
|
|
25
|
+
export { default as Automate } from './Automate';
|
|
25
26
|
export { default as Avatar } from './Avatar';
|
|
26
27
|
export { default as AvatarCircle } from './AvatarCircle';
|
|
27
28
|
export { default as AvatarPlus } from './AvatarPlus';
|
|
@@ -48,6 +49,7 @@ export { default as BulletList } from './BulletList';
|
|
|
48
49
|
export { default as Calendar } from './Calendar';
|
|
49
50
|
export { default as CalendarPause } from './CalendarPause';
|
|
50
51
|
export { default as CalendarRecurring } from './CalendarRecurring';
|
|
52
|
+
export { default as Camera } from './Camera';
|
|
51
53
|
export { default as Canvas } from './Canvas';
|
|
52
54
|
export { default as Cards } from './Cards';
|
|
53
55
|
export { default as ChartDonut } from './ChartDonut';
|
|
@@ -128,13 +130,16 @@ export { default as Link } from './Link';
|
|
|
128
130
|
export { default as LinkPlus } from './LinkPlus';
|
|
129
131
|
export { default as ListView } from './ListView';
|
|
130
132
|
export { default as Lock } from './Lock';
|
|
133
|
+
export { default as LowerCase } from './LowerCase';
|
|
131
134
|
export { default as MagicWand } from './MagicWand';
|
|
132
135
|
export { default as Mail } from './Mail';
|
|
136
|
+
export { default as MailPlus } from './MailPlus';
|
|
133
137
|
export { default as Megaphone } from './Megaphone';
|
|
134
138
|
export { default as Merge } from './Merge';
|
|
135
139
|
export { default as MergeCells } from './MergeCells';
|
|
136
140
|
export { default as Metadata } from './Metadata';
|
|
137
141
|
export { default as MetadataExtraction } from './MetadataExtraction';
|
|
142
|
+
export { default as Microphone } from './Microphone';
|
|
138
143
|
export { default as MiddleRectangle } from './MiddleRectangle';
|
|
139
144
|
export { default as Minus } from './Minus';
|
|
140
145
|
export { default as Money } from './Money';
|
|
@@ -193,6 +198,7 @@ export { default as TextInput } from './TextInput';
|
|
|
193
198
|
export { default as ThumbsDown } from './ThumbsDown';
|
|
194
199
|
export { default as ThumbsUp } from './ThumbsUp';
|
|
195
200
|
export { default as Timer } from './Timer';
|
|
201
|
+
export { default as TitleCase } from './TitleCase';
|
|
196
202
|
export { default as TopRectangle } from './TopRectangle';
|
|
197
203
|
export { default as Trash } from './Trash';
|
|
198
204
|
export { default as TrendUp } from './TrendUp';
|
|
@@ -201,6 +207,7 @@ export { default as Unlink } from './Unlink';
|
|
|
201
207
|
export { default as Unlock } from './Unlock';
|
|
202
208
|
export { default as UpDownArrows } from './UpDownArrows';
|
|
203
209
|
export { default as Upload } from './Upload';
|
|
210
|
+
export { default as UpperCase } from './UpperCase';
|
|
204
211
|
export { default as Volume0 } from './Volume0';
|
|
205
212
|
export { default as Volume1 } from './Volume1';
|
|
206
213
|
export { default as Volume2 } from './Volume2';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgAutomate = (props, ref) => (_jsx("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: _jsx("path", { fill: props.color || '#909090', d: "M7.027 12.619a1 1 0 0 1 .947 1.761l-.582.313a2.47 2.47 0 0 0 2.075 4.472l4.539-1.791A3 3 0 1 1 17 20.183a2.989 2.989 0 0 1-2.204-.97L10.2 21.024a4.47 4.47 0 0 1-3.757-8.094l.583-.312Zm4.636-3.207a.362.362 0 0 1 .674 0l.226.573a2.9 2.9 0 0 0 1.634 1.635l.574.225a.363.363 0 0 1 0 .675l-.574.226a2.9 2.9 0 0 0-1.633 1.634l-.227.573a.362.362 0 0 1-.674 0l-.226-.572a2.9 2.9 0 0 0-1.634-1.635l-.574-.226a.363.363 0 0 1 0-.675l.574-.225a2.9 2.9 0 0 0 1.633-1.635l.227-.573Zm1.9-6.336c2.68-1.183 5.762.454 6.285 3.337a4.53 4.53 0 0 1-2.312 4.797l-.575.31a1 1 0 0 1-.947-1.763l.575-.308a2.53 2.53 0 0 0-2.22-4.542L9.98 6.842a3 3 0 1 1-.878-1.799l4.462-1.967Z" }) }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgAutomate);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgCamera = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: props.color || '#909090', d: "M16.684 5.051c.189.567.719.949 1.316.949 2.21 0 4 .79 4 3v8a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V9c0-2.21 1.79-3 4-3 .597 0 1.127-.382 1.316-.949l.24-.718A1.95 1.95 0 0 1 9.406 3h5.188c.84 0 1.585.537 1.85 1.333l.24.718Z" }), _jsx("path", { fill: props.color || '#909090', d: "M16 13a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z" }), _jsx("path", { fill: "white", d: "M14 13a2 2 0 1 0-2 2v2a4 4 0 1 1 0-8 4 4 0 0 1 0 8v-2a2 2 0 0 0 2-2Z" })] }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgCamera);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
const SvgMicrophone = (props, ref) => (_jsxs("svg", { width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24", role: "img", ref: ref, ...props, children: [_jsx("path", { fill: props.color || '#909090', d: "M19 11a1 1 0 0 1 1 1c0 3.69-3.167 6.519-7.003 6.942L13 19v2a1 1 0 1 1-2 0v-2c0-.02 0-.038.002-.058C7.167 18.52 4 15.69 4 12a1 1 0 1 1 2 0c0 2.622 2.536 5 6 5s6-2.378 6-5a1 1 0 0 1 1-1Z" }), _jsx("path", { fill: props.color || '#909090', d: "M12 2a4 4 0 0 1 4 4v5a4 4 0 0 1-8 0V6a4 4 0 0 1 4-4Z" })] }));
|
|
4
|
+
const ForwardRef = forwardRef(SvgMicrophone);
|
|
5
|
+
export default ForwardRef;
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
export { default as Apps } from './Apps';
|
|
2
2
|
export { default as ArrowArchedRight } from './ArrowArchedRight';
|
|
3
|
+
export { default as Automate } from './Automate';
|
|
3
4
|
export { default as Avatar } from './Avatar';
|
|
4
5
|
export { default as AvatarCircle } from './AvatarCircle';
|
|
5
6
|
export { default as BarChart } from './BarChart';
|
|
6
7
|
export { default as Bell } from './Bell';
|
|
7
8
|
export { default as Calendar } from './Calendar';
|
|
9
|
+
export { default as Camera } from './Camera';
|
|
8
10
|
export { default as Canvas } from './Canvas';
|
|
9
11
|
export { default as Checkmark } from './Checkmark';
|
|
10
12
|
export { default as CheckmarkCircle } from './CheckmarkCircle';
|
|
@@ -32,6 +34,7 @@ export { default as Layout } from './Layout';
|
|
|
32
34
|
export { default as Lock } from './Lock';
|
|
33
35
|
export { default as MagicWand } from './MagicWand';
|
|
34
36
|
export { default as Metadata } from './Metadata';
|
|
37
|
+
export { default as Microphone } from './Microphone';
|
|
35
38
|
export { default as Money } from './Money';
|
|
36
39
|
export { default as Nav } from './Nav';
|
|
37
40
|
export { default as Notes } from './Notes';
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
export { default as Apps } from './Apps';
|
|
2
2
|
export { default as ArrowArchedRight } from './ArrowArchedRight';
|
|
3
|
+
export { default as Automate } from './Automate';
|
|
3
4
|
export { default as Avatar } from './Avatar';
|
|
4
5
|
export { default as AvatarCircle } from './AvatarCircle';
|
|
5
6
|
export { default as BarChart } from './BarChart';
|
|
6
7
|
export { default as Bell } from './Bell';
|
|
7
8
|
export { default as Calendar } from './Calendar';
|
|
9
|
+
export { default as Camera } from './Camera';
|
|
8
10
|
export { default as Canvas } from './Canvas';
|
|
9
11
|
export { default as Checkmark } from './Checkmark';
|
|
10
12
|
export { default as CheckmarkCircle } from './CheckmarkCircle';
|
|
@@ -32,6 +34,7 @@ export { default as Layout } from './Layout';
|
|
|
32
34
|
export { default as Lock } from './Lock';
|
|
33
35
|
export { default as MagicWand } from './MagicWand';
|
|
34
36
|
export { default as Metadata } from './Metadata';
|
|
37
|
+
export { default as Microphone } from './Microphone';
|
|
35
38
|
export { default as Money } from './Money';
|
|
36
39
|
export { default as Nav } from './Nav';
|
|
37
40
|
export { default as Notes } from './Notes';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/blueprint-web-assets",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.104.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",
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
}
|
|
149
149
|
},
|
|
150
150
|
"devDependencies": {
|
|
151
|
-
"@box/storybook-utils": "^0.16.
|
|
151
|
+
"@box/storybook-utils": "^0.16.61",
|
|
152
152
|
"@figma/code-connect": "1.3.12",
|
|
153
153
|
"@types/react": "^18.0.0",
|
|
154
154
|
"@types/react-dom": "^18.0.0",
|