Skip to content

Commit

Permalink
Merge pull request #41 from lana/add-warning-sheep-icon
Browse files Browse the repository at this point in the history
Added WarningSheep icon
  • Loading branch information
jasonadt authored Nov 10, 2020
2 parents 2afa936 + 00a5060 commit 4979e9b
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 10 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lana/b2c-mapp-ui-assets",
"version": "4.9.3",
"version": "4.9.4",
"description": "Lana B2C Microapp UI Assets, icons and images for general use.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,7 +28,7 @@
"prepare": "npm run build:cjs && npm run build:esm"
},
"dependencies": {
"core-js": "^3.6.4",
"core-js": "^3.7.0",
"vue": "^2.6.11"
},
"devDependencies": {
Expand All @@ -39,7 +39,7 @@
"@vue/eslint-config-airbnb": "^5.0.2",
"autoprefixer": "^9.8.6",
"babel-eslint": "^10.1.0",
"eslint": "^7.12.1",
"eslint": "^7.13.0",
"eslint-plugin-fp": "^2.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-vue": "^7.1.0",
Expand Down
40 changes: 40 additions & 0 deletions src/icons/warningSheep.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 @@ -301,6 +301,7 @@ import WarningBoldIcon from './icons/warningBold.svg';
import WarningIcon from './icons/warning.svg';
import WarningLineIcon from './icons/warningLine.svg';
import WarningMicroillustration from './icons/warningMicroillustration.svg';
import WarningSheep from './icons/warningSheep.svg';
import WaterIcon from './icons/water.svg';
import WelcomeImage from './icons/welcome.svg';
import WheelBrokenIcon from './icons/wheelBroken.svg';
Expand Down Expand Up @@ -612,6 +613,7 @@ export {
WarningIcon,
WarningLineIcon,
WarningMicroillustration,
WarningSheep,
WaterIcon,
WelcomeImage,
WheelBrokenIcon,
Expand Down

0 comments on commit 4979e9b

Please sign in to comment.