@emblamedical/icons-react 0.6.0 → 0.6.2

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,34 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespaceDefault(e) {
8
+ var n = Object.create(null);
9
+ if (e) {
10
+ Object.keys(e).forEach(function (k) {
11
+ if (k !== 'default') {
12
+ var d = Object.getOwnPropertyDescriptor(e, k);
13
+ Object.defineProperty(n, k, d.get ? d : {
14
+ enumerable: true,
15
+ get: function () { return e[k]; }
16
+ });
17
+ }
18
+ });
19
+ }
20
+ n.default = e;
21
+ return Object.freeze(n);
22
+ }
23
+
24
+ var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
25
+
26
+ const PdfReader = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
27
+ React__namespace.createElement("defs", null,
28
+ React__namespace.createElement("clipPath", { id: "a" },
29
+ React__namespace.createElement("path", { d: "M0 0h24v24H0z" }))),
30
+ React__namespace.createElement("g", { clipPath: "url(#a)" },
31
+ React__namespace.createElement("path", { stroke: "currentColor", strokeWidth: 1.5, d: "M7.523 1.116c3.92-1.197 2.952 5.349 1.127 11.567-1.765 6.018-4.53 12.2-6.945 9.821-2.92-2.878 3.257-5.307 9.781-7.286 5.995-1.818 12.602-2.812 11.412.946-1.065 3.365-5.687-.332-10.396-4.755-4.597-4.316-8.674-9.164-4.98-10.293Z" })));
32
+ const ForwardRef = React.forwardRef(PdfReader);
33
+
34
+ exports.default = ForwardRef;
@@ -0,0 +1,30 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var React = require('react');
6
+
7
+ function _interopNamespaceDefault(e) {
8
+ var n = Object.create(null);
9
+ if (e) {
10
+ Object.keys(e).forEach(function (k) {
11
+ if (k !== 'default') {
12
+ var d = Object.getOwnPropertyDescriptor(e, k);
13
+ Object.defineProperty(n, k, d.get ? d : {
14
+ enumerable: true,
15
+ get: function () { return e[k]; }
16
+ });
17
+ }
18
+ });
19
+ }
20
+ n.default = e;
21
+ return Object.freeze(n);
22
+ }
23
+
24
+ var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
25
+
26
+ const Whatsapp = (props, ref) => React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 50 50", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
27
+ React__namespace.createElement("path", { fill: "currentColor", d: "M25 2C12.318 2 2 12.318 2 25c0 3.96 1.023 7.854 2.963 11.29L2.037 46.73c-.096.343-.003.711.245.966.191.197.451.304.718.304q.12 0 .24-.029l10.896-2.699C17.463 47.058 21.21 48 25 48c12.682 0 23-10.318 23-23S37.682 2 25 2m11.57 31.116c-.492 1.362-2.852 2.605-3.986 2.772-1.018.149-2.306.213-3.72-.231-.857-.27-1.957-.628-3.366-1.229-5.923-2.526-9.791-8.415-10.087-8.804S13 22.463 13 19.594s1.525-4.28 2.067-4.864 1.181-.73 1.575-.73.787.005 1.132.021c.363.018.85-.137 1.329 1.001.492 1.168 1.673 4.037 1.819 4.33.148.292.246.633.05 1.022s-.294.632-.59.973-.62.76-.886 1.022c-.296.291-.603.606-.259 1.19s1.529 2.493 3.285 4.039c2.255 1.986 4.158 2.602 4.748 2.894s.935.243 1.279-.146c.344-.39 1.476-1.703 1.869-2.286s.787-.487 1.329-.292c.542.194 3.445 1.604 4.035 1.896s.984.438 1.132.681c.148.242.148 1.41-.344 2.771" }));
28
+ const ForwardRef = React.forwardRef(Whatsapp);
29
+
30
+ exports.default = ForwardRef;
package/dist/cjs/index.js CHANGED
@@ -96,6 +96,7 @@ var NavigationOutlined = require('./icons/NavigationOutlined.js');
96
96
  var Package = require('./icons/Package.js');
97
97
  var Paperclip = require('./icons/Paperclip.js');
98
98
  var Pause = require('./icons/Pause.js');
99
+ var PdfReader = require('./icons/PdfReader.js');
99
100
  var Pencil = require('./icons/Pencil.js');
100
101
  var PhoneFilled = require('./icons/PhoneFilled.js');
101
102
  var PhoneOutlined = require('./icons/PhoneOutlined.js');
@@ -138,6 +139,7 @@ var UsersFilled = require('./icons/UsersFilled.js');
138
139
  var UsersOutlined = require('./icons/UsersOutlined.js');
139
140
  var Video = require('./icons/Video.js');
140
141
  var Wechat = require('./icons/Wechat.js');
142
+ var Whatsapp = require('./icons/Whatsapp.js');
141
143
  var World = require('./icons/World.js');
142
144
  var X = require('./icons/X.js');
143
145
  var XTwitter = require('./icons/XTwitter.js');
@@ -260,6 +262,7 @@ exports.NavigationOutlined = NavigationOutlined.default;
260
262
  exports.Package = Package.default;
261
263
  exports.Paperclip = Paperclip.default;
262
264
  exports.Pause = Pause.default;
265
+ exports.PdfReader = PdfReader.default;
263
266
  exports.Pencil = Pencil.default;
264
267
  exports.PhoneFilled = PhoneFilled.default;
265
268
  exports.PhoneOutlined = PhoneOutlined.default;
@@ -302,6 +305,7 @@ exports.UsersFilled = UsersFilled.default;
302
305
  exports.UsersOutlined = UsersOutlined.default;
303
306
  exports.Video = Video.default;
304
307
  exports.Wechat = Wechat.default;
308
+ exports.Whatsapp = Whatsapp.default;
305
309
  exports.World = World.default;
306
310
  exports.X = X.default;
307
311
  exports.XTwitter = XTwitter.default;
@@ -0,0 +1,12 @@
1
+ import * as React from 'react';
2
+ import { forwardRef } from 'react';
3
+
4
+ const PdfReader = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
5
+ React.createElement("defs", null,
6
+ React.createElement("clipPath", { id: "a" },
7
+ React.createElement("path", { d: "M0 0h24v24H0z" }))),
8
+ React.createElement("g", { clipPath: "url(#a)" },
9
+ React.createElement("path", { stroke: "currentColor", strokeWidth: 1.5, d: "M7.523 1.116c3.92-1.197 2.952 5.349 1.127 11.567-1.765 6.018-4.53 12.2-6.945 9.821-2.92-2.878 3.257-5.307 9.781-7.286 5.995-1.818 12.602-2.812 11.412.946-1.065 3.365-5.687-.332-10.396-4.755-4.597-4.316-8.674-9.164-4.98-10.293Z" })));
10
+ const ForwardRef = forwardRef(PdfReader);
11
+
12
+ export { ForwardRef as default };
@@ -0,0 +1,8 @@
1
+ import * as React from 'react';
2
+ import { forwardRef } from 'react';
3
+
4
+ const Whatsapp = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 50 50", width: "1em", height: "1em", fill: "currentColor", "aria-hidden": "true", ref: ref, ...props },
5
+ React.createElement("path", { fill: "currentColor", d: "M25 2C12.318 2 2 12.318 2 25c0 3.96 1.023 7.854 2.963 11.29L2.037 46.73c-.096.343-.003.711.245.966.191.197.451.304.718.304q.12 0 .24-.029l10.896-2.699C17.463 47.058 21.21 48 25 48c12.682 0 23-10.318 23-23S37.682 2 25 2m11.57 31.116c-.492 1.362-2.852 2.605-3.986 2.772-1.018.149-2.306.213-3.72-.231-.857-.27-1.957-.628-3.366-1.229-5.923-2.526-9.791-8.415-10.087-8.804S13 22.463 13 19.594s1.525-4.28 2.067-4.864 1.181-.73 1.575-.73.787.005 1.132.021c.363.018.85-.137 1.329 1.001.492 1.168 1.673 4.037 1.819 4.33.148.292.246.633.05 1.022s-.294.632-.59.973-.62.76-.886 1.022c-.296.291-.603.606-.259 1.19s1.529 2.493 3.285 4.039c2.255 1.986 4.158 2.602 4.748 2.894s.935.243 1.279-.146c.344-.39 1.476-1.703 1.869-2.286s.787-.487 1.329-.292c.542.194 3.445 1.604 4.035 1.896s.984.438 1.132.681c.148.242.148 1.41-.344 2.771" }));
6
+ const ForwardRef = forwardRef(Whatsapp);
7
+
8
+ export { ForwardRef as default };
package/dist/esm/index.js CHANGED
@@ -94,6 +94,7 @@ export { default as NavigationOutlined } from './icons/NavigationOutlined.js';
94
94
  export { default as Package } from './icons/Package.js';
95
95
  export { default as Paperclip } from './icons/Paperclip.js';
96
96
  export { default as Pause } from './icons/Pause.js';
97
+ export { default as PdfReader } from './icons/PdfReader.js';
97
98
  export { default as Pencil } from './icons/Pencil.js';
98
99
  export { default as PhoneFilled } from './icons/PhoneFilled.js';
99
100
  export { default as PhoneOutlined } from './icons/PhoneOutlined.js';
@@ -136,6 +137,7 @@ export { default as UsersFilled } from './icons/UsersFilled.js';
136
137
  export { default as UsersOutlined } from './icons/UsersOutlined.js';
137
138
  export { default as Video } from './icons/Video.js';
138
139
  export { default as Wechat } from './icons/Wechat.js';
140
+ export { default as Whatsapp } from './icons/Whatsapp.js';
139
141
  export { default as World } from './icons/World.js';
140
142
  export { default as X } from './icons/X.js';
141
143
  export { default as XTwitter } from './icons/XTwitter.js';
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from "react";
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -95,6 +95,7 @@ import NavigationOutlined from './icons/NavigationOutlined';
95
95
  import Package from './icons/Package';
96
96
  import Paperclip from './icons/Paperclip';
97
97
  import Pause from './icons/Pause';
98
+ import PdfReader from './icons/PdfReader';
98
99
  import Pencil from './icons/Pencil';
99
100
  import PhoneFilled from './icons/PhoneFilled';
100
101
  import PhoneOutlined from './icons/PhoneOutlined';
@@ -137,6 +138,7 @@ import UsersFilled from './icons/UsersFilled';
137
138
  import UsersOutlined from './icons/UsersOutlined';
138
139
  import Video from './icons/Video';
139
140
  import Wechat from './icons/Wechat';
141
+ import Whatsapp from './icons/Whatsapp';
140
142
  import World from './icons/World';
141
143
  import X from './icons/X';
142
144
  import XTwitter from './icons/XTwitter';
@@ -160,7 +162,7 @@ import MultipleCircle from './iconographics/MultipleCircle';
160
162
  import ShieldLock from './iconographics/ShieldLock';
161
163
  import SingleManActionsInformation from './iconographics/SingleManActionsInformation';
162
164
  import SingleNeutralActionsChat from './iconographics/SingleNeutralActionsChat';
163
- export { Icon360View, AdjustmentsHorizontalFilled, AdjustmentsHorizontalOutlined, AdjustmentsFilled, AdjustmentsOutlined, AlertCircleFilled, AlertCircleOutlined, AlertTriangleFilled, AlertTriangleOutlined, ArrowForward, ArrowLeft, ArrowRight, ArrowUpRight, ArrowsExpand, ArrowsUpDown, BellFilled, BellOutlined, Bluetooth, BluetoothOff, BoltOff, BoltFilled, BoltOutlined, BookFilled, BookOutlined, Bookmark, Calendar, CameraFilled, CameraOutlined, Certification, Check, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, CircleCheckFilled, CircleCheckOutlined, CircleXFilled, CircleXOutlined, CircleFilled, CircleOutlined, ClockFilled, ClockOutlined, Copy, CopyrightFilled, CopyrightOutlined, CreditCardPay, CurrencyDollar, CurrentLocationFilled, CurrentLocationOutlined, DiscountCheckFilled, DiscountCheckOutlined, Dots, Download, EmailFilled, EmailOutlined, ExternalLink, EyeOff, EyeFilled, EyeOutlined, Facebook, FileLambda, FileMove, FileText, FileTypeDoc, FileTypePdf, FilterFilled, FilterOutlined, Folders, HeartFilled, HeartOutlined, History, HomeFilled, HomeOutlined, InfoCircleFilled, InfoCircleOutlined, Instagram, Link, Linkedin, List, Loader, Map, MapPinOff, MapPinFilled, MapPinOutlined, Maximize, Menu2, MessageCircle2Filled, MessageCircle2Outlined, MessengerFilled, MessengerOutlined, Minus, NavigationFilled, NavigationOutlined, Package, Paperclip, Pause, Pencil, PhoneFilled, PhoneOutlined, Photo, PhotoFilled, PhotoOutlined, PlayerPlayFilled, PlayerPlayOutlined, Plus, PointFilled, PointOutlined, Refresh, Registered, Repeat, Reset, Results, Scan, Search, SettingsFilled, SettingsOutlined, Share, ShoppingBag, ShoppingCart, StarFilled, StarOutlined, TiktokFilled, TiktokOutlined, Tool, TrashOff, TrashFilled, TrashOutlined, TrendingDown, TrendingUp, Upload, UserEdit, UserPlus, UserFilled, UserOutlined, UsersFilled, UsersOutlined, Video, Wechat, World, X, XTwitter, Youtube, CalendarIconographic, CaloriesFoodPyramid, CashPaymentBill, DiagramSteadyDown, DonationCharityCarePerson, Expand, HospitalShield, InsuranceDocument, Lock, LockerRoomHangerMan, MedicalFile, MedicalProfilePatient, MedicalResourcesFolder, MedicalSpecialtyRehabilitation, MultipleActionsStar, MultipleCircle, ShieldLock, SingleManActionsInformation, SingleNeutralActionsChat };
165
+ export { Icon360View, AdjustmentsHorizontalFilled, AdjustmentsHorizontalOutlined, AdjustmentsFilled, AdjustmentsOutlined, AlertCircleFilled, AlertCircleOutlined, AlertTriangleFilled, AlertTriangleOutlined, ArrowForward, ArrowLeft, ArrowRight, ArrowUpRight, ArrowsExpand, ArrowsUpDown, BellFilled, BellOutlined, Bluetooth, BluetoothOff, BoltOff, BoltFilled, BoltOutlined, BookFilled, BookOutlined, Bookmark, Calendar, CameraFilled, CameraOutlined, Certification, Check, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, CircleCheckFilled, CircleCheckOutlined, CircleXFilled, CircleXOutlined, CircleFilled, CircleOutlined, ClockFilled, ClockOutlined, Copy, CopyrightFilled, CopyrightOutlined, CreditCardPay, CurrencyDollar, CurrentLocationFilled, CurrentLocationOutlined, DiscountCheckFilled, DiscountCheckOutlined, Dots, Download, EmailFilled, EmailOutlined, ExternalLink, EyeOff, EyeFilled, EyeOutlined, Facebook, FileLambda, FileMove, FileText, FileTypeDoc, FileTypePdf, FilterFilled, FilterOutlined, Folders, HeartFilled, HeartOutlined, History, HomeFilled, HomeOutlined, InfoCircleFilled, InfoCircleOutlined, Instagram, Link, Linkedin, List, Loader, Map, MapPinOff, MapPinFilled, MapPinOutlined, Maximize, Menu2, MessageCircle2Filled, MessageCircle2Outlined, MessengerFilled, MessengerOutlined, Minus, NavigationFilled, NavigationOutlined, Package, Paperclip, Pause, PdfReader, Pencil, PhoneFilled, PhoneOutlined, Photo, PhotoFilled, PhotoOutlined, PlayerPlayFilled, PlayerPlayOutlined, Plus, PointFilled, PointOutlined, Refresh, Registered, Repeat, Reset, Results, Scan, Search, SettingsFilled, SettingsOutlined, Share, ShoppingBag, ShoppingCart, StarFilled, StarOutlined, TiktokFilled, TiktokOutlined, Tool, TrashOff, TrashFilled, TrashOutlined, TrendingDown, TrendingUp, Upload, UserEdit, UserPlus, UserFilled, UserOutlined, UsersFilled, UsersOutlined, Video, Wechat, Whatsapp, World, X, XTwitter, Youtube, CalendarIconographic, CaloriesFoodPyramid, CashPaymentBill, DiagramSteadyDown, DonationCharityCarePerson, Expand, HospitalShield, InsuranceDocument, Lock, LockerRoomHangerMan, MedicalFile, MedicalProfilePatient, MedicalResourcesFolder, MedicalSpecialtyRehabilitation, MultipleActionsStar, MultipleCircle, ShieldLock, SingleManActionsInformation, SingleNeutralActionsChat };
164
166
  export type SvgComponent = React.ForwardRefExoticComponent<React.SVGProps<SVGSVGElement> & React.RefAttributes<SVGSVGElement>>;
165
- export type IconName = '360-view' | 'adjustments-horizontal_filled' | 'adjustments-horizontal_outlined' | 'adjustments_filled' | 'adjustments_outlined' | 'alert-circle_filled' | 'alert-circle_outlined' | 'alert-triangle_filled' | 'alert-triangle_outlined' | 'arrow-forward' | 'arrow-left' | 'arrow-right' | 'arrow-up-right' | 'arrows-expand' | 'arrows-up-down' | 'bell_filled' | 'bell_outlined' | 'bluetooth' | 'bluetooth-off' | 'bolt-off' | 'bolt_filled' | 'bolt_outlined' | 'book_filled' | 'book_outlined' | 'bookmark' | 'calendar' | 'camera_filled' | 'camera_outlined' | 'certification' | 'check' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'circle-check_filled' | 'circle-check_outlined' | 'circle-x_filled' | 'circle-x_outlined' | 'circle_filled' | 'circle_outlined' | 'clock_filled' | 'clock_outlined' | 'copy' | 'copyright_filled' | 'copyright_outlined' | 'credit-card-pay' | 'currency-dollar' | 'current-location_filled' | 'current-location_outlined' | 'discount-check_filled' | 'discount-check_outlined' | 'dots' | 'download' | 'email_filled' | 'email_outlined' | 'external-link' | 'eye-off' | 'eye_filled' | 'eye_outlined' | 'facebook' | 'file-lambda' | 'file-move' | 'file-text' | 'file-type-doc' | 'file-type-pdf' | 'filter_filled' | 'filter_outlined' | 'folders' | 'heart_filled' | 'heart_outlined' | 'history' | 'home_filled' | 'home_outlined' | 'info-circle_filled' | 'info-circle_outlined' | 'instagram' | 'link' | 'linkedin' | 'list' | 'loader' | 'map' | 'map-pin-off' | 'map-pin_filled' | 'map-pin_outlined' | 'maximize' | 'menu-2' | 'message-circle-2_filled' | 'message-circle-2_outlined' | 'messenger_filled' | 'messenger_outlined' | 'minus' | 'navigation_filled' | 'navigation_outlined' | 'package' | 'paperclip' | 'pause' | 'pencil' | 'phone_filled' | 'phone_outlined' | 'photo' | 'photo_filled' | 'photo_outlined' | 'player-play_filled' | 'player-play_outlined' | 'plus' | 'point_filled' | 'point_outlined' | 'refresh' | 'registered' | 'repeat' | 'reset' | 'results' | 'scan' | 'search' | 'settings_filled' | 'settings_outlined' | 'share' | 'shopping-bag' | 'shopping-cart' | 'star_filled' | 'star_outlined' | 'tiktok_filled' | 'tiktok_outlined' | 'tool' | 'trash-off' | 'trash_filled' | 'trash_outlined' | 'trending-down' | 'trending-up' | 'upload' | 'user-edit' | 'user-plus' | 'user_filled' | 'user_outlined' | 'users_filled' | 'users_outlined' | 'video' | 'wechat' | 'world' | 'x' | 'x-twitter' | 'youtube';
167
+ export type IconName = '360-view' | 'adjustments-horizontal_filled' | 'adjustments-horizontal_outlined' | 'adjustments_filled' | 'adjustments_outlined' | 'alert-circle_filled' | 'alert-circle_outlined' | 'alert-triangle_filled' | 'alert-triangle_outlined' | 'arrow-forward' | 'arrow-left' | 'arrow-right' | 'arrow-up-right' | 'arrows-expand' | 'arrows-up-down' | 'bell_filled' | 'bell_outlined' | 'bluetooth' | 'bluetooth-off' | 'bolt-off' | 'bolt_filled' | 'bolt_outlined' | 'book_filled' | 'book_outlined' | 'bookmark' | 'calendar' | 'camera_filled' | 'camera_outlined' | 'certification' | 'check' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'circle-check_filled' | 'circle-check_outlined' | 'circle-x_filled' | 'circle-x_outlined' | 'circle_filled' | 'circle_outlined' | 'clock_filled' | 'clock_outlined' | 'copy' | 'copyright_filled' | 'copyright_outlined' | 'credit-card-pay' | 'currency-dollar' | 'current-location_filled' | 'current-location_outlined' | 'discount-check_filled' | 'discount-check_outlined' | 'dots' | 'download' | 'email_filled' | 'email_outlined' | 'external-link' | 'eye-off' | 'eye_filled' | 'eye_outlined' | 'facebook' | 'file-lambda' | 'file-move' | 'file-text' | 'file-type-doc' | 'file-type-pdf' | 'filter_filled' | 'filter_outlined' | 'folders' | 'heart_filled' | 'heart_outlined' | 'history' | 'home_filled' | 'home_outlined' | 'info-circle_filled' | 'info-circle_outlined' | 'instagram' | 'link' | 'linkedin' | 'list' | 'loader' | 'map' | 'map-pin-off' | 'map-pin_filled' | 'map-pin_outlined' | 'maximize' | 'menu-2' | 'message-circle-2_filled' | 'message-circle-2_outlined' | 'messenger_filled' | 'messenger_outlined' | 'minus' | 'navigation_filled' | 'navigation_outlined' | 'package' | 'paperclip' | 'pause' | 'pdf-reader' | 'pencil' | 'phone_filled' | 'phone_outlined' | 'photo' | 'photo_filled' | 'photo_outlined' | 'player-play_filled' | 'player-play_outlined' | 'plus' | 'point_filled' | 'point_outlined' | 'refresh' | 'registered' | 'repeat' | 'reset' | 'results' | 'scan' | 'search' | 'settings_filled' | 'settings_outlined' | 'share' | 'shopping-bag' | 'shopping-cart' | 'star_filled' | 'star_outlined' | 'tiktok_filled' | 'tiktok_outlined' | 'tool' | 'trash-off' | 'trash_filled' | 'trash_outlined' | 'trending-down' | 'trending-up' | 'upload' | 'user-edit' | 'user-plus' | 'user_filled' | 'user_outlined' | 'users_filled' | 'users_outlined' | 'video' | 'wechat' | 'whatsapp' | 'world' | 'x' | 'x-twitter' | 'youtube';
166
168
  export type IconographicName = 'calendar' | 'calories-food-pyramid' | 'cash-payment-bill' | 'diagram-steady-down' | 'donation-charity-care-person' | 'expand' | 'hospital-shield' | 'insurance-document' | 'lock' | 'locker-room-hanger-man' | 'medical-file' | 'medical-profile-patient' | 'medical-resources-folder' | 'medical-specialty-rehabilitation' | 'multiple-actions-star' | 'multiple-circle' | 'shield-lock' | 'single-man-actions-information' | 'single-neutral-actions-chat';
package/package.json CHANGED
@@ -1,9 +1,13 @@
1
1
  {
2
2
  "name": "@emblamedical/icons-react",
3
- "version": "0.6.0",
3
+ "version": "0.6.2",
4
4
  "sideEffects": false,
5
5
  "description": "React components for icons",
6
- "keywords": ["icons", "react", "svg"],
6
+ "keywords": [
7
+ "icons",
8
+ "react",
9
+ "svg"
10
+ ],
7
11
  "author": "karljohann <karjohannsson@emblamedical.com>",
8
12
  "license": "MIT",
9
13
  "main": "dist/cjs/index.js",
@@ -21,8 +25,12 @@
21
25
  "import": "./dist/esm/*.js"
22
26
  }
23
27
  },
24
- "files": ["dist"],
25
- "publishConfig": { "access": "public" },
28
+ "files": [
29
+ "dist"
30
+ ],
31
+ "publishConfig": {
32
+ "access": "public"
33
+ },
26
34
  "repository": {
27
35
  "type": "git",
28
36
  "url": "git+https://github.com/ossurdigital/ossur-packages.git"