@alfalab/icons-glyph 2.233.0 → 2.234.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/DocumentLinesLineSIcon.d.ts +3 -0
- package/DocumentLinesLineSIcon.js +1 -0
- package/EyeLineSIcon.d.ts +3 -0
- package/EyeLineSIcon.js +1 -0
- package/package.json +1 -1
|
@@ -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:"M4.8 9.6h4V8h-4v1.6zm6.4 3.2H4.8v-1.6h6.4v1.6z"}),r.createElement("path",{d:"M7.654 0c.703 0 1.313.172 1.796.535.483.362.766.859.917 1.372.176.6.187 1.267.115 1.907.671-.068 1.378-.043 2.012.18.539.19 1.036.527 1.39 1.069.349.535.515 1.204.515 1.989V16H1.6V0h6.055zM3.2 1.6v12.8h9.6V7.052c0-.563-.12-.905-.256-1.115a1.088 1.088 0 00-.581-.434c-.572-.201-1.409-.14-2.289.074a.8.8 0 01-.963-.976c.217-.847.288-1.675.12-2.242-.077-.264-.195-.434-.341-.544-.146-.11-.395-.215-.836-.215H3.2z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.DocumentLinesLineSIcon=l,exports.default=l;
|
package/EyeLineSIcon.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:"M10.167 8a2.167 2.167 0 11-4.334 0 2.167 2.167 0 014.334 0z"}),r.createElement("path",{d:"M8 2C4.474 2 1.408 4.43.05 7.747a.667.667 0 000 .506C1.408 11.57 4.474 14 8 14s6.592-2.43 7.95-5.747a.667.667 0 000-.506C14.592 4.43 11.526 2 8 2zm0 10.667c-2.804 0-5.37-1.891-6.608-4.667C2.63 5.224 5.196 3.333 8 3.333c2.803 0 5.37 1.891 6.608 4.667-1.239 2.776-3.805 4.667-6.608 4.667z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.EyeLineSIcon=l,exports.default=l;
|