Skip to content

Commit

Permalink
Merge pull request #117 from lana/benefit-icons
Browse files Browse the repository at this point in the history
Add PlugIcon and SearchMicroillustration
  • Loading branch information
PaulaTAlba authored Mar 10, 2022
2 parents ec55342 + 306783f commit 4a13352
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lana/b2c-mapp-ui-assets",
"version": "5.19.0",
"version": "5.20.0",
"description": "Lana B2C Microapp UI Assets, icons and images for general use.",
"repository": {
"type": "git",
Expand Down
38 changes: 38 additions & 0 deletions src/icons/plug.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions src/icons/searchMicroillustration.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ import PhoneWorkInProgressIcon from './icons/phoneWorkInProgress.svg?component';
import PigIcon from './icons/pig.svg?component';
import PigMoneyIcon from './icons/pigMoney.svg?component';
import PinIcon from './icons/pin.svg?component';
import PlugIcon from './icons/plug.svg?component';
import PlugMicroillustration from './icons/plugMicroillustration.svg?component';
import PlusMicroillustration from './icons/plusMicroillustration.svg?component';
import PresentIcon from './icons/present.svg?component';
Expand Down Expand Up @@ -301,6 +302,7 @@ import ScanQrIcon from './icons/scanQr.svg?component';
import ScanFailureImage from './icons/scanFailure.svg?component';
import ScooterIcon from './icons/scooter.svg?component';
import SearchIcon from './icons/search.svg?component';
import SearchMicroillustration from './icons/searchMicroillustration.svg?component';
import SearchAtmIcon from './icons/searchAtm.svg?component';
import SecurityIcon from './icons/security.svg?component';
import SelfieIcon from './icons/selfie.svg?component';
Expand Down Expand Up @@ -687,6 +689,7 @@ export {
PigIcon,
PigMoneyIcon,
PinIcon,
PlugIcon,
PlugMicroillustration,
PlusMicroillustration,
PresentIcon,
Expand Down Expand Up @@ -719,6 +722,7 @@ export {
ScanSuccessImage,
ScooterIcon,
SearchIcon,
SearchMicroillustration,
SearchAtmIcon,
SecurityIcon,
SelfieIcon,
Expand Down

0 comments on commit 4a13352

Please sign in to comment.