@alfalab/icons-glyph 2.223.0 → 2.224.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/KeyboardLineMIcon.d.ts +3 -0
- package/KeyboardLineMIcon.js +1 -0
- package/StickerMIcon.d.ts +3 -0
- package/StickerMIcon.js +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e,a=require("./tslib.es6-37b184f2.js"),t=(e=require("react"))&&"object"==typeof e&&"default"in e?e.default:e,c=function(e){return t.createElement("svg",a.__assign({role:"img",focusable:"false",fill:"currentColor",width:"24",height:"24",viewBox:"0 0 24 24"},e),t.createElement("path",{d:"M16.6 5H7.4c-1.153 0-1.898.002-2.464.048-.544.044-.745.12-.844.17a2 2 0 00-.874.874c-.05.099-.126.3-.17.844C3.002 7.502 3 8.246 3 9.4v5.2c0 1.153.002 1.898.048 2.464.044.544.12.745.17.844a2 2 0 00.874.874c.099.05.3.126.844.17.566.046 1.31.048 2.464.048h9.2c1.153 0 1.898-.002 2.464-.048.544-.044.745-.12.844-.17a2 2 0 00.874-.874c.05-.099.126-.3.17-.844.046-.566.048-1.31.048-2.464V9.4c0-1.153-.002-1.898-.048-2.464-.044-.544-.12-.745-.17-.844a2 2 0 00-.874-.874c-.099-.05-.3-.126-.844-.17C18.498 5.002 17.754 5 16.6 5zm-15.164.184C1 6.04 1 7.16 1 9.4v5.2c0 2.24 0 3.36.436 4.216a4 4 0 001.748 1.748C4.04 21 5.16 21 7.4 21h9.2c2.24 0 3.36 0 4.216-.436a4 4 0 001.748-1.748C23 17.96 23 16.84 23 14.6V9.4c0-2.24 0-3.36-.436-4.216a4 4 0 00-1.748-1.748C19.96 3 18.84 3 16.6 3H7.4c-2.24 0-3.36 0-4.216.436a4 4 0 00-1.748 1.748z",fillRule:"evenodd",clipRule:"evenodd"}),t.createElement("path",{d:"M7 8a1 1 0 11-2 0 1 1 0 012 0zm0 4a1 1 0 11-2 0 1 1 0 012 0zm4-4a1 1 0 11-2 0 1 1 0 012 0zm0 4a1 1 0 11-2 0 1 1 0 012 0zm4-4a1 1 0 11-2 0 1 1 0 012 0zm0 4a1 1 0 11-2 0 1 1 0 012 0zm4-4a1 1 0 11-2 0 1 1 0 012 0zm0 4a1 1 0 11-2 0 1 1 0 012 0zM9 16a1 1 0 011-1h4a1 1 0 110 2h-4a1 1 0 01-1-1z"}))};exports.KeyboardLineMIcon=c,exports.default=c;
|
package/StickerMIcon.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:"M19.878 7.656a8.097 8.097 0 00-7.51-3.623c-4.455.403-7.736 4.328-7.335 8.761.303 3.343 2.613 6.027 5.643 6.972-.415-4.033.667-7.075 2.526-9.065 1.9-2.035 4.54-2.882 6.914-2.573a2.35 2.35 0 00-.238-.472zm.225 2.492a.978.978 0 01-.048-.007c-1.78-.302-3.876.303-5.392 1.925-1.408 1.509-2.387 3.984-1.985 7.614.585-.412 1.426-1.111 2.33-2.213.198-.242.395-.48.59-.716 1.33-1.606 2.602-3.14 4.12-5.746.164-.28.293-.569.385-.857zM12.188 2.04a10.097 10.097 0 019.363 4.519c1.142 1.742.815 3.873-.105 5.452-1.605 2.754-2.974 4.406-4.312 6.02l-.58.703c-1.093 1.333-2.129 2.176-2.86 2.674a3.453 3.453 0 01-2.645.516c-4.241-.872-7.598-4.422-8.008-8.95-.5-5.54 3.598-10.432 9.147-10.934z",fillRule:"evenodd",clipRule:"evenodd"}))};exports.StickerMIcon=l,exports.default=l;
|