gd-bs 6.3.2 → 6.3.4
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/build/components/form/control.js +14 -0
- package/build/icons/svgs/brilliance.js +1 -1
- package/build/icons/svgs/exposure.js +1 -1
- package/build/icons/svgs/highlights.js +1 -1
- package/build/icons/svgs/noiseReduction.js +1 -1
- package/build/icons/svgs/shadows.js +1 -1
- package/build/icons/svgs/signStopLights.js +1 -1
- package/build/icons/svgs/vignette.js +1 -1
- package/dist/gd-bs-icons.js +1 -1
- package/dist/gd-bs-icons.js.LICENSE.txt +210 -210
- package/dist/gd-bs-icons.min.js +1 -1
- package/dist/gd-bs.d.ts +2 -0
- package/dist/gd-bs.js +1 -1
- package/dist/gd-bs.js.LICENSE.txt +210 -210
- package/dist/gd-bs.min.js +1 -1
- package/package.json +3 -3
- package/pnpm-lock.yaml +8 -8
- package/src/components/form/control.ts +14 -0
- package/src/components/form/controlTypes.d.ts +2 -0
- package/src/icons/svgs/brilliance.ts +1 -1
- package/src/icons/svgs/exposure.ts +1 -1
- package/src/icons/svgs/highlights.ts +1 -1
- package/src/icons/svgs/noiseReduction.ts +1 -1
- package/src/icons/svgs/shadows.ts +1 -1
- package/src/icons/svgs/signStopLights.ts +1 -1
- package/src/icons/svgs/vignette.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gd-bs",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.4",
|
|
4
4
|
"description": "Bootstrap JavaScript, TypeScript and Web Components library.",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"typings": "src/index.d.ts",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@popperjs/core": "^2.11.8",
|
|
37
37
|
"bootstrap": "^5.3.2",
|
|
38
|
-
"bootstrap-icons": "^1.11.
|
|
39
|
-
"core-js": "^3.
|
|
38
|
+
"bootstrap-icons": "^1.11.1",
|
|
39
|
+
"core-js": "^3.33.2",
|
|
40
40
|
"tippy.js": "^6.3.7"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
package/pnpm-lock.yaml
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
dependencies:
|
|
2
2
|
'@popperjs/core': 2.11.8
|
|
3
3
|
bootstrap: 5.3.2_@popperjs+core@2.11.8
|
|
4
|
-
bootstrap-icons: 1.11.
|
|
5
|
-
core-js: 3.
|
|
4
|
+
bootstrap-icons: 1.11.1
|
|
5
|
+
core-js: 3.33.2
|
|
6
6
|
tippy.js: 6.3.7
|
|
7
7
|
devDependencies:
|
|
8
8
|
'@babel/core': 7.19.3
|
|
@@ -1663,10 +1663,10 @@ packages:
|
|
|
1663
1663
|
node: '>=8'
|
|
1664
1664
|
resolution:
|
|
1665
1665
|
integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==
|
|
1666
|
-
/bootstrap-icons/1.11.
|
|
1666
|
+
/bootstrap-icons/1.11.1:
|
|
1667
1667
|
dev: false
|
|
1668
1668
|
resolution:
|
|
1669
|
-
integrity: sha512-
|
|
1669
|
+
integrity: sha512-F0DDp7nKUX+x/QtpfRZ+XHFya60ng9nfdpdS59vDDfs4Uhuxp7zym/QavMsu/xx51txkoM9eVmpE7D08N35blw==
|
|
1670
1670
|
/bootstrap/5.3.2_@popperjs+core@2.11.8:
|
|
1671
1671
|
dependencies:
|
|
1672
1672
|
'@popperjs/core': 2.11.8
|
|
@@ -1834,11 +1834,11 @@ packages:
|
|
|
1834
1834
|
dev: true
|
|
1835
1835
|
resolution:
|
|
1836
1836
|
integrity: sha512-ovcyhs2DEBUIE0MGEKHP4olCUW/XYte3Vroyxuh38rD1wAO4dHohsovUC4eAOuzFxE6b+RXvBU3UZ9o0YhUTkA==
|
|
1837
|
-
/core-js/3.
|
|
1837
|
+
/core-js/3.33.2:
|
|
1838
1838
|
dev: false
|
|
1839
1839
|
requiresBuild: true
|
|
1840
1840
|
resolution:
|
|
1841
|
-
integrity: sha512-
|
|
1841
|
+
integrity: sha512-XeBzWI6QL3nJQiHmdzbAOiMYqjrb7hwU7A39Qhvd/POSa/t9E1AeZyEZx3fNvp/vtM8zXwhoL0FsiS0hD0pruQ==
|
|
1842
1842
|
/cosmiconfig/8.2.0:
|
|
1843
1843
|
dependencies:
|
|
1844
1844
|
import-fresh: 3.3.0
|
|
@@ -3283,8 +3283,8 @@ specifiers:
|
|
|
3283
3283
|
autoprefixer: ^10.4.12
|
|
3284
3284
|
babel-loader: ^9.1.2
|
|
3285
3285
|
bootstrap: ^5.3.2
|
|
3286
|
-
bootstrap-icons: ^1.11.
|
|
3287
|
-
core-js: ^3.
|
|
3286
|
+
bootstrap-icons: ^1.11.1
|
|
3287
|
+
core-js: ^3.33.2
|
|
3288
3288
|
css-loader: ^6.7.3
|
|
3289
3289
|
dts-bundle: ^0.7.3
|
|
3290
3290
|
postcss-loader: ^7.3.3
|
|
@@ -131,12 +131,14 @@ export class FormControl implements IFormControl {
|
|
|
131
131
|
case FormControlTypes.ColorPicker:
|
|
132
132
|
// Add the input
|
|
133
133
|
this._tb = InputGroup({
|
|
134
|
+
appendedLabel: (this.props as IFormControlPropsTextField).appendedLabel,
|
|
134
135
|
className,
|
|
135
136
|
id: this._props.id,
|
|
136
137
|
isDisabled: this._props.isDisabled,
|
|
137
138
|
isReadonly: this._props.isReadonly,
|
|
138
139
|
onChange: (this._props as IFormControlPropsTextField).onChange,
|
|
139
140
|
placeholder: (this._props as IFormControlPropsTextField).placeholder,
|
|
141
|
+
prependedLabel: (this.props as IFormControlPropsTextField).prependedLabel,
|
|
140
142
|
required: this._props.required,
|
|
141
143
|
title: this._props.title,
|
|
142
144
|
type: InputGroupTypes.ColorPicker,
|
|
@@ -179,12 +181,14 @@ export class FormControl implements IFormControl {
|
|
|
179
181
|
case FormControlTypes.Email:
|
|
180
182
|
// Add the input
|
|
181
183
|
this._tb = InputGroup({
|
|
184
|
+
appendedLabel: (this.props as IFormControlPropsTextField).appendedLabel,
|
|
182
185
|
className,
|
|
183
186
|
id: this._props.id,
|
|
184
187
|
isDisabled: this._props.isDisabled,
|
|
185
188
|
isReadonly: this._props.isReadonly,
|
|
186
189
|
onChange: (this._props as IFormControlPropsTextField).onChange,
|
|
187
190
|
placeholder: (this._props as IFormControlPropsTextField).placeholder,
|
|
191
|
+
prependedLabel: (this.props as IFormControlPropsTextField).prependedLabel,
|
|
188
192
|
required: this._props.required,
|
|
189
193
|
title: this._props.title,
|
|
190
194
|
type: InputGroupTypes.Email,
|
|
@@ -195,12 +199,14 @@ export class FormControl implements IFormControl {
|
|
|
195
199
|
case FormControlTypes.File:
|
|
196
200
|
// Add the input
|
|
197
201
|
this._tb = InputGroup({
|
|
202
|
+
appendedLabel: (this.props as IFormControlPropsTextField).appendedLabel,
|
|
198
203
|
className,
|
|
199
204
|
id: this._props.id,
|
|
200
205
|
isDisabled: this._props.isDisabled,
|
|
201
206
|
isReadonly: this._props.isReadonly,
|
|
202
207
|
onChange: (this._props as IFormControlPropsTextField).onChange,
|
|
203
208
|
placeholder: (this._props as IFormControlPropsTextField).placeholder,
|
|
209
|
+
prependedLabel: (this.props as IFormControlPropsTextField).prependedLabel,
|
|
204
210
|
required: this._props.required,
|
|
205
211
|
title: this._props.title,
|
|
206
212
|
type: InputGroupTypes.File,
|
|
@@ -312,12 +318,14 @@ export class FormControl implements IFormControl {
|
|
|
312
318
|
case FormControlTypes.Password:
|
|
313
319
|
// Add the input
|
|
314
320
|
this._tb = InputGroup({
|
|
321
|
+
appendedLabel: (this.props as IFormControlPropsTextField).appendedLabel,
|
|
315
322
|
className,
|
|
316
323
|
id: this._props.id,
|
|
317
324
|
isDisabled: this._props.isDisabled,
|
|
318
325
|
isReadonly: this._props.isReadonly,
|
|
319
326
|
onChange: (this._props as IFormControlPropsTextField).onChange,
|
|
320
327
|
placeholder: (this._props as IFormControlPropsTextField).placeholder,
|
|
328
|
+
prependedLabel: (this.props as IFormControlPropsTextField).prependedLabel,
|
|
321
329
|
required: this._props.required,
|
|
322
330
|
title: this._props.title,
|
|
323
331
|
type: InputGroupTypes.Password,
|
|
@@ -364,11 +372,13 @@ export class FormControl implements IFormControl {
|
|
|
364
372
|
case FormControlTypes.Readonly:
|
|
365
373
|
// Add the input
|
|
366
374
|
this._tb = InputGroup({
|
|
375
|
+
appendedLabel: (this.props as IFormControlPropsTextField).appendedLabel,
|
|
367
376
|
className,
|
|
368
377
|
id: this._props.id,
|
|
369
378
|
isReadonly: true,
|
|
370
379
|
onChange: (this._props as IFormControlPropsTextField).onChange,
|
|
371
380
|
placeholder: (this._props as IFormControlPropsTextField).placeholder,
|
|
381
|
+
prependedLabel: (this.props as IFormControlPropsTextField).prependedLabel,
|
|
372
382
|
required: this._props.required,
|
|
373
383
|
title: this._props.title,
|
|
374
384
|
type: InputGroupTypes.TextField,
|
|
@@ -396,12 +406,14 @@ export class FormControl implements IFormControl {
|
|
|
396
406
|
case FormControlTypes.TextArea:
|
|
397
407
|
// Add the input
|
|
398
408
|
this._tb = InputGroup({
|
|
409
|
+
appendedLabel: (this.props as IFormControlPropsTextField).appendedLabel,
|
|
399
410
|
className,
|
|
400
411
|
id: this._props.id,
|
|
401
412
|
isDisabled: this._props.isDisabled,
|
|
402
413
|
isReadonly: this._props.isReadonly,
|
|
403
414
|
onChange: (this._props as IFormControlPropsTextField).onChange,
|
|
404
415
|
placeholder: (this._props as IFormControlPropsTextField).placeholder,
|
|
416
|
+
prependedLabel: (this.props as IFormControlPropsTextField).prependedLabel,
|
|
405
417
|
required: this._props.required,
|
|
406
418
|
rows: (this._props as IFormControlPropsTextField).rows,
|
|
407
419
|
title: this._props.title,
|
|
@@ -413,12 +425,14 @@ export class FormControl implements IFormControl {
|
|
|
413
425
|
case FormControlTypes.TextField:
|
|
414
426
|
// Add the input
|
|
415
427
|
this._tb = InputGroup({
|
|
428
|
+
appendedLabel: (this.props as IFormControlPropsTextField).appendedLabel,
|
|
416
429
|
className,
|
|
417
430
|
id: this._props.id,
|
|
418
431
|
isDisabled: this._props.isDisabled,
|
|
419
432
|
isReadonly: this._props.isReadonly,
|
|
420
433
|
onChange: (this._props as IFormControlPropsTextField).onChange,
|
|
421
434
|
placeholder: (this._props as IFormControlPropsTextField).placeholder,
|
|
435
|
+
prependedLabel: (this.props as IFormControlPropsTextField).prependedLabel,
|
|
422
436
|
required: this._props.required,
|
|
423
437
|
title: this._props.title,
|
|
424
438
|
type: InputGroupTypes.TextField,
|
|
@@ -202,12 +202,14 @@ export interface IFormControlPropsSwitch extends IFormControlPropsCheckbox { }
|
|
|
202
202
|
* Form Control Properties - TextField
|
|
203
203
|
*/
|
|
204
204
|
export interface IFormControlPropsTextField extends IFormControlProps {
|
|
205
|
+
appendedLabel?: string;
|
|
205
206
|
el?: HTMLInputElement;
|
|
206
207
|
onChange?: (value: string, ev?: Event) => void;
|
|
207
208
|
onControlRendering?: (control: IFormControlPropsTextField) => void | PromiseLike<IFormControlPropsTextField>;
|
|
208
209
|
onGetValue?: (control: IFormControlPropsTextField) => any;
|
|
209
210
|
onValidate?: (control: IFormControlPropsTextField, value: IFormControlValidationResult) => boolean | IFormControlValidationResult;
|
|
210
211
|
placeholder?: string;
|
|
212
|
+
prependedLabel?: string;
|
|
211
213
|
rows?: number;
|
|
212
214
|
}
|
|
213
215
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { generateIcon } from "../generate";
|
|
2
2
|
export function brilliance(height, width, className?) {
|
|
3
|
-
return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-brilliance' viewBox='0 0 16 16'> <path
|
|
3
|
+
return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-brilliance' viewBox='0 0 16 16'> <path d='M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16ZM1 8a7 7 0 0 0 7 7 3.5 3.5 0 1 0 0-7 3.5 3.5 0 1 1 0-7 7 7 0 0 0-7 7Z'/> </svg>`, height, width, className);
|
|
4
4
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { generateIcon } from "../generate";
|
|
2
2
|
export function exposure(height, width, className?) {
|
|
3
|
-
return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-exposure' viewBox='0 0 16 16'> <path d='M8.5 4a.5.5 0 0 0-1 0v2h-2a.5.5 0 0 0 0 1h2v2a.5.5 0 0 0 1 0V7h2a.5.5 0 0 0 0-1h-2V4Zm-3 7a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5Z'/> <path
|
|
3
|
+
return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-exposure' viewBox='0 0 16 16'> <path d='M8.5 4a.5.5 0 0 0-1 0v2h-2a.5.5 0 0 0 0 1h2v2a.5.5 0 0 0 1 0V7h2a.5.5 0 0 0 0-1h-2V4Zm-3 7a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5Z'/> <path d='M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0ZM1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Z'/> </svg>`, height, width, className);
|
|
4
4
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { generateIcon } from "../generate";
|
|
2
2
|
export function highlights(height, width, className?) {
|
|
3
|
-
return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-highlights' viewBox='0 0 16 16'> <path
|
|
3
|
+
return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-highlights' viewBox='0 0 16 16'> <path d='M16 8A8 8 0 1 0 0 8a8 8 0 0 0 16 0Zm-8 5v1H4.5a.502.502 0 0 0-.093.009A7.029 7.029 0 0 1 3.1 13H8Zm0-1H2.255a6.998 6.998 0 0 1-.581-1H8v1Zm-6.71-2a6.96 6.96 0 0 1-.22-1H8v1H1.29ZM1 8c0-.34.024-.673.07-1H8v1H1Zm.29-2c.103-.345.231-.68.384-1H8v1H1.29Zm.965-2c.25-.36.534-.694.846-1H8v1H2.255Zm2.137-2A6.967 6.967 0 0 1 8 1v1H4.392Z'/> </svg>`, height, width, className);
|
|
4
4
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { generateIcon } from "../generate";
|
|
2
2
|
export function noiseReduction(height, width, className?) {
|
|
3
|
-
return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-noise-reduction' viewBox='0 0 16 16'> <path d='M13 5.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm-1 1a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm-1 1a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm-1 1a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm-1 1a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm-1 1a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm-1 1a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm-1 1a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm1 1a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm.5-.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm1-1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm1-1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm1-1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm1-1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm1-1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm1-1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm-5 7a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm1.5-1.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm1-1a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm1-1a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm1-1a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm1-1a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm-3 5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm.5-.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm1-1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm1-1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Z'/> <path
|
|
3
|
+
return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-noise-reduction' viewBox='0 0 16 16'> <path d='M13 5.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm-1 1a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm-1 1a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm-1 1a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm-1 1a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm-1 1a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm-1 1a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm-1 1a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm1 1a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm.5-.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm1-1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm1-1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm1-1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm1-1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm1-1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm1-1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm-5 7a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm1.5-1.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm1-1a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm1-1a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm1-1a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm1-1a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm-3 5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm.5-.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm1-1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm1-1a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Z'/> <path d='M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0ZM1 8a7 7 0 0 1 12.83-3.875.5.5 0 1 0 .15.235c.131.214.251.437.359.667a.5.5 0 1 0 .359.932c.133.438.225.894.27 1.364a.5.5 0 1 0 .021.282 7.096 7.096 0 0 1-.091 1.592.5.5 0 1 0-.172.75 6.95 6.95 0 0 1-.418 1.091.5.5 0 0 0-.3.555 7.056 7.056 0 0 1-.296.454.499.499 0 0 0-.712.453c0 .111.036.214.098.297a6.99 6.99 0 0 1-.3.3.5.5 0 0 0-.75.614 7.056 7.056 0 0 1-.455.298.503.503 0 0 0-.555.3 6.95 6.95 0 0 1-1.092.417.5.5 0 1 0-.749.172 7.04 7.04 0 0 1-1.592.091.5.5 0 1 0-.282-.021 6.971 6.971 0 0 1-1.364-.27A.498.498 0 0 0 5.5 14a.5.5 0 0 0-.473.339 6.976 6.976 0 0 1-.668-.36A.499.499 0 0 0 5 13.5a.5.5 0 1 0-.875.33A6.993 6.993 0 0 1 1 8Z'/> </svg>`, height, width, className);
|
|
4
4
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { generateIcon } from "../generate";
|
|
2
2
|
export function shadows(height, width, className?) {
|
|
3
|
-
return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-shadows' viewBox='0 0 16 16'> <path
|
|
3
|
+
return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-shadows' viewBox='0 0 16 16'> <path d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0Zm-8 7a.5.5 0 0 1 0-1h3.5c.032 0 .063.003.093.009A7.032 7.032 0 0 0 12.9 13H8a.5.5 0 0 1 0-1h5.745c.22-.315.415-.65.581-1H8a.5.5 0 0 1 0-1h6.71a7.03 7.03 0 0 0 .22-1H8a.5.5 0 0 1 0-1h7c0-.34-.024-.673-.07-1H8a.5.5 0 0 1 0-1h6.71a6.949 6.949 0 0 0-.384-1H8a.5.5 0 0 1 0-1h5.745a7.035 7.035 0 0 0-.846-1H8a.5.5 0 0 1 0-1h3.608A7 7 0 1 0 8 15Z'/> </svg>`, height, width, className);
|
|
4
4
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { generateIcon } from "../generate";
|
|
2
2
|
export function signStopLights(height, width, className?) {
|
|
3
|
-
return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-sign-stop-lights' viewBox='0 0 16 16'> <path
|
|
3
|
+
return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-sign-stop-lights' viewBox='0 0 16 16'> <path d='M6 4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V4Zm2 2a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm0 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm1 2a1 1 0 1 0-2 0 1 1 0 0 0 2 0Z'/> <path d='M9.05.435c-.58-.58-1.52-.58-2.1 0L.436 6.95c-.58.58-.58 1.519 0 2.098l6.516 6.516c.58.58 1.519.58 2.098 0l6.516-6.516c.58-.58.58-1.519 0-2.098L9.05.435Zm-1.4.7a.495.495 0 0 1 .7 0l6.516 6.515a.495.495 0 0 1 0 .7L8.35 14.866a.495.495 0 0 1-.7 0L1.134 8.35a.495.495 0 0 1 0-.7L7.65 1.134Z'/> </svg>`, height, width, className);
|
|
4
4
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { generateIcon } from "../generate";
|
|
2
2
|
export function vignette(height, width, className?) {
|
|
3
|
-
return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-vignette' viewBox='0 0 16 16'> <path
|
|
3
|
+
return generateIcon(`<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-vignette' viewBox='0 0 16 16'> <path d='M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1ZM0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Z'/> <path d='M8.5 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm0 7a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Zm1.683-6.281a.5.5 0 1 1-.866-.5.5.5 0 0 1 .866.5Zm-3.5 6.062a.5.5 0 1 1-.866-.5.5.5 0 0 1 .866.5Zm4.598-4.598a.5.5 0 1 1-.5-.866.5.5 0 0 1 .5.866Zm-6.062 3.5a.5.5 0 1 1-.5-.866.5.5 0 0 1 .5.866ZM11.5 8.5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1Zm-7 0a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1Zm6.281 1.683a.5.5 0 1 1 .5-.866.5.5 0 0 1-.5.866Zm-6.062-3.5a.5.5 0 1 1 .5-.866.5.5 0 0 1-.5.866Zm4.598 4.598a.5.5 0 1 1 .866-.5.5.5 0 0 1-.866.5Zm-3.5-6.062a.5.5 0 1 1 .866-.5.5.5 0 0 1-.866.5Z'/> </svg>`, height, width, className);
|
|
4
4
|
}
|