@expo/styleguide-icons 2.1.1 → 2.1.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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react"),t=require("../mergeClasses.js");function l(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e)for(const l in e)if("default"!==l){const r=Object.getOwnPropertyDescriptor(e,l);Object.defineProperty(t,l,r.get?r:{enumerable:!0,get:()=>e[l]})}return t.default=e,Object.freeze(t)}const r=l(e);function o({className:e,...l}){const o=t.mergeClasses("icon-md text-icon-default translate-z",e);return r.createElement("svg",{fill:"none",viewBox:"0 0 24 24",className:o,role:"img",...l},r.createElement("g",{id:"get-build-custom-icon"},r.createElement("path",{id:"Subtract",fill:"currentColor",fillRule:"evenodd",d:"M10.3074 1.82316C10.0191 1.67472 9.67674 1.67501 9.38865 1.82394L1.6154 5.84246C1.28257 6.01452 1.07355 6.35789 1.07355 6.73256V16.6293C1.07355 17.0043 1.28295 17.3479 1.61623 17.5198L9.38947 21.5291C9.6771 21.6775 10.0187 21.6777 10.3066 21.5299L12.631 20.336C12.2018 19.8246 11.8574 19.2396 11.6194 18.6027L10.8508 18.9975V11.3779L16.6527 8.37853V10.6305C16.8229 10.6158 16.9952 10.6083 17.1692 10.6083C17.6829 10.6083 18.1814 10.6737 18.6567 10.7966V6.73256C18.6567 6.35727 18.4469 6.01345 18.1133 5.84168L10.3074 1.82316ZM4.25386 6.73442L9.84976 3.84152L15.4691 6.73442L9.84975 9.63943L4.25386 6.73442ZM8.84678 11.3767V18.9943L3.07755 16.0187V8.3817L8.84678 11.3767Z",clipRule:"evenodd"}),r.createElement("path",{id:"search (Stroke)",fill:"currentColor",fillRule:"evenodd",d:"M17.1692 13.618C15.5606 13.618 14.2566 14.9221 14.2566 16.5307C14.2566 18.1393 15.5606 19.4433 17.1692 19.4433C17.9436 19.4433 18.6473 19.1411 19.169 18.6483C19.1868 18.6272 19.2056 18.6067 19.2254 18.5869C19.2453 18.567 19.2657 18.5482 19.2868 18.5305C19.7797 18.0088 20.0818 17.305 20.0818 16.5307C20.0818 14.9221 18.7778 13.618 17.1692 13.618ZM21.2193 19.2077C21.7276 18.4403 22.0236 17.5201 22.0236 16.5307C22.0236 13.8497 19.8502 11.6763 17.1692 11.6763C14.4882 11.6763 12.3148 13.8497 12.3148 16.5307C12.3148 19.2117 14.4882 21.385 17.1692 21.385C18.1586 21.385 19.0789 21.0891 19.8463 20.5808L21.3371 22.0716C21.7162 22.4507 22.331 22.4507 22.7101 22.0716C23.0893 21.6924 23.0893 21.0777 22.7101 20.6985L21.2193 19.2077Z",clipRule:"evenodd"})))}o.displayName="GetBuildIcon",exports.GetBuildIcon=o;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@expo/styleguide-icons",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.2",
|
|
4
4
|
"description": "Expo's icons for use on the web.",
|
|
5
5
|
"main": "index",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
],
|
|
18
18
|
"scripts": {
|
|
19
19
|
"check-env": "sh ./check-env.sh",
|
|
20
|
-
"clean": "rimraf custom duotone outline solid index.* mergeClasses.*",
|
|
20
|
+
"clean": "rimraf custom duotone outline solid 'index.*' 'mergeClasses.*'",
|
|
21
21
|
"export": "figma-export use-config figma.config.js",
|
|
22
22
|
"bundle": "rollup --config && node ./postbundle.js",
|
|
23
23
|
"build": "run-s check-env",
|
|
@@ -39,10 +39,13 @@
|
|
|
39
39
|
"tailwind-merge": "^2.5.4"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@figma-export/cli": "^4.
|
|
43
|
-
"@figma-export/output-components-as-svgr": "^4.
|
|
44
|
-
"@figma-export/transform-svg-with-svgo": "^4.
|
|
42
|
+
"@figma-export/cli": "^4.8.0",
|
|
43
|
+
"@figma-export/output-components-as-svgr": "^4.8.0",
|
|
44
|
+
"@figma-export/transform-svg-with-svgo": "^4.8.0",
|
|
45
45
|
"dotenv": "^16.3.1",
|
|
46
|
+
"npm-run-all": "*",
|
|
47
|
+
"rimraf": "*",
|
|
48
|
+
"rollup": "*",
|
|
46
49
|
"tslib": "^2.8.0"
|
|
47
50
|
},
|
|
48
51
|
"peerDependencies": {
|
|
@@ -60,5 +63,5 @@
|
|
|
60
63
|
"solid"
|
|
61
64
|
]
|
|
62
65
|
},
|
|
63
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "bb5b7bc339656579a08dea69d566fb5787bd0a7e"
|
|
64
67
|
}
|