@sproutsocial/racine 19.0.0 → 20.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/CHANGELOG.md +29 -0
- package/__flow__/EnumLogoNames.flow.js +1 -1
- package/__flow__/Icon/Icon.flow.js +5 -5
- package/__flow__/Icon/index.flow.js +2 -0
- package/__flow__/LogoViewBoxes.js +2 -4
- package/__flow__/index.flow.js +2 -3
- package/bin/racine-codemod.js +3 -5
- package/codemods/__tests__/icon-library.test.js +17 -2
- package/codemods/artifacts/deprecated-icon-map.json +38 -0
- package/codemods/artifacts/icon-map.json +343 -0
- package/codemods/codemod-docs.js +9 -3
- package/codemods/icon-library.js +17 -12
- package/codemods/icon-name-substitution.js +4 -5
- package/commonjs/Badge/Badge.js +1 -1
- package/commonjs/Banner/Banner.js +8 -8
- package/commonjs/Breadcrumb/Breadcrumb.js +1 -1
- package/commonjs/Card/subComponents.js +8 -2
- package/commonjs/Checkbox/Checkbox.js +1 -1
- package/commonjs/DatePicker/common.js +2 -2
- package/commonjs/Drawer/Drawer.js +1 -1
- package/commonjs/Icon/Icon.flow.js +0 -2
- package/commonjs/Icon/Icon.js +24 -13
- package/commonjs/Icon/index.flow.js +15 -2
- package/commonjs/Indicator/Indicator.js +1 -1
- package/commonjs/Input/Input.js +2 -2
- package/commonjs/Listbox/Listbox.js +1 -1
- package/commonjs/LogoViewBoxes.js +2 -4
- package/commonjs/Menu/Menu.js +2 -2
- package/commonjs/Modal/Modal.js +1 -1
- package/commonjs/Select/Select.js +2 -2
- package/commonjs/Select/styles.js +3 -4
- package/commonjs/Switch/Switch.js +1 -1
- package/commonjs/TableHeaderCell/TableHeaderCell.js +3 -3
- package/commonjs/TableRowAccordion/TableRowAccordion.js +1 -1
- package/commonjs/Toast/Toast.js +5 -5
- package/commonjs/ToggleHint/ToggleHint.js +2 -2
- package/commonjs/Token/Token.js +2 -2
- package/commonjs/index.flow.js +12 -8
- package/commonjs/index.js +0 -8
- package/commonjs/logoNames.js +1 -1
- package/commonjs/utils/mixins.js +1 -1
- package/dist/logo.svg +1 -1
- package/dist/logoList.js +1 -1
- package/dist/types/Badge/BadgeTypes.d.ts +1 -1
- package/dist/types/Badge/BadgeTypes.d.ts.map +1 -1
- package/dist/types/Card/Card.d.ts.map +1 -1
- package/dist/types/Card/subComponents.d.ts.map +1 -1
- package/dist/types/Card/utils.d.ts +1 -0
- package/dist/types/Card/utils.d.ts.map +1 -1
- package/dist/types/DatePicker/common.d.ts +4 -2
- package/dist/types/DatePicker/common.d.ts.map +1 -1
- package/dist/types/EnumLogoNames.d.ts +1 -1
- package/dist/types/EnumLogoNames.d.ts.map +1 -1
- package/dist/types/Icon/Icon.d.ts +2 -2
- package/dist/types/Icon/Icon.d.ts.map +1 -1
- package/dist/types/Icon/IconTypes.d.ts +5 -7
- package/dist/types/Icon/IconTypes.d.ts.map +1 -1
- package/dist/types/Menu/utils/hooks.d.ts +1 -0
- package/dist/types/Menu/utils/hooks.d.ts.map +1 -1
- package/dist/types/Message/styles.d.ts +1 -0
- package/dist/types/Message/styles.d.ts.map +1 -1
- package/dist/types/PartnerLogo/PartnerLogoTypes.d.ts +1 -1
- package/dist/types/PartnerLogo/PartnerLogoTypes.d.ts.map +1 -1
- package/dist/types/Select/styles.d.ts.map +1 -1
- package/dist/types/StatefulStory.d.ts +1 -0
- package/dist/types/StatefulStory.d.ts.map +1 -1
- package/dist/types/TableRowAccordion/TableRowAccordion.d.ts.map +1 -1
- package/dist/types/ToggleHint/ToggleHint.d.ts.map +1 -1
- package/dist/types/Token/Token.d.ts.map +1 -1
- package/dist/types/TokenInput/TokenInputTypes.d.ts +1 -1
- package/dist/types/TokenInput/TokenInputTypes.d.ts.map +1 -1
- package/dist/types/index.d.ts +1 -2
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/logoNames.d.ts +1 -1
- package/dist/types/logoNames.d.ts.map +1 -1
- package/lib/Badge/Badge.js +1 -1
- package/lib/Banner/Banner.js +8 -8
- package/lib/Breadcrumb/Breadcrumb.js +1 -1
- package/lib/Card/subComponents.js +8 -2
- package/lib/Checkbox/Checkbox.js +1 -1
- package/lib/DatePicker/common.js +2 -2
- package/lib/Drawer/Drawer.js +1 -1
- package/lib/Icon/Icon.flow.js +1 -2
- package/lib/Icon/Icon.js +24 -15
- package/lib/Icon/index.flow.js +2 -0
- package/lib/Indicator/Indicator.js +1 -1
- package/lib/Input/Input.js +2 -2
- package/lib/Listbox/Listbox.js +1 -1
- package/lib/LogoViewBoxes.js +2 -4
- package/lib/Menu/Menu.js +2 -2
- package/lib/Modal/Modal.js +1 -1
- package/lib/Select/Select.js +2 -2
- package/lib/Select/styles.js +3 -4
- package/lib/Switch/Switch.js +1 -1
- package/lib/TableHeaderCell/TableHeaderCell.js +3 -3
- package/lib/TableRowAccordion/TableRowAccordion.js +1 -1
- package/lib/Toast/Toast.js +5 -5
- package/lib/ToggleHint/ToggleHint.js +2 -2
- package/lib/Token/Token.js +2 -2
- package/lib/index.flow.js +1 -1
- package/lib/index.js +0 -1
- package/lib/logoNames.js +1 -1
- package/lib/utils/mixins.js +1 -1
- package/package.json +20 -18
- package/__flow__/EnumIconNames.flow.js +0 -2
- package/__flow__/Icon/deprecatedIcons.flow.js +0 -40
- package/__flow__/IconViewBoxes.js +0 -387
- package/commonjs/EnumIconNames.js +0 -5
- package/commonjs/Icon/deprecatedIcons.flow.js +0 -46
- package/commonjs/Icon/deprecatedIcons.js +0 -46
- package/commonjs/IconViewBoxes.d.js +0 -5
- package/commonjs/IconViewBoxes.js +0 -389
- package/commonjs/iconNames.js +0 -8
- package/dist/icon.svg +0 -1
- package/dist/iconList.js +0 -1
- package/dist/types/EnumIconNames.d.ts +0 -2
- package/dist/types/EnumIconNames.d.ts.map +0 -1
- package/dist/types/Icon/deprecatedIcons.d.ts +0 -40
- package/dist/types/Icon/deprecatedIcons.d.ts.map +0 -1
- package/dist/types/iconNames.d.ts +0 -3
- package/dist/types/iconNames.d.ts.map +0 -1
- package/icons/active-listener.svg +0 -3
- package/icons/add-item.svg +0 -3
- package/icons/add-keyword.svg +0 -3
- package/icons/add-team-member.svg +0 -3
- package/icons/add-variable.svg +0 -3
- package/icons/address-card-outline.svg +0 -3
- package/icons/address-card-solid.svg +0 -3
- package/icons/adobe-experience-manager.svg +0 -3
- package/icons/ads.svg +0 -3
- package/icons/advocacy-outline.svg +0 -5
- package/icons/advocacy.svg +0 -3
- package/icons/android.svg +0 -3
- package/icons/apple.svg +0 -3
- package/icons/approval-indicator-outline.svg +0 -3
- package/icons/approval-indicator.svg +0 -3
- package/icons/archive.svg +0 -3
- package/icons/arrow-down-line.svg +0 -3
- package/icons/arrow-down.svg +0 -3
- package/icons/arrow-left-line.svg +0 -3
- package/icons/arrow-left.svg +0 -3
- package/icons/arrow-right-line.svg +0 -3
- package/icons/arrow-right.svg +0 -3
- package/icons/arrow-up-line.svg +0 -3
- package/icons/arrow-up.svg +0 -3
- package/icons/arrows.svg +0 -3
- package/icons/asset-library-outline.svg +0 -3
- package/icons/asset-library.svg +0 -3
- package/icons/assign.svg +0 -3
- package/icons/atom.svg +0 -3
- package/icons/audio.svg +0 -3
- package/icons/back-to-top.svg +0 -3
- package/icons/bambu-icon-outline.svg +0 -3
- package/icons/bambu-icon.svg +0 -3
- package/icons/barcode.svg +0 -3
- package/icons/basketball.svg +0 -3
- package/icons/bell-outline.svg +0 -3
- package/icons/bigcommerce.svg +0 -3
- package/icons/bitly.svg +0 -3
- package/icons/bold.svg +0 -3
- package/icons/book.svg +0 -3
- package/icons/bookmark.svg +0 -3
- package/icons/bot.svg +0 -3
- package/icons/browser.svg +0 -3
- package/icons/business.svg +0 -3
- package/icons/calendar-outline.svg +0 -3
- package/icons/calendar.svg +0 -3
- package/icons/camera-outline.svg +0 -3
- package/icons/camera-story.svg +0 -3
- package/icons/camera.svg +0 -3
- package/icons/campaign.svg +0 -3
- package/icons/canva.svg +0 -3
- package/icons/carousel.svg +0 -3
- package/icons/cart-plus-outline.svg +0 -3
- package/icons/cart-plus.svg +0 -3
- package/icons/check.svg +0 -3
- package/icons/chevron-down-filled.svg +0 -3
- package/icons/chevron-down.svg +0 -3
- package/icons/chevron-left.svg +0 -3
- package/icons/chevron-right.svg +0 -3
- package/icons/chevron-up-down-filled.svg +0 -3
- package/icons/chevron-up-filled.svg +0 -3
- package/icons/chevron-up.svg +0 -3
- package/icons/circle+.svg +0 -3
- package/icons/circle-check-outline.svg +0 -3
- package/icons/circle-check.svg +0 -3
- package/icons/circle.svg +0 -3
- package/icons/circles.svg +0 -3
- package/icons/circlex.svg +0 -3
- package/icons/click-to-view.svg +0 -3
- package/icons/clicks.svg +0 -3
- package/icons/clipboard-outline.svg +0 -3
- package/icons/clipboard.svg +0 -3
- package/icons/clock.svg +0 -3
- package/icons/closed-captioning.svg +0 -3
- package/icons/cloud.svg +0 -3
- package/icons/code.svg +0 -3
- package/icons/columns.svg +0 -3
- package/icons/comment-ai-outline.svg +0 -5
- package/icons/comment-ai.svg +0 -4
- package/icons/comment-alt-outline.svg +0 -3
- package/icons/comment-alt.svg +0 -3
- package/icons/comment-lines-alt-outline.svg +0 -3
- package/icons/comment.svg +0 -3
- package/icons/compact-density.svg +0 -3
- package/icons/compact-indicator.svg +0 -3
- package/icons/comparison.svg +0 -3
- package/icons/competitor.svg +0 -3
- package/icons/compose.svg +0 -3
- package/icons/content-suggestions.svg +0 -3
- package/icons/credit-card.svg +0 -3
- package/icons/crop.svg +0 -3
- package/icons/crown.svg +0 -3
- package/icons/dashboard.svg +0 -3
- package/icons/deconstructed-negative-sentiment.svg +0 -3
- package/icons/deconstructed-neutral-sentiment.svg +0 -3
- package/icons/deconstructed-positive-sentiment.svg +0 -3
- package/icons/discovery.svg +0 -3
- package/icons/dislike-outline.svg +0 -3
- package/icons/dislike.svg +0 -3
- package/icons/dm-link-outline.svg +0 -3
- package/icons/dm-link.svg +0 -3
- package/icons/dotdotdot.svg +0 -3
- package/icons/download.svg +0 -3
- package/icons/drafts-outline.svg +0 -3
- package/icons/drafts.svg +0 -3
- package/icons/dropbox.svg +0 -3
- package/icons/duplicate-outline.svg +0 -3
- package/icons/duplicate.svg +0 -3
- package/icons/emoji-outline.svg +0 -3
- package/icons/emoji.svg +0 -3
- package/icons/empty-image.svg +0 -3
- package/icons/engagement-per-post.svg +0 -3
- package/icons/engagements.svg +0 -3
- package/icons/error.svg +0 -3
- package/icons/exchange-alt.svg +0 -3
- package/icons/expanded-indicator.svg +0 -3
- package/icons/export.svg +0 -3
- package/icons/extended-circles.svg +0 -3
- package/icons/external-link-alt.svg +0 -3
- package/icons/external-link.svg +0 -3
- package/icons/extreme-negative-sentiment.svg +0 -12
- package/icons/eye-outline.svg +0 -3
- package/icons/eye-slash-outline.svg +0 -3
- package/icons/eye-slash.svg +0 -3
- package/icons/eye.svg +0 -3
- package/icons/facebook-audience-network.svg +0 -3
- package/icons/facebook-branded-content-outline.svg +0 -3
- package/icons/facebook-branded-content.svg +0 -3
- package/icons/facebook-groups.svg +0 -3
- package/icons/facebook.svg +0 -3
- package/icons/fb-reactions-angry.svg +0 -19
- package/icons/fb-reactions-haha.svg +0 -13
- package/icons/fb-reactions-like.svg +0 -11
- package/icons/fb-reactions-love.svg +0 -11
- package/icons/fb-reactions-sad.svg +0 -12
- package/icons/fb-reactions-wow.svg +0 -11
- package/icons/feedly.svg +0 -3
- package/icons/feeds.svg +0 -3
- package/icons/female.svg +0 -3
- package/icons/file-chart-line.svg +0 -3
- package/icons/file-edit.svg +0 -3
- package/icons/file-times-solid.svg +0 -3
- package/icons/filter.svg +0 -3
- package/icons/flag-outline.svg +0 -3
- package/icons/flag.svg +0 -3
- package/icons/flat-negative-sentiment-outline.svg +0 -4
- package/icons/flat-negative-sentiment.svg +0 -3
- package/icons/flat-neutral-sentiment-outline.svg +0 -4
- package/icons/flat-neutral-sentiment.svg +0 -3
- package/icons/flat-positive-sentiment-outline.svg +0 -4
- package/icons/flat-positive-sentiment.svg +0 -3
- package/icons/folder-open.svg +0 -3
- package/icons/folder.svg +0 -3
- package/icons/follow-outline.svg +0 -3
- package/icons/follow.svg +0 -3
- package/icons/follower-increase.svg +0 -3
- package/icons/following.svg +0 -3
- package/icons/font.svg +0 -3
- package/icons/full-access.svg +0 -3
- package/icons/gear.svg +0 -3
- package/icons/gears.svg +0 -10
- package/icons/github.svg +0 -3
- package/icons/glassdoor.svg +0 -3
- package/icons/glasses.svg +0 -3
- package/icons/globe.svg +0 -3
- package/icons/google-analytics-color.svg +0 -11
- package/icons/google-business-messages.svg +0 -3
- package/icons/google-drive.svg +0 -3
- package/icons/google-my-business.svg +0 -20
- package/icons/grip.svg +0 -3
- package/icons/h1.svg +0 -3
- package/icons/h2.svg +0 -3
- package/icons/h3.svg +0 -3
- package/icons/h4.svg +0 -3
- package/icons/hamburger.svg +0 -3
- package/icons/hand-sparkle-outline.svg +0 -6
- package/icons/hand-sparkle.svg +0 -3
- package/icons/hashtag.svg +0 -3
- package/icons/headset.svg +0 -3
- package/icons/heart-outline.svg +0 -3
- package/icons/heart.svg +0 -3
- package/icons/heartbeat.svg +0 -3
- package/icons/help-alt.svg +0 -3
- package/icons/help.svg +0 -3
- package/icons/hiking.svg +0 -3
- package/icons/history.svg +0 -3
- package/icons/home.svg +0 -3
- package/icons/hourglass.svg +0 -3
- package/icons/hubspot.svg +0 -10
- package/icons/image-caption.svg +0 -3
- package/icons/image.svg +0 -3
- package/icons/images.svg +0 -3
- package/icons/impressions-per-post.svg +0 -3
- package/icons/impressions.svg +0 -3
- package/icons/inactive-listener.svg +0 -3
- package/icons/inbox-action.svg +0 -3
- package/icons/inbox-views.svg +0 -3
- package/icons/inbox.svg +0 -3
- package/icons/indicator.svg +0 -3
- package/icons/industry.svg +0 -3
- package/icons/info.svg +0 -3
- package/icons/instagram.svg +0 -3
- package/icons/internal-activity-outline.svg +0 -3
- package/icons/internal-activity.svg +0 -3
- package/icons/italic.svg +0 -3
- package/icons/key.svg +0 -3
- package/icons/keyboard.svg +0 -3
- package/icons/laptop-phone.svg +0 -3
- package/icons/large-density.svg +0 -3
- package/icons/lift.svg +0 -3
- package/icons/like-outline.svg +0 -3
- package/icons/like.svg +0 -3
- package/icons/link.svg +0 -3
- package/icons/linkedin-audience-network.svg +0 -3
- package/icons/linkedin.svg +0 -3
- package/icons/list-ol.svg +0 -3
- package/icons/listening.svg +0 -3
- package/icons/lists.svg +0 -3
- package/icons/location-outline.svg +0 -3
- package/icons/location.svg +0 -3
- package/icons/lock.svg +0 -3
- package/icons/magic-wand.svg +0 -3
- package/icons/male.svg +0 -3
- package/icons/marketo.svg +0 -3
- package/icons/mention.svg +0 -3
- package/icons/message-preview-outline.svg +0 -3
- package/icons/message-preview.svg +0 -3
- package/icons/message.svg +0 -3
- package/icons/messages-outline.svg +0 -3
- package/icons/messages.svg +0 -3
- package/icons/messenger.svg +0 -11
- package/icons/metric-table.svg +0 -3
- package/icons/microsoft-dynamics.svg +0 -4
- package/icons/minus.svg +0 -3
- package/icons/mobile.svg +0 -3
- package/icons/monitor.svg +0 -3
- package/icons/moon.svg +0 -3
- package/icons/negative-sentiment.svg +0 -11
- package/icons/neutral-positive-sentiment.svg +0 -13
- package/icons/neutral-sentiment.svg +0 -11
- package/icons/new-trend.svg +0 -3
- package/icons/newspaper.svg +0 -3
- package/icons/no-access.svg +0 -3
- package/icons/notepad.svg +0 -3
- package/icons/notifications-publishing-outline.svg +0 -3
- package/icons/notifications-publishing.svg +0 -3
- package/icons/notifications.svg +0 -3
- package/icons/offline.svg +0 -3
- package/icons/online.svg +0 -3
- package/icons/paid-promotion-outline.svg +0 -3
- package/icons/paid-promotion.svg +0 -3
- package/icons/paid.svg +0 -3
- package/icons/paint.svg +0 -3
- package/icons/palette.svg +0 -3
- package/icons/paperclip.svg +0 -3
- package/icons/pause.svg +0 -3
- package/icons/pencil-outline.svg +0 -3
- package/icons/pencil.svg +0 -3
- package/icons/person.svg +0 -3
- package/icons/phone.svg +0 -3
- package/icons/pinterest-boards-outline.svg +0 -3
- package/icons/pinterest-boards.svg +0 -3
- package/icons/pinterest.svg +0 -3
- package/icons/play-circle.svg +0 -3
- package/icons/play.svg +0 -3
- package/icons/plug.svg +0 -3
- package/icons/plus.svg +0 -3
- package/icons/positive-sentiment.svg +0 -12
- package/icons/power-up-outline.svg +0 -3
- package/icons/power-up.svg +0 -3
- package/icons/profile-connect.svg +0 -3
- package/icons/profile-disconnect.svg +0 -3
- package/icons/publishing-outline.svg +0 -3
- package/icons/publishing.svg +0 -3
- package/icons/puzzle-piece.svg +0 -3
- package/icons/qr-code.svg +0 -3
- package/icons/queue.svg +0 -3
- package/icons/quotes-solid.svg +0 -3
- package/icons/recommendation.svg +0 -3
- package/icons/reddit-alien.svg +0 -3
- package/icons/reddit.svg +0 -3
- package/icons/reels-outline.svg +0 -4
- package/icons/reels.svg +0 -3
- package/icons/referrals.svg +0 -3
- package/icons/refresh.svg +0 -3
- package/icons/rejected.svg +0 -3
- package/icons/reply-outline.svg +0 -3
- package/icons/reply.svg +0 -3
- package/icons/reporting-period.svg +0 -3
- package/icons/reporting.svg +0 -3
- package/icons/reports-home.svg +0 -3
- package/icons/reports.svg +0 -3
- package/icons/retweet.svg +0 -3
- package/icons/route.svg +0 -3
- package/icons/rss.svg +0 -3
- package/icons/sales.svg +0 -3
- package/icons/salesforce-cloud.svg +0 -3
- package/icons/salesforce.svg +0 -3
- package/icons/save-assets.svg +0 -3
- package/icons/saved-messages.svg +0 -3
- package/icons/saved-reply-outline.svg +0 -3
- package/icons/saved-reply.svg +0 -3
- package/icons/search.svg +0 -3
- package/icons/send-again-outline.svg +0 -4
- package/icons/send-again.svg +0 -4
- package/icons/sent-message-outline.svg +0 -3
- package/icons/sent-message.svg +0 -3
- package/icons/share.svg +0 -3
- package/icons/shopify.svg +0 -5
- package/icons/shopping-bag-outline.svg +0 -3
- package/icons/shopping-bag.svg +0 -3
- package/icons/show-navigation.svg +0 -3
- package/icons/slack.svg +0 -3
- package/icons/small-density.svg +0 -3
- package/icons/smiley.svg +0 -3
- package/icons/some-access.svg +0 -3
- package/icons/sparkles.svg +0 -3
- package/icons/spike-alert.svg +0 -3
- package/icons/star-half-alt-solid.svg +0 -3
- package/icons/star-of-life.svg +0 -3
- package/icons/star-outline.svg +0 -3
- package/icons/star.svg +0 -3
- package/icons/sticky-note-outline.svg +0 -3
- package/icons/sticky-note.svg +0 -3
- package/icons/stories.svg +0 -3
- package/icons/story.svg +0 -3
- package/icons/suggestions.svg +0 -3
- package/icons/sun.svg +0 -3
- package/icons/tag-outline.svg +0 -3
- package/icons/tag.svg +0 -3
- package/icons/targeting-outline.svg +0 -3
- package/icons/targeting.svg +0 -3
- package/icons/tasks-check.svg +0 -4
- package/icons/tasks-outline.svg +0 -3
- package/icons/tasks.svg +0 -3
- package/icons/team-conversation-outline.svg +0 -3
- package/icons/team-conversation.svg +0 -3
- package/icons/team-sprout-outline.svg +0 -5
- package/icons/team-sprout.svg +0 -4
- package/icons/team.svg +0 -3
- package/icons/text-asset.svg +0 -3
- package/icons/text.svg +0 -3
- package/icons/tiktok.svg +0 -5
- package/icons/times.svg +0 -3
- package/icons/tools.svg +0 -3
- package/icons/trash-can-outline.svg +0 -3
- package/icons/trash-can.svg +0 -3
- package/icons/trend-down.svg +0 -3
- package/icons/trend-neutral.svg +0 -3
- package/icons/trend-up.svg +0 -3
- package/icons/trends.svg +0 -3
- package/icons/triangle-black.svg +0 -3
- package/icons/triangle.svg +0 -3
- package/icons/tripadvisor-circle-outline.svg +0 -3
- package/icons/tripadvisor-circle.svg +0 -11
- package/icons/tripadvisor.svg +0 -11
- package/icons/trophy-outline.svg +0 -3
- package/icons/tumblr.svg +0 -3
- package/icons/twitter-audience-network.svg +0 -3
- package/icons/twitter.svg +0 -3
- package/icons/underline.svg +0 -3
- package/icons/unfollow-outline.svg +0 -3
- package/icons/unfollow.svg +0 -3
- package/icons/unlink.svg +0 -3
- package/icons/unlock.svg +0 -3
- package/icons/upload.svg +0 -3
- package/icons/user-circle.svg +0 -3
- package/icons/users.svg +0 -3
- package/icons/verified.svg +0 -3
- package/icons/video-camera-story.svg +0 -3
- package/icons/video-camera.svg +0 -3
- package/icons/vip.svg +0 -3
- package/icons/weight.svg +0 -3
- package/icons/whatsapp.svg +0 -20
- package/icons/window-maximize.svg +0 -3
- package/icons/window-minimize.svg +0 -3
- package/icons/window-regular.svg +0 -3
- package/icons/window-restore.svg +0 -3
- package/icons/woocommerce.svg +0 -3
- package/icons/x.svg +0 -3
- package/icons/yelp-full-star.svg +0 -3
- package/icons/yelp-half-star.svg +0 -4
- package/icons/yelp.svg +0 -10
- package/icons/youtube.svg +0 -3
- package/icons/zendesk.svg +0 -3
- package/lib/EnumIconNames.js +0 -1
- package/lib/Icon/deprecatedIcons.flow.js +0 -39
- package/lib/Icon/deprecatedIcons.js +0 -39
- package/lib/IconViewBoxes.d.js +0 -1
- package/lib/IconViewBoxes.js +0 -387
- package/lib/iconNames.js +0 -1
- /package/commonjs/{EnumIconNames.flow.js → react.d.js} +0 -0
- /package/lib/{EnumIconNames.flow.js → react.d.js} +0 -0
|
@@ -1,389 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
module.exports = {
|
|
4
|
-
"active-listener": "0 0 16 16",
|
|
5
|
-
"add-item": "0 0 16 16",
|
|
6
|
-
"add-keyword": "0 0 16 16",
|
|
7
|
-
"add-team-member": "0 0 18 13",
|
|
8
|
-
"add-variable": "0 0 18 14",
|
|
9
|
-
"address-card-outline": "0 0 16 16",
|
|
10
|
-
"address-card-solid": "0 0 18 16",
|
|
11
|
-
"adobe-experience-manager": "0 0 16 18",
|
|
12
|
-
"ads": "0 0 9 16",
|
|
13
|
-
"advocacy-outline": "0 0 14 16",
|
|
14
|
-
"advocacy": "0 0 14 16",
|
|
15
|
-
"android": "0 0 14 16",
|
|
16
|
-
"apple": "0 0 14 16",
|
|
17
|
-
"approval-indicator-outline": "0 0 14 16",
|
|
18
|
-
"approval-indicator": "0 0 14 16",
|
|
19
|
-
"archive": "0 0 16 16",
|
|
20
|
-
"arrow-down-line": "0 0 14 16",
|
|
21
|
-
"arrow-down": "0 0 16 16",
|
|
22
|
-
"arrow-left-line": "0 0 16 18",
|
|
23
|
-
"arrow-left": "0 0 16 16",
|
|
24
|
-
"arrow-right-line": "0 0 16 18",
|
|
25
|
-
"arrow-right": "0 0 16 16",
|
|
26
|
-
"arrow-up-line": "0 0 14 16",
|
|
27
|
-
"arrow-up": "0 0 16 16",
|
|
28
|
-
"arrows": "0 0 16 16",
|
|
29
|
-
"asset-library-outline": "0 0 16 16",
|
|
30
|
-
"asset-library": "0 0 16 16",
|
|
31
|
-
"assign": "0 0 18 15",
|
|
32
|
-
"atom": "0 0 14 16",
|
|
33
|
-
"audio": "0 0 16 14",
|
|
34
|
-
"back-to-top": "0 0 15 16",
|
|
35
|
-
"bambu-icon-outline": "0 0 16 16",
|
|
36
|
-
"bambu-icon": "0 0 16 16",
|
|
37
|
-
"barcode": "0 0 18 16",
|
|
38
|
-
"basketball": "0 0 16 16",
|
|
39
|
-
"bell-outline": "0 0 14 16",
|
|
40
|
-
"bigcommerce": "0 0 16 16",
|
|
41
|
-
"bitly": "0 0 16 16",
|
|
42
|
-
"bold": "0 0 16 16",
|
|
43
|
-
"book": "0 0 14 16",
|
|
44
|
-
"bookmark": "0 0 12 16",
|
|
45
|
-
"bot": "0 0 16 16",
|
|
46
|
-
"browser": "0 0 16 16",
|
|
47
|
-
"business": "0 0 16 16",
|
|
48
|
-
"calendar-outline": "0 0 14 16",
|
|
49
|
-
"calendar": "0 0 14 16",
|
|
50
|
-
"camera-outline": "0 0 18 16",
|
|
51
|
-
"camera-story": "0 0 18 16",
|
|
52
|
-
"camera": "0 0 18 16",
|
|
53
|
-
"campaign": "0 0 16 14",
|
|
54
|
-
"canva": "0 0 16 18",
|
|
55
|
-
"carousel": "0 0 16 18",
|
|
56
|
-
"cart-plus-outline": "0 0 17 15",
|
|
57
|
-
"cart-plus": "0 0 17 15",
|
|
58
|
-
"check": "0 0 16 16",
|
|
59
|
-
"chevron-down-filled": "0 0 16 21",
|
|
60
|
-
"chevron-down": "0 0 16 18",
|
|
61
|
-
"chevron-left": "0 0 10 16",
|
|
62
|
-
"chevron-right": "0 0 10 17",
|
|
63
|
-
"chevron-up-down-filled": "0 0 12 20",
|
|
64
|
-
"chevron-up-filled": "0 0 16 21",
|
|
65
|
-
"chevron-up": "0 0 16 18",
|
|
66
|
-
"circle-check-outline": "0 0 16 16",
|
|
67
|
-
"circle-check": "0 0 16 16",
|
|
68
|
-
"circle": "0 0 16 16",
|
|
69
|
-
"circle+": "0 0 16 16",
|
|
70
|
-
"circles": "0 0 16 16",
|
|
71
|
-
"circlex": "0 0 16 16",
|
|
72
|
-
"click-to-view": "0 0 12 16",
|
|
73
|
-
"clicks": "0 0 10 16",
|
|
74
|
-
"clipboard-outline": "0 0 12 16",
|
|
75
|
-
"clipboard": "0 0 12 16",
|
|
76
|
-
"clock": "0 0 16 16",
|
|
77
|
-
"closed-captioning": "0 0 16 16",
|
|
78
|
-
"cloud": "0 0 16 13",
|
|
79
|
-
"code": "0 0 18 16",
|
|
80
|
-
"columns": "0 0 16 16",
|
|
81
|
-
"comment-ai-outline": "0 0 18 18",
|
|
82
|
-
"comment-ai": "0 0 18 18",
|
|
83
|
-
"comment-alt-outline": "0 0 16 15",
|
|
84
|
-
"comment-alt": "0 0 16 15",
|
|
85
|
-
"comment-lines-alt-outline": "0 0 16 16",
|
|
86
|
-
"comment": "0 0 16 13",
|
|
87
|
-
"compact-density": "0 0 16 16",
|
|
88
|
-
"compact-indicator": "0 0 16 16",
|
|
89
|
-
"comparison": "0 0 16 14",
|
|
90
|
-
"competitor": "0 0 14 16",
|
|
91
|
-
"compose": "0 0 16 16",
|
|
92
|
-
"content-suggestions": "0 0 16 16",
|
|
93
|
-
"credit-card": "0 0 16 14",
|
|
94
|
-
"crop": "0 0 16 16",
|
|
95
|
-
"crown": "0 0 16 16",
|
|
96
|
-
"dashboard": "0 0 16 14",
|
|
97
|
-
"deconstructed-negative-sentiment": "0 0 18 18",
|
|
98
|
-
"deconstructed-neutral-sentiment": "0 0 18 18",
|
|
99
|
-
"deconstructed-positive-sentiment": "0 0 18 18",
|
|
100
|
-
"discovery": "0 0 16 16",
|
|
101
|
-
"dislike-outline": "0 0 15 16",
|
|
102
|
-
"dislike": "0 0 16 16",
|
|
103
|
-
"dm-link-outline": "0 0 16 16",
|
|
104
|
-
"dm-link": "0 0 16 16",
|
|
105
|
-
"dotdotdot": "0 0 16 16",
|
|
106
|
-
"download": "0 0 16 16",
|
|
107
|
-
"drafts-outline": "0 0 12 16",
|
|
108
|
-
"drafts": "0 0 12 16",
|
|
109
|
-
"dropbox": "0 0 18 16",
|
|
110
|
-
"duplicate-outline": "0 0 14 16",
|
|
111
|
-
"duplicate": "0 0 14 16",
|
|
112
|
-
"emoji-outline": "0 0 16 16",
|
|
113
|
-
"emoji": "0 0 16 16",
|
|
114
|
-
"empty-image": "0 0 16 18",
|
|
115
|
-
"engagement-per-post": "0 0 16 16",
|
|
116
|
-
"engagements": "0 0 16 15",
|
|
117
|
-
"error": "0 0 16 16",
|
|
118
|
-
"exchange-alt": "0 0 16 16",
|
|
119
|
-
"expanded-indicator": "0 0 16 16",
|
|
120
|
-
"export": "0 0 14 17",
|
|
121
|
-
"extended-circles": "0 0 16 16",
|
|
122
|
-
"external-link-alt": "0 0 16 16",
|
|
123
|
-
"external-link": "0 0 16 16",
|
|
124
|
-
"extreme-negative-sentiment": "0 0 16 16",
|
|
125
|
-
"eye-outline": "0 0 18 16",
|
|
126
|
-
"eye-slash-outline": "0 0 20 16",
|
|
127
|
-
"eye-slash": "0 0 20 16",
|
|
128
|
-
"eye": "0 0 18 16",
|
|
129
|
-
"facebook-audience-network": "0 0 16 16",
|
|
130
|
-
"facebook-branded-content-outline": "0 0 18 15",
|
|
131
|
-
"facebook-branded-content": "0 0 18 15",
|
|
132
|
-
"facebook-groups": "0 0 16 16",
|
|
133
|
-
"facebook": "0 0 16 16",
|
|
134
|
-
"fb-reactions-angry": "0 0 16 16",
|
|
135
|
-
"fb-reactions-haha": "0 0 16 16",
|
|
136
|
-
"fb-reactions-like": "0 0 16 16",
|
|
137
|
-
"fb-reactions-love": "0 0 16 16",
|
|
138
|
-
"fb-reactions-sad": "0 0 16 16",
|
|
139
|
-
"fb-reactions-wow": "0 0 16 16",
|
|
140
|
-
"feedly": "0 0 16 15",
|
|
141
|
-
"feeds": "0 0 16 15",
|
|
142
|
-
"female": "0 0 11 18",
|
|
143
|
-
"file-chart-line": "0 0 12 16",
|
|
144
|
-
"file-edit": "0 0 12 16",
|
|
145
|
-
"file-times-solid": "0 0 12 16",
|
|
146
|
-
"filter": "0 0 16 16",
|
|
147
|
-
"flag-outline": "0 0 16 16",
|
|
148
|
-
"flag": "0 0 16 16",
|
|
149
|
-
"flat-negative-sentiment-outline": "0 0 18 18",
|
|
150
|
-
"flat-negative-sentiment": "0 0 18 18",
|
|
151
|
-
"flat-neutral-sentiment-outline": "0 0 18 18",
|
|
152
|
-
"flat-neutral-sentiment": "0 0 18 18",
|
|
153
|
-
"flat-positive-sentiment-outline": "0 0 18 18",
|
|
154
|
-
"flat-positive-sentiment": "0 0 18 18",
|
|
155
|
-
"folder-open": "0 0 16 15",
|
|
156
|
-
"folder": "0 0 16 16",
|
|
157
|
-
"follow-outline": "0 0 20 16",
|
|
158
|
-
"follow": "0 0 20 16",
|
|
159
|
-
"follower-increase": "0 0 19 16",
|
|
160
|
-
"following": "0 0 20 16",
|
|
161
|
-
"font": "0 0 18 16",
|
|
162
|
-
"full-access": "0 0 16 16",
|
|
163
|
-
"gear": "0 0 16 16",
|
|
164
|
-
"gears": "0 0 16 16",
|
|
165
|
-
"github": "0 0 18 18",
|
|
166
|
-
"glassdoor": "0 0 16 16",
|
|
167
|
-
"glasses": "0 0 18 14",
|
|
168
|
-
"globe": "0 0 16 16",
|
|
169
|
-
"google-analytics-color": "0 0 14 18",
|
|
170
|
-
"google-business-messages": "0 0 16 16",
|
|
171
|
-
"google-drive": "0 0 16 14",
|
|
172
|
-
"google-my-business": "0 0 16 14",
|
|
173
|
-
"grip": "0 0 8 18",
|
|
174
|
-
"h1": "0 0 16 16",
|
|
175
|
-
"h2": "0 0 16 16",
|
|
176
|
-
"h3": "0 0 16 16",
|
|
177
|
-
"h4": "0 0 16 16",
|
|
178
|
-
"hamburger": "0 0 16 18",
|
|
179
|
-
"hand-sparkle-outline": "0 0 18 18",
|
|
180
|
-
"hand-sparkle": "0 0 18 18",
|
|
181
|
-
"hashtag": "0 0 16 16",
|
|
182
|
-
"headset": "0 0 16 16",
|
|
183
|
-
"heart-outline": "0 0 16 16",
|
|
184
|
-
"heart": "0 0 16 16",
|
|
185
|
-
"heartbeat": "0 0 18 16",
|
|
186
|
-
"help-alt": "0 0 12 16",
|
|
187
|
-
"help": "0 0 16 16",
|
|
188
|
-
"hiking": "0 0 16 16",
|
|
189
|
-
"history": "0 0 16 16",
|
|
190
|
-
"home": "0 0 16 15",
|
|
191
|
-
"hourglass": "0 0 12 16",
|
|
192
|
-
"hubspot": "0 0 16 16",
|
|
193
|
-
"image-caption": "0 0 16 14",
|
|
194
|
-
"image": "0 0 16 16",
|
|
195
|
-
"images": "0 0 16 15",
|
|
196
|
-
"impressions-per-post": "0 0 16 16",
|
|
197
|
-
"impressions": "0 0 18 16",
|
|
198
|
-
"inactive-listener": "0 0 16 12",
|
|
199
|
-
"inbox-action": "0 0 16 16",
|
|
200
|
-
"inbox-views": "0 0 16 13",
|
|
201
|
-
"inbox": "0 0 16 14",
|
|
202
|
-
"indicator": "0 0 16 16",
|
|
203
|
-
"industry": "0 0 14 16",
|
|
204
|
-
"info": "0 0 16 16",
|
|
205
|
-
"instagram": "0 0 16 16",
|
|
206
|
-
"internal-activity-outline": "0 0 16 16",
|
|
207
|
-
"internal-activity": "0 0 16 16",
|
|
208
|
-
"italic": "0 0 16 16",
|
|
209
|
-
"key": "0 0 16 16",
|
|
210
|
-
"keyboard": "0 0 18 16",
|
|
211
|
-
"laptop-phone": "0 0 16 16",
|
|
212
|
-
"large-density": "0 0 16 16",
|
|
213
|
-
"lift": "0 0 23 16",
|
|
214
|
-
"like-outline": "0 0 15 16",
|
|
215
|
-
"like": "0 0 16 16",
|
|
216
|
-
"link": "0 0 16 16",
|
|
217
|
-
"linkedin-audience-network": "0 0 16 16",
|
|
218
|
-
"linkedin": "0 0 16 16",
|
|
219
|
-
"list-ol": "0 0 16 16",
|
|
220
|
-
"listening": "0 0 14 16",
|
|
221
|
-
"lists": "0 0 16 16",
|
|
222
|
-
"location-outline": "0 0 12 16",
|
|
223
|
-
"location": "0 0 12 16",
|
|
224
|
-
"lock": "0 0 14 16",
|
|
225
|
-
"magic-wand": "0 0 17 16",
|
|
226
|
-
"male": "0 0 16 20",
|
|
227
|
-
"marketo": "0 0 16 18",
|
|
228
|
-
"mention": "0 0 16 16",
|
|
229
|
-
"message-preview-outline": "0 0 18 16",
|
|
230
|
-
"message-preview": "0 0 18 16",
|
|
231
|
-
"message": "0 0 16 16",
|
|
232
|
-
"messages-outline": "0 0 16 16",
|
|
233
|
-
"messages": "0 0 16 16",
|
|
234
|
-
"messenger": "0 0 16 16",
|
|
235
|
-
"metric-table": "0 0 16 16",
|
|
236
|
-
"microsoft-dynamics": "0 0 16 16",
|
|
237
|
-
"minus": "0 0 16 16",
|
|
238
|
-
"mobile": "0 0 10 16",
|
|
239
|
-
"monitor": "0 0 12 16",
|
|
240
|
-
"moon": "0 0 15 16",
|
|
241
|
-
"negative-sentiment": "0 0 16 16",
|
|
242
|
-
"neutral-positive-sentiment": "0 0 16 16",
|
|
243
|
-
"neutral-sentiment": "0 0 16 16",
|
|
244
|
-
"new-trend": "0 0 12 16",
|
|
245
|
-
"newspaper": "0 0 16 16",
|
|
246
|
-
"no-access": "0 0 16 16",
|
|
247
|
-
"notepad": "0 0 12 16",
|
|
248
|
-
"notifications-publishing-outline": "0 0 16 16",
|
|
249
|
-
"notifications-publishing": "0 0 16 16",
|
|
250
|
-
"notifications": "0 0 14 16",
|
|
251
|
-
"offline": "0 0 18 15",
|
|
252
|
-
"online": "0 0 18 15",
|
|
253
|
-
"paid-promotion-outline": "0 0 16 16",
|
|
254
|
-
"paid-promotion": "0 0 16 16",
|
|
255
|
-
"paid": "0 0 14 16",
|
|
256
|
-
"paint": "0 0 18 16",
|
|
257
|
-
"palette": "0 0 16 16",
|
|
258
|
-
"paperclip": "0 0 14 16",
|
|
259
|
-
"pause": "0 0 16 18",
|
|
260
|
-
"pencil-outline": "0 0 16 16",
|
|
261
|
-
"pencil": "0 0 16 16",
|
|
262
|
-
"person": "0 0 14 16",
|
|
263
|
-
"phone": "0 0 16 16",
|
|
264
|
-
"pinterest-boards-outline": "0 0 14 16",
|
|
265
|
-
"pinterest-boards": "0 0 14 16",
|
|
266
|
-
"pinterest": "0 0 16 16",
|
|
267
|
-
"play-circle": "0 0 16 16",
|
|
268
|
-
"play": "0 0 14 16",
|
|
269
|
-
"plug": "0 0 12 16",
|
|
270
|
-
"plus": "0 0 16 18",
|
|
271
|
-
"positive-sentiment": "0 0 16 16",
|
|
272
|
-
"power-up-outline": "0 0 12 16",
|
|
273
|
-
"power-up": "0 0 10 16",
|
|
274
|
-
"profile-connect": "0 0 16 16",
|
|
275
|
-
"profile-disconnect": "0 0 16 16",
|
|
276
|
-
"publishing-outline": "0 0 16 16",
|
|
277
|
-
"publishing": "0 0 16 16",
|
|
278
|
-
"puzzle-piece": "0 0 18 16",
|
|
279
|
-
"qr-code": "0 0 16 16",
|
|
280
|
-
"queue": "0 0 16 16",
|
|
281
|
-
"quotes-solid": "0 0 18 18",
|
|
282
|
-
"recommendation": "0 0 16 16",
|
|
283
|
-
"reddit-alien": "0 0 16 16",
|
|
284
|
-
"reddit": "0 0 16 16",
|
|
285
|
-
"reels-outline": "0 0 16 16",
|
|
286
|
-
"reels": "0 0 16 16",
|
|
287
|
-
"referrals": "0 0 16 16",
|
|
288
|
-
"refresh": "0 0 16 16",
|
|
289
|
-
"rejected": "0 0 16 16",
|
|
290
|
-
"reply-outline": "0 0 16 16",
|
|
291
|
-
"reply": "0 0 16 16",
|
|
292
|
-
"reporting-period": "0 0 14 16",
|
|
293
|
-
"reporting": "0 0 16 16",
|
|
294
|
-
"reports-home": "0 0 16 16",
|
|
295
|
-
"reports": "0 0 16 15",
|
|
296
|
-
"retweet": "0 0 18 16",
|
|
297
|
-
"route": "0 0 18 18",
|
|
298
|
-
"rss": "0 0 16 16",
|
|
299
|
-
"sales": "0 0 9 16",
|
|
300
|
-
"salesforce-cloud": "0 0 20 16",
|
|
301
|
-
"salesforce": "0 0 20 16",
|
|
302
|
-
"save-assets": "0 0 16 16",
|
|
303
|
-
"saved-messages": "0 0 16 16",
|
|
304
|
-
"saved-reply-outline": "0 0 16 12",
|
|
305
|
-
"saved-reply": "0 0 16 12",
|
|
306
|
-
"search": "0 0 16 16",
|
|
307
|
-
"send-again-outline": "0 0 18 18",
|
|
308
|
-
"send-again": "0 0 18 18",
|
|
309
|
-
"sent-message-outline": "0 0 16 14",
|
|
310
|
-
"sent-message": "0 0 16 14",
|
|
311
|
-
"share": "0 0 16 14",
|
|
312
|
-
"shopify": "0 0 16 18",
|
|
313
|
-
"shopping-bag-outline": "0 0 14 16",
|
|
314
|
-
"shopping-bag": "0 0 14 16",
|
|
315
|
-
"show-navigation": "0 0 18 14",
|
|
316
|
-
"slack": "0 0 16 16",
|
|
317
|
-
"small-density": "0 0 16 16",
|
|
318
|
-
"smiley": "0 0 16 16",
|
|
319
|
-
"some-access": "0 0 16 16",
|
|
320
|
-
"sparkles": "0 0 16 16",
|
|
321
|
-
"spike-alert": "0 0 16 16",
|
|
322
|
-
"star-half-alt-solid": "0 0 18 16",
|
|
323
|
-
"star-of-life": "0 0 16 16",
|
|
324
|
-
"star-outline": "0 0 18 16",
|
|
325
|
-
"star": "0 0 18 16",
|
|
326
|
-
"sticky-note-outline": "0 0 16 16",
|
|
327
|
-
"sticky-note": "0 0 16 16",
|
|
328
|
-
"stories": "0 0 16 17",
|
|
329
|
-
"story": "0 0 16 16",
|
|
330
|
-
"suggestions": "0 0 11 16",
|
|
331
|
-
"sun": "0 0 16 16",
|
|
332
|
-
"tag-outline": "0 0 16 16",
|
|
333
|
-
"tag": "0 0 16 16",
|
|
334
|
-
"targeting-outline": "0 0 16 16",
|
|
335
|
-
"targeting": "0 0 16 16",
|
|
336
|
-
"tasks-check": "0 0 16 16",
|
|
337
|
-
"tasks-outline": "0 0 12 16",
|
|
338
|
-
"tasks": "0 0 12 16",
|
|
339
|
-
"team-conversation-outline": "0 0 16 18",
|
|
340
|
-
"team-conversation": "0 0 16 18",
|
|
341
|
-
"team-sprout-outline": "0 0 18 18",
|
|
342
|
-
"team-sprout": "0 0 18 18",
|
|
343
|
-
"team": "0 0 18 16",
|
|
344
|
-
"text-asset": "0 0 16 16",
|
|
345
|
-
"text": "0 0 8 16",
|
|
346
|
-
"tiktok": "0 0 16 18",
|
|
347
|
-
"times": "0 0 16 22",
|
|
348
|
-
"tools": "0 0 67 67",
|
|
349
|
-
"trash-can-outline": "0 0 14 16",
|
|
350
|
-
"trash-can": "0 0 14 16",
|
|
351
|
-
"trend-down": "0 0 18 18",
|
|
352
|
-
"trend-neutral": "0 0 20 18",
|
|
353
|
-
"trend-up": "0 0 18 18",
|
|
354
|
-
"trends": "0 0 16 17",
|
|
355
|
-
"triangle-black": "0 0 16 16",
|
|
356
|
-
"triangle": "0 0 16 16",
|
|
357
|
-
"tripadvisor-circle-outline": "0 0 16 16",
|
|
358
|
-
"tripadvisor-circle": "0 0 16 16",
|
|
359
|
-
"tripadvisor": "0 0 16 16",
|
|
360
|
-
"trophy-outline": "0 0 18 16",
|
|
361
|
-
"tumblr": "0 0 16 16",
|
|
362
|
-
"twitter-audience-network": "0 0 17 16",
|
|
363
|
-
"twitter": "0 0 17 16",
|
|
364
|
-
"underline": "0 0 14 16",
|
|
365
|
-
"unfollow-outline": "0 0 20 16",
|
|
366
|
-
"unfollow": "0 0 20 16",
|
|
367
|
-
"unlink": "0 0 16 16",
|
|
368
|
-
"unlock": "0 0 14 16",
|
|
369
|
-
"upload": "0 0 16 17",
|
|
370
|
-
"user-circle": "0 0 16 16",
|
|
371
|
-
"users": "0 0 18 16",
|
|
372
|
-
"verified": "0 0 16 16",
|
|
373
|
-
"video-camera-story": "0 0 18 15",
|
|
374
|
-
"video-camera": "0 0 18 16",
|
|
375
|
-
"vip": "0 0 16 16",
|
|
376
|
-
"weight": "0 0 16 16",
|
|
377
|
-
"whatsapp": "0 0 16 16",
|
|
378
|
-
"window-maximize": "0 0 16 16",
|
|
379
|
-
"window-minimize": "0 0 16 16",
|
|
380
|
-
"window-regular": "0 0 16 16",
|
|
381
|
-
"window-restore": "0 0 16 16",
|
|
382
|
-
"woocommerce": "0 0 18 16",
|
|
383
|
-
"x": "0 0 16 18",
|
|
384
|
-
"yelp-full-star": "0 0 16 16",
|
|
385
|
-
"yelp-half-star": "0 0 16 16",
|
|
386
|
-
"yelp": "0 0 14 16",
|
|
387
|
-
"youtube": "0 0 16 15",
|
|
388
|
-
"zendesk": "0 0 16 16"
|
|
389
|
-
};
|
package/commonjs/iconNames.js
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var _default = ["active-listener", "add-item", "add-keyword", "add-team-member", "add-variable", "address-card-outline", "address-card-solid", "adobe-experience-manager", "ads", "advocacy-outline", "advocacy", "android", "apple", "approval-indicator-outline", "approval-indicator", "archive", "arrow-down-line", "arrow-down", "arrow-left-line", "arrow-left", "arrow-right-line", "arrow-right", "arrow-up-line", "arrow-up", "arrows", "asset-library-outline", "asset-library", "assign", "atom", "audio", "back-to-top", "bambu-icon-outline", "bambu-icon", "barcode", "basketball", "bell-outline", "bigcommerce", "bitly", "bold", "book", "bookmark", "bot", "browser", "business", "calendar-outline", "calendar", "camera-outline", "camera-story", "camera", "campaign", "canva", "carousel", "cart-plus-outline", "cart-plus", "check", "chevron-down-filled", "chevron-down", "chevron-left", "chevron-right", "chevron-up-down-filled", "chevron-up-filled", "chevron-up", "circle-check-outline", "circle-check", "circle", "circle+", "circles", "circlex", "click-to-view", "clicks", "clipboard-outline", "clipboard", "clock", "closed-captioning", "cloud", "code", "columns", "comment-ai-outline", "comment-ai", "comment-alt-outline", "comment-alt", "comment-lines-alt-outline", "comment", "compact-density", "compact-indicator", "comparison", "competitor", "compose", "content-suggestions", "credit-card", "crop", "crown", "dashboard", "deconstructed-negative-sentiment", "deconstructed-neutral-sentiment", "deconstructed-positive-sentiment", "discovery", "dislike-outline", "dislike", "dm-link-outline", "dm-link", "dotdotdot", "download", "drafts-outline", "drafts", "dropbox", "duplicate-outline", "duplicate", "emoji-outline", "emoji", "empty-image", "engagement-per-post", "engagements", "error", "exchange-alt", "expanded-indicator", "export", "extended-circles", "external-link-alt", "external-link", "extreme-negative-sentiment", "eye-outline", "eye-slash-outline", "eye-slash", "eye", "facebook-audience-network", "facebook-branded-content-outline", "facebook-branded-content", "facebook-groups", "facebook", "fb-reactions-angry", "fb-reactions-haha", "fb-reactions-like", "fb-reactions-love", "fb-reactions-sad", "fb-reactions-wow", "feedly", "feeds", "female", "file-chart-line", "file-edit", "file-times-solid", "filter", "flag-outline", "flag", "flat-negative-sentiment-outline", "flat-negative-sentiment", "flat-neutral-sentiment-outline", "flat-neutral-sentiment", "flat-positive-sentiment-outline", "flat-positive-sentiment", "folder-open", "folder", "follow-outline", "follow", "follower-increase", "following", "font", "full-access", "gear", "gears", "github", "glassdoor", "glasses", "globe", "google-analytics-color", "google-business-messages", "google-drive", "google-my-business", "grip", "h1", "h2", "h3", "h4", "hamburger", "hand-sparkle-outline", "hand-sparkle", "hashtag", "headset", "heart-outline", "heart", "heartbeat", "help-alt", "help", "hiking", "history", "home", "hourglass", "hubspot", "image-caption", "image", "images", "impressions-per-post", "impressions", "inactive-listener", "inbox-action", "inbox-views", "inbox", "indicator", "industry", "info", "instagram", "internal-activity-outline", "internal-activity", "italic", "key", "keyboard", "laptop-phone", "large-density", "lift", "like-outline", "like", "link", "linkedin-audience-network", "linkedin", "list-ol", "listening", "lists", "location-outline", "location", "lock", "magic-wand", "male", "marketo", "mention", "message-preview-outline", "message-preview", "message", "messages-outline", "messages", "messenger", "metric-table", "microsoft-dynamics", "minus", "mobile", "monitor", "moon", "negative-sentiment", "neutral-positive-sentiment", "neutral-sentiment", "new-trend", "newspaper", "no-access", "notepad", "notifications-publishing-outline", "notifications-publishing", "notifications", "offline", "online", "paid-promotion-outline", "paid-promotion", "paid", "paint", "palette", "paperclip", "pause", "pencil-outline", "pencil", "person", "phone", "pinterest-boards-outline", "pinterest-boards", "pinterest", "play-circle", "play", "plug", "plus", "positive-sentiment", "power-up-outline", "power-up", "profile-connect", "profile-disconnect", "publishing-outline", "publishing", "puzzle-piece", "qr-code", "queue", "quotes-solid", "recommendation", "reddit-alien", "reddit", "reels-outline", "reels", "referrals", "refresh", "rejected", "reply-outline", "reply", "reporting-period", "reporting", "reports-home", "reports", "retweet", "route", "rss", "sales", "salesforce-cloud", "salesforce", "save-assets", "saved-messages", "saved-reply-outline", "saved-reply", "search", "send-again-outline", "send-again", "sent-message-outline", "sent-message", "share", "shopify", "shopping-bag-outline", "shopping-bag", "show-navigation", "slack", "small-density", "smiley", "some-access", "sparkles", "spike-alert", "star-half-alt-solid", "star-of-life", "star-outline", "star", "sticky-note-outline", "sticky-note", "stories", "story", "suggestions", "sun", "tag-outline", "tag", "targeting-outline", "targeting", "tasks-check", "tasks-outline", "tasks", "team-conversation-outline", "team-conversation", "team-sprout-outline", "team-sprout", "team", "text-asset", "text", "tiktok", "times", "tools", "trash-can-outline", "trash-can", "trend-down", "trend-neutral", "trend-up", "trends", "triangle-black", "triangle", "tripadvisor-circle-outline", "tripadvisor-circle", "tripadvisor", "trophy-outline", "tumblr", "twitter-audience-network", "twitter", "underline", "unfollow-outline", "unfollow", "unlink", "unlock", "upload", "user-circle", "users", "verified", "video-camera-story", "video-camera", "vip", "weight", "whatsapp", "window-maximize", "window-minimize", "window-regular", "window-restore", "woocommerce", "x", "yelp-full-star", "yelp-half-star", "yelp", "youtube", "zendesk"];
|
|
8
|
-
exports.default = _default;
|