Skip to content

Commit

Permalink
Merge pull request #483 from natura-cosmeticos/natds/add-script-icons
Browse files Browse the repository at this point in the history
chore(infra): added script_icons.sh
  • Loading branch information
vagnerbarbosant authored Feb 7, 2024
2 parents d0d42a8 + c2de7dd commit 28e48a1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions scripts/update_icons.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash

#Download files;

wget https://github.com/natura-cosmeticos/natds-commons/blob/main/packages/natds-icons/ios/NatDSIcons/NatDSIcons/Icon.swift
wget https://github.com/natura-cosmeticos/natds-commons/blob/main/packages/natds-icons/ios/NatDSIcons/Resources/natds-icons-ios.ttf

#Copy files;

mv Icon.swift /Sources/Public/Components/Icons/Icon.swift
mv natds-icons-ios.ttf /Sources/Resources/Fonts/natds-icons-ios.ttf

0 comments on commit 28e48a1

Please sign in to comment.