Skip to content

Commit

Permalink
shp-svg icon added (#1514)
Browse files Browse the repository at this point in the history
* shp-svg icon added

* index.js

---------

Co-authored-by: suryansh-egov <suryansh.singh.egovernments.org>
  • Loading branch information
suryansh-egov authored Oct 14, 2024
1 parent f24226a commit d7f6ffc
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"dist"
],
"dependencies": {
"@egovernments/digit-ui-svg-components":"1.0.10",
"@egovernments/digit-ui-svg-components":"1.0.13",
"@googlemaps/js-api-loader": "1.13.10",
"@hookform/resolvers": "1.3.7",
"ajv": "8.11.2",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egovernments/digit-ui-svg-components",
"version": "1.0.12",
"version": "1.0.13",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,7 @@ import { SchoolBuilding } from "./svg/SchoolBuilding"
import { ContractIcon } from "./svg/ContractIcon";
import { MeasurementMuktaIcon } from "./svg/MeasurementMuktaIcon";
import { HRIcon } from "./svg/HRIcon";
import { ShpIcon } from "./svg/ShpIcon";

export {
Add,
Expand Down Expand Up @@ -1442,6 +1443,7 @@ export {
ShoppingBasket,
ShoppingCart,
ShopAlt,
ShpIcon,
Sick,
SingleBed,
SmartButton,
Expand Down

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

0 comments on commit d7f6ffc

Please sign in to comment.