@solar-icons/js 2.0.0-beta.0 → 2.0.0-beta.2
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/README.md +49 -0
- package/dist/icons/broken/radial-blur.d.mts +1 -1
- package/dist/icons/broken/radial-blur.mjs +1 -1
- package/dist/icons/line-duotone/airbuds-left.d.mts +1 -1
- package/dist/icons/line-duotone/airbuds-left.mjs +1 -1
- package/dist/icons/line-duotone/airbuds-right.d.mts +1 -1
- package/dist/icons/line-duotone/airbuds-right.mjs +1 -1
- package/dist/icons/line-duotone/radial-blur.d.mts +1 -1
- package/dist/icons/line-duotone/radial-blur.mjs +1 -1
- package/dist/icons/linear/radial-blur.d.mts +1 -1
- package/dist/icons/linear/radial-blur.mjs +1 -1
- package/package.json +2 -2
package/README.md
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# @solar-icons/js
|
|
2
|
+
|
|
3
|
+
Vanilla JavaScript DOM injection library for Solar Icons. This package provides 7,476 SVG icons across 6 styles (Bold, Broken, Linear, Outline, Bold Duotone, Line Duotone), optimized for environments without a virtual DOM.
|
|
4
|
+
|
|
5
|
+
## Features
|
|
6
|
+
|
|
7
|
+
- **7,476 SVGs:** 1,246 unique icons in 6 styles. Designed by 480 Design.
|
|
8
|
+
- **Tree-shakeable:** Import only the icons you use.
|
|
9
|
+
- **Vanilla DOM injection:** Injects SVG markup into elements based on their `data-solar` attributes.
|
|
10
|
+
- **Global configuration:** Override size, color, and stroke width globally via CSS variables (`--solar-color`, `--solar-size`).
|
|
11
|
+
- **Duotone support:** Secondary color controls for `bold-duotone` and `line-duotone` styles.
|
|
12
|
+
- **Zero dependencies:** String-based rendering.
|
|
13
|
+
|
|
14
|
+
## Install
|
|
15
|
+
|
|
16
|
+
```sh
|
|
17
|
+
npm install @solar-icons/js
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
## Usage
|
|
21
|
+
|
|
22
|
+
First, define placeholders in your HTML. The default attribute is `data-solar`.
|
|
23
|
+
|
|
24
|
+
```html
|
|
25
|
+
<i data-solar="home-linear"></i> <i data-solar="login-bold"></i>
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
Then, import the specific icons you need and initialize the library. The `createIcons` function will parse the `data-solar` attributes, convert them to pascal case, and match them against the provided icons object.
|
|
29
|
+
|
|
30
|
+
```js
|
|
31
|
+
import { createIcons } from '@solar-icons/js'
|
|
32
|
+
import { HomeLinearIcon } from '@solar-icons/js/linear/home'
|
|
33
|
+
import { LoginBoldIcon } from '@solar-icons/js/bold/login'
|
|
34
|
+
|
|
35
|
+
createIcons({
|
|
36
|
+
icons: {
|
|
37
|
+
HomeLinearIcon,
|
|
38
|
+
LoginBoldIcon,
|
|
39
|
+
},
|
|
40
|
+
})
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
## Documentation
|
|
44
|
+
|
|
45
|
+
For installation guides, API reference, and a searchable icon catalog, visit the [JS Documentation](https://solar-icons.vercel.app/docs/v2/packages/js).
|
|
46
|
+
|
|
47
|
+
## License
|
|
48
|
+
|
|
49
|
+
MIT License. Icons by 480 Design (CC BY 4.0).
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { IconNode } from "../../types.mjs";
|
|
2
2
|
//#region src/icons/broken/radial-blur.d.ts
|
|
3
3
|
/**
|
|
4
|
-
* 
|
|
5
5
|
*/
|
|
6
6
|
declare const RadialBlurBrokenIcon: IconNode[];
|
|
7
7
|
//#endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const e=[[`path`,{d:`M15.5 14.25C15.5 14.9404 14.9404 15.5 14.25 15.5C13.5596 15.5 13 14.9404 13 14.25C13 13.5596 13.5596 13 14.25 13C14.9404 13 15.5 13.5596 15.5 14.25Z`,stroke:`currentColor`}],[`path`,{d:`M15.5 9.75C15.5 10.4404 14.9404 11 14.25 11C13.5596 11 13 10.4404 13 9.75C13 9.05964 13.5596 8.5 14.25 8.5C14.9404 8.5 15.5 9.05964 15.5 9.75Z`,stroke:`currentColor`}],[`path`,{d:`M11 14.25C11 14.9404 10.4404 15.5 9.75 15.5C9.05964 15.5 8.5 14.9404 8.5 14.25C8.5 13.5596 9.05964 13 9.75 13C10.4404 13 11 13.5596 11 14.25Z`,stroke:`currentColor`}],[`path`,{d:`M11 9.75C11 10.4404 10.4404 11 9.75 11C9.05964 11 8.5 10.4404 8.5 9.75C8.5 9.05964 9.05964 8.5 9.75 8.5C10.4404 8.5 11 9.05964 11 9.75Z`,stroke:`currentColor`}],[`path`,{d:`
|
|
1
|
+
const e=[[`path`,{d:`M15.5 14.25C15.5 14.9404 14.9404 15.5 14.25 15.5C13.5596 15.5 13 14.9404 13 14.25C13 13.5596 13.5596 13 14.25 13C14.9404 13 15.5 13.5596 15.5 14.25Z`,stroke:`currentColor`}],[`path`,{d:`M15.5 9.75C15.5 10.4404 14.9404 11 14.25 11C13.5596 11 13 10.4404 13 9.75C13 9.05964 13.5596 8.5 14.25 8.5C14.9404 8.5 15.5 9.05964 15.5 9.75Z`,stroke:`currentColor`}],[`path`,{d:`M11 14.25C11 14.9404 10.4404 15.5 9.75 15.5C9.05964 15.5 8.5 14.9404 8.5 14.25C8.5 13.5596 9.05964 13 9.75 13C10.4404 13 11 13.5596 11 14.25Z`,stroke:`currentColor`}],[`path`,{d:`M11 9.75C11 10.4404 10.4404 11 9.75 11C9.05964 11 8.5 10.4404 8.5 9.75C8.5 9.05964 9.05964 8.5 9.75 8.5C10.4404 8.5 11 9.05964 11 9.75Z`,stroke:`currentColor`}],[`path`,{d:`M7 3.33782C8.47087 2.48697 10.1786 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 10.1786 2.48697 8.47087 3.33782 7`,stroke:`currentColor`,"stroke-linecap":`round`}],[`path`,{d:`M9.75 5.75H9.7501`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`}],[`path`,{d:`M5.75 9.75H5.7501`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`}],[`path`,{d:`M5.75 14.25H5.7501`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`}],[`path`,{d:`M9.75 18.25H9.7501`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`}],[`path`,{d:`M14.25 18.25H14.2501`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`}],[`path`,{d:`M18.25 14.25H18.2501`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`}],[`path`,{d:`M18.25 9.75H18.2501`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`}],[`path`,{d:`M14.25 5.75H14.2501`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`}]];export{e as RadialBlurBrokenIcon};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { IconNode } from "../../types.mjs";
|
|
2
2
|
//#region src/icons/line-duotone/airbuds-left.d.ts
|
|
3
3
|
/**
|
|
4
|
-
* 
|
|
5
5
|
*/
|
|
6
6
|
declare const AirbudsLeftLineDuotoneIcon: IconNode[];
|
|
7
7
|
//#endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const e=[[`path`,{d:`M8 5V8`,stroke:`currentColor`,"stroke-
|
|
1
|
+
const e=[[`path`,{d:`M8 5V8`,stroke:`currentColor`,"stroke-linecap":`round`,style:`color: var(--solar-secondary-color, currentColor); opacity: var(--solar-secondary-opacity, 0.5)`}],[`circle`,{cx:`5.5`,cy:`5.5`,r:`5.5`,transform:`matrix(-1 0 0 1 21 11)`,stroke:`currentColor`,style:`color: var(--solar-secondary-color, currentColor); opacity: var(--solar-secondary-opacity, 0.5)`}],[`path`,{d:`M14.0009 5.09961C15.96 5.49729 17.5032 7.04046 17.9009 8.99959`,stroke:`currentColor`,"stroke-linecap":`round`,style:`color: var(--solar-secondary-color, currentColor); opacity: var(--solar-secondary-opacity, 0.5)`}],[`path`,{d:`M2 18.6667V19.5C2 20.8807 3.11929 22 4.5 22C5.88071 22 7 20.8807 7 19.5V18.6667M2 18.6667V7.625L2.00007 7.55936C2.01591 4.49563 4.49563 2.01591 7.55936 2.00007L7.625 2L7.66438 2.00004C9.50262 2.00954 10.9905 3.49738 11 5.33562L11 5.375V8C11 9.65685 9.65685 11 8 11C7.44772 11 7 11.4477 7 12V18.6667M2 18.6667H7`,stroke:`currentColor`}],[`path`,{d:`M14 14V19H17`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`}]];export{e as AirbudsLeftLineDuotoneIcon};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { IconNode } from "../../types.mjs";
|
|
2
2
|
//#region src/icons/line-duotone/airbuds-right.d.ts
|
|
3
3
|
/**
|
|
4
|
-
* 
|
|
5
5
|
*/
|
|
6
6
|
declare const AirbudsRightLineDuotoneIcon: IconNode[];
|
|
7
7
|
//#endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const e=[[`path`,{d:`M15 5V8`,stroke:`currentColor`,"stroke-
|
|
1
|
+
const e=[[`path`,{d:`M15 5V8`,stroke:`currentColor`,"stroke-linecap":`round`,style:`color: var(--solar-secondary-color, currentColor); opacity: var(--solar-secondary-opacity, 0.5)`}],[`circle`,{cx:`7.5`,cy:`16.5`,r:`5.5`,stroke:`currentColor`,style:`color: var(--solar-secondary-color, currentColor); opacity: var(--solar-secondary-opacity, 0.5)`}],[`path`,{d:`M9.00008 5.09961C7.04095 5.49729 5.49778 7.04046 5.1001 8.99959`,stroke:`currentColor`,"stroke-linecap":`round`,style:`color: var(--solar-secondary-color, currentColor); opacity: var(--solar-secondary-opacity, 0.5)`}],[`path`,{d:`M16 18.6667V12C16 11.4477 15.5523 11 15 11C13.3431 11 12 9.65685 12 8V5.375L12 5.33562C12.0095 3.49738 13.4974 2.00954 15.3356 2.00004L15.375 2L15.4406 2.00007C18.5044 2.01591 20.9841 4.49563 20.9999 7.55936L21 7.625V18.6667M16 18.6667V19.5C16 19.6393 16 19.7089 16.003 19.7678C16.0634 20.973 17.027 21.9366 18.2322 21.997C18.2911 22 18.3607 22 18.5 22C18.6393 22 18.7089 22 18.7678 21.997C19.973 21.9366 20.9366 20.973 20.997 19.7678C21 19.7089 21 19.6393 21 19.5V18.6667M16 18.6667H21`,stroke:`currentColor`}],[`path`,{d:`M6 19V14H7.5C8.32843 14 9 14.5596 9 15.25C9 15.9404 8.32843 16.5 7.5 16.5M6 14V16.5H7.5M7.5 16.5L9 19`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`}]];export{e as AirbudsRightLineDuotoneIcon};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { IconNode } from "../../types.mjs";
|
|
2
2
|
//#region src/icons/line-duotone/radial-blur.d.ts
|
|
3
3
|
/**
|
|
4
|
-
* 
|
|
5
5
|
*/
|
|
6
6
|
declare const RadialBlurLineDuotoneIcon: IconNode[];
|
|
7
7
|
//#endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const e=[[`path`,{d:`M3.33995 16.9997C6.10137 21.7826 12.2173 23.4214 17.0002 20.66C18.9498 19.5344 20.377 17.8514 21.1967 15.9286C22.388 13.1341 22.2963 9.83304 20.6605 6.99972C19.0246 4.1664 16.2117 2.43642 13.196 2.07088C11.1209 1.81935 8.94981 2.21386 7.00021 3.33946C2.21728 6.10089 0.578527 12.2168 3.33995 16.9997Z`,stroke:`currentColor`,style:`color: var(--solar-secondary-color, currentColor); opacity: var(--solar-secondary-opacity, 0.5)`}],[`path`,{d:`M15.5 14.25C15.5 14.9404 14.9404 15.5 14.25 15.5C13.5596 15.5 13 14.9404 13 14.25C13 13.5596 13.5596 13 14.25 13C14.9404 13 15.5 13.5596 15.5 14.25Z`,stroke:`currentColor`}],[`path`,{d:`M15.5 9.75C15.5 10.4404 14.9404 11 14.25 11C13.5596 11 13 10.4404 13 9.75C13 9.05964 13.5596 8.5 14.25 8.5C14.9404 8.5 15.5 9.05964 15.5 9.75Z`,stroke:`currentColor`}],[`path`,{d:`M11 14.25C11 14.9404 10.4404 15.5 9.75 15.5C9.05964 15.5 8.5 14.9404 8.5 14.25C8.5 13.5596 9.05964 13 9.75 13C10.4404 13 11 13.5596 11 14.25Z`,stroke:`currentColor`}],[`path`,{d:`M11 9.75C11 10.4404 10.4404 11 9.75 11C9.05964 11 8.5 10.4404 8.5 9.75C8.5 9.05964 9.05964 8.5 9.75 8.5C10.4404 8.5 11 9.05964 11 9.75Z`,stroke:`currentColor`}],[`path`,{d:`
|
|
1
|
+
const e=[[`path`,{d:`M3.33995 16.9997C6.10137 21.7826 12.2173 23.4214 17.0002 20.66C18.9498 19.5344 20.377 17.8514 21.1967 15.9286C22.388 13.1341 22.2963 9.83304 20.6605 6.99972C19.0246 4.1664 16.2117 2.43642 13.196 2.07088C11.1209 1.81935 8.94981 2.21386 7.00021 3.33946C2.21728 6.10089 0.578527 12.2168 3.33995 16.9997Z`,stroke:`currentColor`,style:`color: var(--solar-secondary-color, currentColor); opacity: var(--solar-secondary-opacity, 0.5)`}],[`path`,{d:`M15.5 14.25C15.5 14.9404 14.9404 15.5 14.25 15.5C13.5596 15.5 13 14.9404 13 14.25C13 13.5596 13.5596 13 14.25 13C14.9404 13 15.5 13.5596 15.5 14.25Z`,stroke:`currentColor`}],[`path`,{d:`M15.5 9.75C15.5 10.4404 14.9404 11 14.25 11C13.5596 11 13 10.4404 13 9.75C13 9.05964 13.5596 8.5 14.25 8.5C14.9404 8.5 15.5 9.05964 15.5 9.75Z`,stroke:`currentColor`}],[`path`,{d:`M11 14.25C11 14.9404 10.4404 15.5 9.75 15.5C9.05964 15.5 8.5 14.9404 8.5 14.25C8.5 13.5596 9.05964 13 9.75 13C10.4404 13 11 13.5596 11 14.25Z`,stroke:`currentColor`}],[`path`,{d:`M11 9.75C11 10.4404 10.4404 11 9.75 11C9.05964 11 8.5 10.4404 8.5 9.75C8.5 9.05964 9.05964 8.5 9.75 8.5C10.4404 8.5 11 9.05964 11 9.75Z`,stroke:`currentColor`}],[`path`,{d:`M9.75 5.75H9.7501`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`}],[`path`,{d:`M5.75 9.75H5.7501`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`}],[`path`,{d:`M5.75 14.25H5.7501`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`}],[`path`,{d:`M9.75 18.25H9.7501`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`}],[`path`,{d:`M14.25 18.25H14.2501`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`}],[`path`,{d:`M18.25 14.25H18.2501`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`}],[`path`,{d:`M18.25 9.75H18.2501`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`}],[`path`,{d:`M14.25 5.75H14.2501`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`}]];export{e as RadialBlurLineDuotoneIcon};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { IconNode } from "../../types.mjs";
|
|
2
2
|
//#region src/icons/linear/radial-blur.d.ts
|
|
3
3
|
/**
|
|
4
|
-
* 
|
|
5
5
|
*/
|
|
6
6
|
declare const RadialBlurLinearIcon: IconNode[];
|
|
7
7
|
//#endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const e=[[`path`,{d:`M3.33995 16.9997C6.10137 21.7826 12.2173 23.4214 17.0002 20.66C18.9498 19.5344 20.377 17.8514 21.1967 15.9286C22.388 13.1341 22.2963 9.83304 20.6605 6.99972C19.0246 4.1664 16.2117 2.43642 13.196 2.07088C11.1209 1.81935 8.94981 2.21386 7.00021 3.33946C2.21728 6.10089 0.578527 12.2168 3.33995 16.9997Z`,stroke:`currentColor`}],[`path`,{d:`M15.5 14.25C15.5 14.9404 14.9404 15.5 14.25 15.5C13.5596 15.5 13 14.9404 13 14.25C13 13.5596 13.5596 13 14.25 13C14.9404 13 15.5 13.5596 15.5 14.25Z`,stroke:`currentColor`}],[`path`,{d:`M15.5 9.75C15.5 10.4404 14.9404 11 14.25 11C13.5596 11 13 10.4404 13 9.75C13 9.05964 13.5596 8.5 14.25 8.5C14.9404 8.5 15.5 9.05964 15.5 9.75Z`,stroke:`currentColor`}],[`path`,{d:`M11 14.25C11 14.9404 10.4404 15.5 9.75 15.5C9.05964 15.5 8.5 14.9404 8.5 14.25C8.5 13.5596 9.05964 13 9.75 13C10.4404 13 11 13.5596 11 14.25Z`,stroke:`currentColor`}],[`path`,{d:`M11 9.75C11 10.4404 10.4404 11 9.75 11C9.05964 11 8.5 10.4404 8.5 9.75C8.5 9.05964 9.05964 8.5 9.75 8.5C10.4404 8.5 11 9.05964 11 9.75Z`,stroke:`currentColor`}],[`path`,{d:`
|
|
1
|
+
const e=[[`path`,{d:`M3.33995 16.9997C6.10137 21.7826 12.2173 23.4214 17.0002 20.66C18.9498 19.5344 20.377 17.8514 21.1967 15.9286C22.388 13.1341 22.2963 9.83304 20.6605 6.99972C19.0246 4.1664 16.2117 2.43642 13.196 2.07088C11.1209 1.81935 8.94981 2.21386 7.00021 3.33946C2.21728 6.10089 0.578527 12.2168 3.33995 16.9997Z`,stroke:`currentColor`}],[`path`,{d:`M15.5 14.25C15.5 14.9404 14.9404 15.5 14.25 15.5C13.5596 15.5 13 14.9404 13 14.25C13 13.5596 13.5596 13 14.25 13C14.9404 13 15.5 13.5596 15.5 14.25Z`,stroke:`currentColor`}],[`path`,{d:`M15.5 9.75C15.5 10.4404 14.9404 11 14.25 11C13.5596 11 13 10.4404 13 9.75C13 9.05964 13.5596 8.5 14.25 8.5C14.9404 8.5 15.5 9.05964 15.5 9.75Z`,stroke:`currentColor`}],[`path`,{d:`M11 14.25C11 14.9404 10.4404 15.5 9.75 15.5C9.05964 15.5 8.5 14.9404 8.5 14.25C8.5 13.5596 9.05964 13 9.75 13C10.4404 13 11 13.5596 11 14.25Z`,stroke:`currentColor`}],[`path`,{d:`M11 9.75C11 10.4404 10.4404 11 9.75 11C9.05964 11 8.5 10.4404 8.5 9.75C8.5 9.05964 9.05964 8.5 9.75 8.5C10.4404 8.5 11 9.05964 11 9.75Z`,stroke:`currentColor`}],[`path`,{d:`M9.75 5.75H9.7501`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`}],[`path`,{d:`M5.75 9.75H5.7501`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`}],[`path`,{d:`M5.75 14.25H5.7501`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`}],[`path`,{d:`M9.75 18.25H9.7501`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`}],[`path`,{d:`M14.25 18.25H14.2501`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`}],[`path`,{d:`M18.25 14.25H18.2501`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`}],[`path`,{d:`M18.25 9.75H18.2501`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`}],[`path`,{d:`M14.25 5.75H14.2501`,stroke:`currentColor`,"stroke-linecap":`round`,"stroke-linejoin":`round`}]];export{e as RadialBlurLinearIcon};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solar-icons/js",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"tsdown": "^0.22.4",
|
|
82
82
|
"typescript": "^6.0.3",
|
|
83
83
|
"vitest": "^4.1.10",
|
|
84
|
-
"@solar-icons/core": "
|
|
84
|
+
"@solar-icons/core": "2.0.0-beta.1"
|
|
85
85
|
},
|
|
86
86
|
"engines": {
|
|
87
87
|
"node": ">=16"
|