@akinon/icons 0.5.0 → 1.0.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/dist/cjs/icomoon.d.ts +24 -8
- package/dist/cjs/icomoon.d.ts.map +1 -1
- package/dist/cjs/icomoon.js +1 -0
- package/dist/cjs/icon-type.d.ts +1 -1
- package/dist/cjs/icon-type.d.ts.map +1 -1
- package/dist/cjs/icon-type.js +1 -1
- package/dist/cjs/icon.d.ts +13 -0
- package/dist/cjs/icon.d.ts.map +1 -1
- package/dist/cjs/icon.js +13 -0
- package/dist/cjs/selection.json +1583 -758
- package/dist/esm/icomoon.d.ts +24 -8
- package/dist/esm/icomoon.d.ts.map +1 -1
- package/dist/esm/icomoon.js +1 -0
- package/dist/esm/icon-type.d.ts +1 -1
- package/dist/esm/icon-type.d.ts.map +1 -1
- package/dist/esm/icon-type.js +1 -1
- package/dist/esm/icon.d.ts +13 -0
- package/dist/esm/icon.d.ts.map +1 -1
- package/dist/esm/icon.js +13 -0
- package/dist/esm/selection.json +1583 -758
- package/package.json +4 -4
package/dist/cjs/icomoon.d.ts
CHANGED
|
@@ -1,32 +1,48 @@
|
|
|
1
1
|
import { CSSProperties, JSXElementConstructor, SVGProps } from 'react';
|
|
2
2
|
import { IconName } from './icon-type';
|
|
3
3
|
type IconSetItem = {
|
|
4
|
+
/**
|
|
5
|
+
* Metadata for a single icon in the Icomoon icon set.
|
|
6
|
+
*/
|
|
4
7
|
properties: {
|
|
8
|
+
/**
|
|
9
|
+
* The unique name of the icon.
|
|
10
|
+
*/
|
|
5
11
|
name: string;
|
|
6
12
|
};
|
|
7
13
|
icon: {
|
|
14
|
+
/**
|
|
15
|
+
* SVG path data for the icon.
|
|
16
|
+
*/
|
|
8
17
|
paths: string[];
|
|
18
|
+
/**
|
|
19
|
+
* Optional attributes for the icon's paths.
|
|
20
|
+
*/
|
|
9
21
|
attrs?: object[];
|
|
22
|
+
/**
|
|
23
|
+
* The width of the icon.
|
|
24
|
+
*/
|
|
10
25
|
width?: number | string;
|
|
11
26
|
};
|
|
12
27
|
};
|
|
13
28
|
type IconSet = {
|
|
14
29
|
/**
|
|
15
|
-
*
|
|
30
|
+
* A collection of icons, each with metadata and path data.
|
|
16
31
|
*/
|
|
17
32
|
icons: IconSetItem[];
|
|
18
33
|
};
|
|
19
34
|
export interface IconProps extends SVGProps<SVGElement> {
|
|
20
35
|
/**
|
|
21
|
-
* The name of the icon.
|
|
36
|
+
* The name of the icon to be rendered. Must match a name in the provided icon set.
|
|
22
37
|
*/
|
|
23
38
|
icon: IconName;
|
|
24
39
|
/**
|
|
25
|
-
* The size of the icon.
|
|
40
|
+
* The size of the icon, specified in pixels (number) or any valid CSS size string (e.g., '2rem').
|
|
41
|
+
* @default 24
|
|
26
42
|
*/
|
|
27
43
|
size?: string | number;
|
|
28
44
|
/**
|
|
29
|
-
*
|
|
45
|
+
* A descriptive title for the icon, used for accessibility and screen readers.
|
|
30
46
|
*/
|
|
31
47
|
title?: string;
|
|
32
48
|
/**
|
|
@@ -34,7 +50,7 @@ export interface IconProps extends SVGProps<SVGElement> {
|
|
|
34
50
|
*/
|
|
35
51
|
disableFill?: boolean;
|
|
36
52
|
/**
|
|
37
|
-
*
|
|
53
|
+
* Removes all inline styles from the icon, including `width`, `height`, and `fill`.
|
|
38
54
|
*/
|
|
39
55
|
removeInlineStyle?: boolean;
|
|
40
56
|
/**
|
|
@@ -46,13 +62,13 @@ export interface IconProps extends SVGProps<SVGElement> {
|
|
|
46
62
|
*/
|
|
47
63
|
PathComponent?: JSXElementConstructor<any>;
|
|
48
64
|
/**
|
|
49
|
-
*
|
|
65
|
+
* Additional styles applied to the icon. Inline styles are merged unless `removeInlineStyle` is true.
|
|
50
66
|
*/
|
|
51
67
|
style?: CSSProperties;
|
|
52
68
|
}
|
|
53
|
-
interface IcomoonProps extends IconProps {
|
|
69
|
+
export interface IcomoonProps extends IconProps {
|
|
54
70
|
/**
|
|
55
|
-
* The icon set
|
|
71
|
+
* The Icomoon icon set containing all available icons.
|
|
56
72
|
*/
|
|
57
73
|
iconSet: IconSet;
|
|
58
74
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icomoon.d.ts","sourceRoot":"","sources":["../../src/icomoon.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"icomoon.d.ts","sourceRoot":"","sources":["../../src/icomoon.tsx"],"names":[],"mappings":"AACA,OAAO,EAEL,aAAa,EACb,qBAAqB,EACrB,QAAQ,EACT,MAAM,OAAO,CAAC;AAEf,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAEvC,KAAK,WAAW,GAAG;IACjB;;OAEG;IACH,UAAU,EAAE;QACV;;WAEG;QACH,IAAI,EAAE,MAAM,CAAC;KACd,CAAC;IAEF,IAAI,EAAE;QACJ;;WAEG;QACH,KAAK,EAAE,MAAM,EAAE,CAAC;QAEhB;;WAEG;QACH,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;QAEjB;;WAEG;QACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;KACzB,CAAC;CACH,CAAC;AAEF,KAAK,OAAO,GAAG;IACb;;OAEG;IACH,KAAK,EAAE,WAAW,EAAE,CAAC;CACtB,CAAC;AAEF,MAAM,WAAW,SAAU,SAAQ,QAAQ,CAAC,UAAU,CAAC;IACrD;;OAEG;IACH,IAAI,EAAE,QAAQ,CAAC;IAEf;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAEvB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB;;OAEG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAE5B;;OAEG;IACH,YAAY,CAAC,EAAE,qBAAqB,CAAC,GAAG,CAAC,CAAC;IAE1C;;OAEG;IACH,aAAa,CAAC,EAAE,qBAAqB,CAAC,GAAG,CAAC,CAAC;IAE3C;;OAEG;IACH,KAAK,CAAC,EAAE,aAAa,CAAC;CACvB;AAED,MAAM,WAAW,YAAa,SAAQ,SAAS;IAC7C;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,eAAO,MAAM,OAAO,0GAUjB,YAAY,kFAyCd,CAAC"}
|
package/dist/cjs/icomoon.js
CHANGED
|
@@ -12,6 +12,7 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
12
12
|
};
|
|
13
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
14
|
exports.Icomoon = void 0;
|
|
15
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
15
16
|
const react_1 = require("react");
|
|
16
17
|
const Icomoon = (_a) => {
|
|
17
18
|
var { iconSet, icon, size = 24, title, disableFill, removeInlineStyle, SvgComponent, PathComponent } = _a, props = __rest(_a, ["iconSet", "icon", "size", "title", "disableFill", "removeInlineStyle", "SvgComponent", "PathComponent"]);
|
package/dist/cjs/icon-type.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const IconNameList: readonly ["acilissayfalari", "add_picture", "add_video", "alarm-create", "alarm-trigger", "arrow-product", "arrow_down", "arrow_up", "arti", "attribute-mapping", "ayarlar", "bank", "bars-code", "bekleyenurunler", "bilgilendirme_servis", "bin", "box", "calendar", "chevron_down", "chevron_up", "circle-down", "circle-up", "clock", "clock1", "close", "copy", "dagitimsenaryolari", "dashboard", "dashboard1", "doc", "download", "drag_drop", "durum_transfer", "edit", "eksi", "entagrator", "entegresyon", "envelope", "exclude", "feed", "female", "file", "filter", "fiyat_listeleri", "fiyatlistesi", "fiyatservisleri", "folder_minus", "folder_plus", "form", "gateway", "genderfree", "gift", "iade", "image", "import_export", "indirimkodlari", "info", "info-outlined", "iptaliadetalepleri", "kampanyalar", "kargo", "kargolog", "kargosirketleri", "kargoyonetimentegrasyonu", "kartayarlari", "katalog", "katalogkontrol", "kataloglar", "kategoriacilis", "kategoriler", "koleksiyonlar", "krerikartitipleri", "kullaniciyonetimi", "kupon", "linked", "list", "live", "live-commerce", "log", "lokasyon", "loop", "loyaltyentegrasyon", "loyatlyhesaplari", "magazastok", "mail", "male", "map", "mapping", "minus", "modelsema", "musteri", "musteri_grup", "musteriler", "mutabakat", "mutabakat-islemleri", "no", "notification", "notification-ring", "odeme", "oms", "onay", "outdent", "ozellik_seti", "paketlemeemirleri", "paketlokasyon", "phone-call", "plus", "pos-terminal", "preview", "product_stroke", "profile", "recommendation", "refresh", "report", "rules", "samsonite", "satiskanalllari", "search", "senaryolar", "seo", "settings", "shop", "siparis", "siparisservisleri", "siralama", "siralama_degistir", "skulog", "slack", "sms", "sms-text", "sort_arrow_down", "sort_arrow_up", "sosyalhesaplar", "statiksayfa", "stok_listeleri", "stoklistesi", "stokservisleri", "stream-key", "streams", "tavsiyesistemi", "teslimat", "toplukupon", "transferemirleri", "transferlokasyon", "transfersenaryolari", "triangle", "unified", "unified_stroke", "unifiedsozlesme", "urun_ozellikleri", "urunler", "urunlistesi", "urunstokentegrasyon", "urunstoksorgulama", "warning", "warning_arrow", "warning_tri", "warning_triangle", "widgetsemayonetimi", "widgetyonetimi", "yes", "zoom-in"];
|
|
1
|
+
export declare const IconNameList: readonly ["acilissayfalari", "add_picture", "add_video", "alarm-create", "alarm-trigger", "arrow-product", "arrow_down", "arrow_up", "arti", "attach", "attribute-mapping", "ayarlar", "bank", "bars-code", "bekleyenurunler", "bilgilendirme_servis", "bin", "box", "calendar", "chevron_down", "chevron_up", "circle-down", "circle-up", "clock", "clock1", "close", "copy", "dagitimsenaryolari", "dashboard", "dashboard1", "doc", "download", "drag_drop", "durum_transfer", "edit", "eksi", "entagrator", "entegresyon", "envelope", "exclude", "feed", "female", "file", "filter", "fiyat_listeleri", "fiyatlistesi", "fiyatservisleri", "folder_minus", "folder_plus", "form", "gateway", "genderfree", "gift", "iade", "image", "import_export", "indirimkodlari", "info", "info-outlined", "iptaliadetalepleri", "kampanyalar", "kargo", "kargolog", "kargosirketleri", "kargoyonetimentegrasyonu", "kartayarlari", "katalog", "katalogkontrol", "kataloglar", "kategoriacilis", "kategoriler", "koleksiyonlar", "krerikartitipleri", "kullaniciyonetimi", "kupon", "linked", "list", "live", "live-commerce", "log", "lokasyon", "loop", "loyaltyentegrasyon", "loyatlyhesaplari", "magazastok", "mail", "male", "map", "mapping", "minus", "modelsema", "musteri", "musteri_grup", "musteriler", "mutabakat", "mutabakat-islemleri", "no", "notification", "notification-ring", "odeme", "oms", "onay", "outdent", "ozellik_seti", "paketlemeemirleri", "paketlokasyon", "phone-call", "plus", "pos-terminal", "preview", "product_stroke", "profile", "recommendation", "refresh", "report", "rules", "samsonite", "satiskanalllari", "search", "senaryolar", "seo", "settings", "shop", "siparis", "siparisservisleri", "siralama", "siralama_degistir", "skulog", "slack", "sms", "sms-text", "sort_arrow_down", "sort_arrow_up", "sosyalhesaplar", "statiksayfa", "stok_listeleri", "stoklistesi", "stokservisleri", "stream-key", "streams", "tavsiyesistemi", "teslimat", "toplukupon", "transferemirleri", "transferlokasyon", "transfersenaryolari", "triangle", "unified", "unified_stroke", "unifiedsozlesme", "urun_ozellikleri", "urunler", "urunlistesi", "urunstokentegrasyon", "urunstoksorgulama", "warning", "warning_arrow", "warning_tri", "warning_triangle", "widgetsemayonetimi", "widgetyonetimi", "yes", "zoom-in"];
|
|
2
2
|
export type IconName = typeof IconNameList[number];
|
|
3
3
|
//# sourceMappingURL=icon-type.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon-type.d.ts","sourceRoot":"","sources":["../../src/icon-type.ts"],"names":[],"mappings":"AACE,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"icon-type.d.ts","sourceRoot":"","sources":["../../src/icon-type.ts"],"names":[],"mappings":"AACE,eAAO,MAAM,YAAY,ytEAA0tE,CAAC;AACpvE,MAAM,MAAM,QAAQ,GAAG,OAAO,YAAY,CAAC,MAAM,CAAC,CAAC"}
|
package/dist/cjs/icon-type.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.IconNameList = void 0;
|
|
4
|
-
exports.IconNameList = ['acilissayfalari', 'add_picture', 'add_video', 'alarm-create', 'alarm-trigger', 'arrow-product', 'arrow_down', 'arrow_up', 'arti', 'attribute-mapping', 'ayarlar', 'bank', 'bars-code', 'bekleyenurunler', 'bilgilendirme_servis', 'bin', 'box', 'calendar', 'chevron_down', 'chevron_up', 'circle-down', 'circle-up', 'clock', 'clock1', 'close', 'copy', 'dagitimsenaryolari', 'dashboard', 'dashboard1', 'doc', 'download', 'drag_drop', 'durum_transfer', 'edit', 'eksi', 'entagrator', 'entegresyon', 'envelope', 'exclude', 'feed', 'female', 'file', 'filter', 'fiyat_listeleri', 'fiyatlistesi', 'fiyatservisleri', 'folder_minus', 'folder_plus', 'form', 'gateway', 'genderfree', 'gift', 'iade', 'image', 'import_export', 'indirimkodlari', 'info', 'info-outlined', 'iptaliadetalepleri', 'kampanyalar', 'kargo', 'kargolog', 'kargosirketleri', 'kargoyonetimentegrasyonu', 'kartayarlari', 'katalog', 'katalogkontrol', 'kataloglar', 'kategoriacilis', 'kategoriler', 'koleksiyonlar', 'krerikartitipleri', 'kullaniciyonetimi', 'kupon', 'linked', 'list', 'live', 'live-commerce', 'log', 'lokasyon', 'loop', 'loyaltyentegrasyon', 'loyatlyhesaplari', 'magazastok', 'mail', 'male', 'map', 'mapping', 'minus', 'modelsema', 'musteri', 'musteri_grup', 'musteriler', 'mutabakat', 'mutabakat-islemleri', 'no', 'notification', 'notification-ring', 'odeme', 'oms', 'onay', 'outdent', 'ozellik_seti', 'paketlemeemirleri', 'paketlokasyon', 'phone-call', 'plus', 'pos-terminal', 'preview', 'product_stroke', 'profile', 'recommendation', 'refresh', 'report', 'rules', 'samsonite', 'satiskanalllari', 'search', 'senaryolar', 'seo', 'settings', 'shop', 'siparis', 'siparisservisleri', 'siralama', 'siralama_degistir', 'skulog', 'slack', 'sms', 'sms-text', 'sort_arrow_down', 'sort_arrow_up', 'sosyalhesaplar', 'statiksayfa', 'stok_listeleri', 'stoklistesi', 'stokservisleri', 'stream-key', 'streams', 'tavsiyesistemi', 'teslimat', 'toplukupon', 'transferemirleri', 'transferlokasyon', 'transfersenaryolari', 'triangle', 'unified', 'unified_stroke', 'unifiedsozlesme', 'urun_ozellikleri', 'urunler', 'urunlistesi', 'urunstokentegrasyon', 'urunstoksorgulama', 'warning', 'warning_arrow', 'warning_tri', 'warning_triangle', 'widgetsemayonetimi', 'widgetyonetimi', 'yes', 'zoom-in'];
|
|
4
|
+
exports.IconNameList = ['acilissayfalari', 'add_picture', 'add_video', 'alarm-create', 'alarm-trigger', 'arrow-product', 'arrow_down', 'arrow_up', 'arti', 'attach', 'attribute-mapping', 'ayarlar', 'bank', 'bars-code', 'bekleyenurunler', 'bilgilendirme_servis', 'bin', 'box', 'calendar', 'chevron_down', 'chevron_up', 'circle-down', 'circle-up', 'clock', 'clock1', 'close', 'copy', 'dagitimsenaryolari', 'dashboard', 'dashboard1', 'doc', 'download', 'drag_drop', 'durum_transfer', 'edit', 'eksi', 'entagrator', 'entegresyon', 'envelope', 'exclude', 'feed', 'female', 'file', 'filter', 'fiyat_listeleri', 'fiyatlistesi', 'fiyatservisleri', 'folder_minus', 'folder_plus', 'form', 'gateway', 'genderfree', 'gift', 'iade', 'image', 'import_export', 'indirimkodlari', 'info', 'info-outlined', 'iptaliadetalepleri', 'kampanyalar', 'kargo', 'kargolog', 'kargosirketleri', 'kargoyonetimentegrasyonu', 'kartayarlari', 'katalog', 'katalogkontrol', 'kataloglar', 'kategoriacilis', 'kategoriler', 'koleksiyonlar', 'krerikartitipleri', 'kullaniciyonetimi', 'kupon', 'linked', 'list', 'live', 'live-commerce', 'log', 'lokasyon', 'loop', 'loyaltyentegrasyon', 'loyatlyhesaplari', 'magazastok', 'mail', 'male', 'map', 'mapping', 'minus', 'modelsema', 'musteri', 'musteri_grup', 'musteriler', 'mutabakat', 'mutabakat-islemleri', 'no', 'notification', 'notification-ring', 'odeme', 'oms', 'onay', 'outdent', 'ozellik_seti', 'paketlemeemirleri', 'paketlokasyon', 'phone-call', 'plus', 'pos-terminal', 'preview', 'product_stroke', 'profile', 'recommendation', 'refresh', 'report', 'rules', 'samsonite', 'satiskanalllari', 'search', 'senaryolar', 'seo', 'settings', 'shop', 'siparis', 'siparisservisleri', 'siralama', 'siralama_degistir', 'skulog', 'slack', 'sms', 'sms-text', 'sort_arrow_down', 'sort_arrow_up', 'sosyalhesaplar', 'statiksayfa', 'stok_listeleri', 'stoklistesi', 'stokservisleri', 'stream-key', 'streams', 'tavsiyesistemi', 'teslimat', 'toplukupon', 'transferemirleri', 'transferlokasyon', 'transfersenaryolari', 'triangle', 'unified', 'unified_stroke', 'unifiedsozlesme', 'urun_ozellikleri', 'urunler', 'urunlistesi', 'urunstokentegrasyon', 'urunstoksorgulama', 'warning', 'warning_arrow', 'warning_tri', 'warning_triangle', 'widgetsemayonetimi', 'widgetyonetimi', 'yes', 'zoom-in'];
|
package/dist/cjs/icon.d.ts
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { IconProps } from './icomoon';
|
|
3
|
+
/**
|
|
4
|
+
* Icomoon Icon Component for React.
|
|
5
|
+
*
|
|
6
|
+
* This flexible component renders icons from a custom Icomoon icon set.
|
|
7
|
+
* It supports various customization options, such as size, style, and dynamic path rendering,
|
|
8
|
+
* and allows replacing the default `<svg>` and `<path>` elements with custom components.
|
|
9
|
+
*
|
|
10
|
+
* The component seamlessly integrates with any Icomoon-generated icon set and follows best practices
|
|
11
|
+
* for accessibility by supporting titles and ARIA attributes.
|
|
12
|
+
*
|
|
13
|
+
* This component also accepts all default <a href="https://react.dev/reference/react-dom/components/common#common-props"
|
|
14
|
+
* target="_blank" rel="noopener noreferrer">React HTML attributes</a>, along with additional SVG-specific attributes.
|
|
15
|
+
*/
|
|
3
16
|
export declare const Icon: (props: IconProps) => React.JSX.Element;
|
|
4
17
|
export * from './utils';
|
|
5
18
|
//# sourceMappingURL=icon.d.ts.map
|
package/dist/cjs/icon.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon.d.ts","sourceRoot":"","sources":["../../src/icon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAW,SAAS,EAAE,MAAM,WAAW,CAAC;AAG/C,eAAO,MAAM,IAAI,UAAW,SAAS,sBAEpC,CAAC;AAEF,cAAc,SAAS,CAAC"}
|
|
1
|
+
{"version":3,"file":"icon.d.ts","sourceRoot":"","sources":["../../src/icon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAW,SAAS,EAAE,MAAM,WAAW,CAAC;AAG/C;;;;;;;;;;;;GAYG;AAEH,eAAO,MAAM,IAAI,UAAW,SAAS,sBAEpC,CAAC;AAEF,cAAc,SAAS,CAAC"}
|
package/dist/cjs/icon.js
CHANGED
|
@@ -18,6 +18,19 @@ exports.Icon = void 0;
|
|
|
18
18
|
const React = require("react");
|
|
19
19
|
const icomoon_1 = require("./icomoon");
|
|
20
20
|
const selection_json_1 = require("./selection.json");
|
|
21
|
+
/**
|
|
22
|
+
* Icomoon Icon Component for React.
|
|
23
|
+
*
|
|
24
|
+
* This flexible component renders icons from a custom Icomoon icon set.
|
|
25
|
+
* It supports various customization options, such as size, style, and dynamic path rendering,
|
|
26
|
+
* and allows replacing the default `<svg>` and `<path>` elements with custom components.
|
|
27
|
+
*
|
|
28
|
+
* The component seamlessly integrates with any Icomoon-generated icon set and follows best practices
|
|
29
|
+
* for accessibility by supporting titles and ARIA attributes.
|
|
30
|
+
*
|
|
31
|
+
* This component also accepts all default <a href="https://react.dev/reference/react-dom/components/common#common-props"
|
|
32
|
+
* target="_blank" rel="noopener noreferrer">React HTML attributes</a>, along with additional SVG-specific attributes.
|
|
33
|
+
*/
|
|
21
34
|
const Icon = (props) => (React.createElement(icomoon_1.Icomoon, Object.assign({ iconSet: selection_json_1.default }, props)));
|
|
22
35
|
exports.Icon = Icon;
|
|
23
36
|
__exportStar(require("./utils"), exports);
|