Skip to content

Commit

Permalink
Merge pull request #14 from lana/add-camera-image
Browse files Browse the repository at this point in the history
Added new cameraImage from the Design Team
  • Loading branch information
jasonadt authored Jun 9, 2020
2 parents 9159c66 + 59af514 commit 3c92129
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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": "4.3.0",
"version": "4.4.0",
"description": "Lana B2C Microapp UI Assets, icons and images for general use.",
"repository": {
"type": "git",
Expand Down
49 changes: 49 additions & 0 deletions src/icons/cameraImage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import CalculatorCashIcon from './icons/calculatorCash.svg';
import CalculatorIcon from './icons/calculator.svg';
import CalendarIcon from './icons/calendar.svg';
import CameraIcon from './icons/camera.svg';
import CameraImage from './icons/cameraImage.svg';
import CardBlockIcon from './icons/cardBlock.svg';
import CardBrokenIcon from './icons/cardBroken.svg';
import CardBrokenImage from './icons/cardBrokenImage.svg';
Expand Down Expand Up @@ -236,6 +237,7 @@ export {
CalculatorIcon,
CalendarIcon,
CameraIcon,
CameraImage,
CardBlockIcon,
CardBrokenIcon,
CardBrokenImage,
Expand Down

0 comments on commit 3c92129

Please sign in to comment.