@internation/lms-web-icons 0.2.39 → 0.2.40

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,4 @@
1
+ /// <reference types="react" />
2
+ import { IIconProps } from '../types';
3
+ declare function SvgComponent(props: IIconProps): JSX.Element;
4
+ export default SvgComponent;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var tslib_1 = require("tslib");
4
+ var React = tslib_1.__importStar(require("react"));
5
+ function SvgComponent(props) {
6
+ return (React.createElement("svg", tslib_1.__assign({ width: 20, height: 20, viewBox: '0 0 20 20', fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
7
+ React.createElement("path", { d: 'M10 1.667c-4.583 0-8.333 3.75-8.333 8.333s3.75 8.333 8.333 8.333 8.333-3.75 8.333-8.333S14.583 1.667 10 1.667zm5.75 5h-2.417c-.25-1.084-.666-2-1.166-3 1.5.583 2.833 1.583 3.583 3zM10 3.333c.667 1 1.25 2.084 1.583 3.334H8.417C8.75 5.5 9.333 4.333 10 3.333zm-6.417 8.334A5.374 5.374 0 013.333 10c0-.583.084-1.167.25-1.667h2.834c-.084.584-.084 1.084-.084 1.667s.084 1.083.084 1.667H3.583zm.667 1.666h2.417c.25 1.084.666 2 1.166 3-1.5-.583-2.833-1.583-3.583-3zm2.417-6.666H4.25c.833-1.417 2.083-2.417 3.583-3-.5 1-.916 1.916-1.166 3zm3.333 10c-.667-1-1.25-2.084-1.583-3.334h3.166c-.333 1.167-.916 2.334-1.583 3.334zm1.917-5H8.083C8 11.083 7.917 10.583 7.917 10S8 8.917 8.083 8.333H12c.083.584.167 1.084.167 1.667s-.167 1.083-.25 1.667zm.25 4.666c.5-.916.916-1.916 1.166-3h2.417c-.75 1.417-2.083 2.417-3.583 3zm1.5-4.666c.083-.584.083-1.084.083-1.667s-.083-1.083-.083-1.667H16.5c.167.5.25 1.084.25 1.667s-.083 1.167-.25 1.667h-2.833z', fill: props.color || '#23262F' })));
8
+ }
9
+ exports.default = SvgComponent;
10
+ //# sourceMappingURL=globus.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"globus.js","sourceRoot":"","sources":["../../../src/icons/globus.tsx"],"names":[],"mappings":";;;AAAA,mDAA8B;AAG9B,SAAS,YAAY,CAAC,KAAiB;IACrC,OAAO,CACL,8CAAK,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,IAAK,KAAK;QACtG,8BACE,CAAC,EAAC,k6BAAk6B,EACp6B,IAAI,EAAE,KAAK,CAAC,KAAK,IAAI,SAAS,GAC9B,CACE,CACP,CAAA;AACH,CAAC;AAED,kBAAe,YAAY,CAAA"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import { IIconProps } from '../types';
3
+ declare function SvgComponent(props: IIconProps): JSX.Element;
4
+ export default SvgComponent;
@@ -0,0 +1,8 @@
1
+ import { __assign } from "tslib";
2
+ import * as React from 'react';
3
+ function SvgComponent(props) {
4
+ return (React.createElement("svg", __assign({ width: 20, height: 20, viewBox: '0 0 20 20', fill: 'none', xmlns: 'http://www.w3.org/2000/svg' }, props),
5
+ React.createElement("path", { d: 'M10 1.667c-4.583 0-8.333 3.75-8.333 8.333s3.75 8.333 8.333 8.333 8.333-3.75 8.333-8.333S14.583 1.667 10 1.667zm5.75 5h-2.417c-.25-1.084-.666-2-1.166-3 1.5.583 2.833 1.583 3.583 3zM10 3.333c.667 1 1.25 2.084 1.583 3.334H8.417C8.75 5.5 9.333 4.333 10 3.333zm-6.417 8.334A5.374 5.374 0 013.333 10c0-.583.084-1.167.25-1.667h2.834c-.084.584-.084 1.084-.084 1.667s.084 1.083.084 1.667H3.583zm.667 1.666h2.417c.25 1.084.666 2 1.166 3-1.5-.583-2.833-1.583-3.583-3zm2.417-6.666H4.25c.833-1.417 2.083-2.417 3.583-3-.5 1-.916 1.916-1.166 3zm3.333 10c-.667-1-1.25-2.084-1.583-3.334h3.166c-.333 1.167-.916 2.334-1.583 3.334zm1.917-5H8.083C8 11.083 7.917 10.583 7.917 10S8 8.917 8.083 8.333H12c.083.584.167 1.084.167 1.667s-.167 1.083-.25 1.667zm.25 4.666c.5-.916.916-1.916 1.166-3h2.417c-.75 1.417-2.083 2.417-3.583 3zm1.5-4.666c.083-.584.083-1.084.083-1.667s-.083-1.083-.083-1.667H16.5c.167.5.25 1.084.25 1.667s-.083 1.167-.25 1.667h-2.833z', fill: props.color || '#23262F' })));
6
+ }
7
+ export default SvgComponent;
8
+ //# sourceMappingURL=globus.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"globus.js","sourceRoot":"","sources":["../../../src/icons/globus.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAG9B,SAAS,YAAY,CAAC,KAAiB;IACrC,OAAO,CACL,sCAAK,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,IAAK,KAAK;QACtG,8BACE,CAAC,EAAC,k6BAAk6B,EACp6B,IAAI,EAAE,KAAK,CAAC,KAAK,IAAI,SAAS,GAC9B,CACE,CACP,CAAA;AACH,CAAC;AAED,eAAe,YAAY,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@internation/lms-web-icons",
3
- "version": "0.2.39",
3
+ "version": "0.2.40",
4
4
  "description": "Lms icons",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",