@alfalab/icons-glyph 2.51.0 → 2.52.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/CircleMIcon.d.ts +3 -0
- package/CircleMIcon.js +1 -0
- package/CircleSIcon.d.ts +3 -0
- package/CircleSIcon.js +1 -0
- package/RouteLineMIcon.d.ts +3 -0
- package/RouteLineMIcon.js +1 -0
- package/package.json +1 -1
package/CircleMIcon.d.ts
ADDED
package/CircleMIcon.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),r=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,l=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),r.createElement("path",{d:"M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10z"}))};exports.CircleMIcon=l,exports.default=l;
|
package/CircleSIcon.d.ts
ADDED
package/CircleSIcon.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),r=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,l=function(e){return r.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"16",height:"16",viewBox:"0 0 16 16"},e),r.createElement("path",{d:"M16 8A8 8 0 110 8a8 8 0 0116 0z"}))};exports.CircleSIcon=l,exports.default=l;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,t=require("./tslib.es6-37b184f2.js"),l=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,a=function(e){return l.createElement("svg",t.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),l.createElement("path",{d:"M15 4.516A3.508 3.508 0 0118.5 1C20.439 1 22 2.58 22 4.516c0 1.202-.626 2.197-1.253 2.899a8.454 8.454 0 01-1.678 1.418c-.348.223-.79.223-1.138 0a8.451 8.451 0 01-1.678-1.418C15.626 6.713 15 5.718 15 4.514zm2 0C17 3.673 17.677 3 18.5 3s1.5.673 1.5 1.516c0 .496-.266 1.03-.744 1.566a5.99 5.99 0 01-.756.702 5.99 5.99 0 01-.756-.702C17.266 5.547 17 5.012 17 4.516z",fillRule:"evenodd",clipRule:"evenodd"}),l.createElement("path",{d:"M2 8.5A4.5 4.5 0 016.5 4H13v2H6.5a2.5 2.5 0 000 5h11a4.5 4.5 0 110 9H11v-2h6.5a2.5 2.5 0 000-5h-11A4.5 4.5 0 012 8.5z"}),l.createElement("path",{d:"M5.5 15C3.561 15 2 16.58 2 18.516c0 1.202.626 2.197 1.253 2.899a8.45 8.45 0 001.678 1.418c.348.223.79.223 1.138 0a8.45 8.45 0 001.678-1.418C8.374 20.712 9 19.718 9 18.515A3.508 3.508 0 005.5 15zm0 2c-.822 0-1.5.673-1.5 1.516 0 .496.266 1.03.744 1.566.248.277.519.515.756.702.237-.187.508-.425.756-.702.478-.535.744-1.07.744-1.566C7 17.673 6.322 17 5.5 17z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.RouteLineMIcon=a,exports.default=a;
|