@central-icons-react-native/square-outlined-radius-0-stroke-1 1.1.202 → 1.1.203

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/license-check.js CHANGED
@@ -18,7 +18,7 @@ const licenseCheck = async () => {
18
18
  },
19
19
  body: JSON.stringify({
20
20
  package: "central-icons-react-native/square-outlined-radius-0-stroke-1",
21
- version: "1.1.202",
21
+ version: "1.1.203",
22
22
  }),
23
23
  signal: controller.signal,
24
24
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react-native/square-outlined-radius-0-stroke-1",
3
- "version": "1.1.202",
3
+ "version": "1.1.203",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
@@ -5,7 +5,7 @@ description: Use when inserting icons in React Native code that imports from @ce
5
5
 
6
6
  # Central Icons — React Native
7
7
 
8
- This skill helps you find icons from the Central Icons React Native library (`@central-icons-react-native/*`, version 1.1.202) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1959 icons is consistent across variants; only the stylistic rendering (round vs square, filled vs outlined, corner radius, stroke width) differs.
8
+ This skill helps you find icons from the Central Icons React Native library (`@central-icons-react-native/*`, version 1.1.203) and insert them with the correct import path for whichever variant the consumer has installed. The set of 1960 icons is consistent across variants; only the stylistic rendering (round vs square, filled vs outlined, corner radius, stroke width) differs.
9
9
 
10
10
  The library uses `react-native-svg` under the hood — it must be installed as a peer dependency in the consumer's project.
11
11
 
@@ -1871,6 +1871,7 @@ Do **not** use DOM accessibility attrs (`aria-hidden`, `role`). React Native use
1871
1871
  - **IconDiscoBall** — disco-ball, music, dance, party
1872
1872
  - **IconDoorHanger** — door-hanger, sign, do-not-disdurb
1873
1873
  - **IconDumbell** — dumbell, fitness, training
1874
+ - **IconEducation** — education, book, reading, freetime, apple
1874
1875
  - **IconElements** — elements, materials, products, tools, teams, skills, circles
1875
1876
  - **IconEmojiAstonished** — emoji-astonished
1876
1877
  - **IconExplosion** — explosion, boom, bang, pop
package/tsx-icons.json CHANGED
@@ -4949,6 +4949,13 @@
4949
4949
  "iconName": "edit-small-2",
4950
4950
  "pathname": "src/IconEditSmall2"
4951
4951
  },
4952
+ {
4953
+ "svg": "<Path d=\"M21.9999 20.5H5.5C3.84314 20.5 2.5 19.1569 2.5 17.5C2.5 15.8431 3.84315 14.5 5.5 14.5H21.9999\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><Path d=\"M21 14.5C19.7889 16.3167 19.7889 18.6833 21 20.5\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><Path d=\"M11.9994 4.99036C3.12337 1.55736 4.92781 17.3935 11.9992 14.0274C19.0723 17.3935 20.8774 1.55737 11.9994 4.99036Z\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Path d=\"M12 5C12 4 12.5 3 13.5 2.25\" stroke=\"currentColor\"/>",
4954
+ "tags": "Path",
4955
+ "componentName": "IconEducation",
4956
+ "iconName": "education, book, reading, freetime, apple",
4957
+ "pathname": "src/IconEducation"
4958
+ },
4952
4959
  {
4953
4960
  "svg": "<Circle cx=\"7\" cy=\"7.25\" r=\"3.25\" stroke=\"currentColor\"/><Circle cx=\"17\" cy=\"7.25\" r=\"3.25\" stroke=\"currentColor\"/><Path d=\"M10.5 7C11.4443 6.33333 12.5557 6.33333 13.5 7\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4.5303 15.7324C5.48644 14.2252 6.43171 13.3532 8.13636 13.0412C9.73921 12.7478 12.2576 14.1177 12.2576 14.1177C12.2576 14.1177 14.3802 12.8725 15.8636 13.0412C17.4761 13.2246 18.4841 13.8483 19.4697 15.1941C20.4778 16.5707 20.5 19.5 20.5 19.5H17.9242C17.3424 18.5823 16.1531 18.2656 15.192 18.7726L14.8333 18.9618L13.851 18.346C12.8765 17.7351 11.6386 17.7351 10.6641 18.346L9.68182 18.9618L9.60484 18.9212C8.43155 18.3023 6.98988 18.5388 6.07576 19.5H3.5C3.5 19.5 3.72113 17.0078 4.5303 15.7324Z\" stroke=\"currentColor\" strokeLinecap=\"round\"/>",
4954
4961
  "tags": "Circle, Path",