@alfalab/icons-glyph 2.162.0 → 2.163.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/SunLineMIcon.d.ts +3 -0
- package/SunLineMIcon.js +1 -0
- package/package.json +1 -1
package/SunLineMIcon.js
ADDED
|
@@ -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,r=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("g",{clipPath:"url(#prefix__clip0_57102_8778)"},l.createElement("path",{d:"M11 0h2v4h-2V0zM4 11H0v2h4v-2zm7 13v-4h2v4h-2zm9-11h4v-2h-4v2z"}),l.createElement("path",{d:"M6 12a6 6 0 1112 0 6 6 0 01-12 0zm6-4a4 4 0 100 8 4 4 0 000-8z",fillRule:"evenodd",clipRule:"evenodd"}),l.createElement("path",{d:"M4.222 2.807L7.05 5.636 5.636 7.05 2.808 4.222l1.414-1.415zm16.97 1.415l-1.414-1.415-2.828 2.829 1.414 1.414 2.828-2.828zM5.636 16.95l-2.828 2.828 1.414 1.414 2.828-2.828-1.414-1.414zm15.556 2.828l-1.414 1.414-2.828-2.828 1.414-1.414 2.828 2.828z"})),l.createElement("defs",null,l.createElement("clipPath",{id:"prefix__clip0_57102_8778"},l.createElement("path",{d:"M0 0h24v24H0z"}))))};exports.SunLineMIcon=r,exports.default=r;
|