Skip to content

Commit

Permalink
Merge pull request #64 from ubie-oss/feat/update-icons-1734576513
Browse files Browse the repository at this point in the history
feat:🎸 update icons from figma
  • Loading branch information
takanorip authored Dec 19, 2024
2 parents 2b212d2 + 21284bd commit 1c90aa8
Show file tree
Hide file tree
Showing 7 changed files with 53 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/medicine-auto-injector-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/medicine-injection-form-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/medicine-intravenous-drip-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions src/MedicineAutoInjectorIcon.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import type { SVGProps } from 'react';
const SvgMedicineAutoInjectorIcon = (props: SVGProps<SVGSVGElement>) => (
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24" {...props}>
<path
fill="currentColor"
d="M12.977 10.995a1 1 0 0 1 0 1.414l-2.5 2.5a1 1 0 0 1-1.414-1.414l2.5-2.5a1 1 0 0 1 1.414 0"
/>
<path
fill="currentColor"
fillRule="evenodd"
d="M6.736 22.13a2 2 0 0 1-2.61-.188l-2.122-2.12a2 2 0 0 1-.188-2.612l4.17-5.583q.086-.116.188-.218l9.265-9.266a2 2 0 0 1 2.829 0l3.535 3.536a2 2 0 0 1 0 2.828l-9.265 9.266a2 2 0 0 1-.218.188zm-3.318-3.723 2.122 2.121 2.75-2.053-2.818-2.818zm2.96-3.964 3.126 3.125 1.62-1.21 9.265-9.265-3.535-3.535-9.266 9.265z"
clipRule="evenodd"
/>
</svg>
);
export default SvgMedicineAutoInjectorIcon;
12 changes: 12 additions & 0 deletions src/MedicineInjectionFormIcon.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import type { SVGProps } from 'react';
const SvgMedicineInjectionFormIcon = (props: SVGProps<SVGSVGElement>) => (
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24" {...props}>
<path
fill="currentColor"
fillRule="evenodd"
d="M12 4.5a2 2 0 0 0 2 2h1v1h-3.25v-1a.75.75 0 0 0-1.5 0v1H4a1 1 0 0 0 0 2h6.25v1a.75.75 0 0 0 1.5 0v-1H15v1a4 4 0 0 0-4 4v6a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-6a4 4 0 0 0-4-4v-4h1a2 2 0 0 0 2-2 3 3 0 0 0-3-3h-2a3 3 0 0 0-3 3m5-1a1 1 0 0 1 1 1h-4a1 1 0 0 1 1-1zm-2 9a2 2 0 0 0-2 2v6h6v-6a2 2 0 0 0-2-2z"
clipRule="evenodd"
/>
</svg>
);
export default SvgMedicineInjectionFormIcon;
12 changes: 12 additions & 0 deletions src/MedicineIntravenousDripIcon.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import type { SVGProps } from 'react';
const SvgMedicineIntravenousDripIcon = (props: SVGProps<SVGSVGElement>) => (
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" viewBox="0 0 24 24" {...props}>
<path
fill="currentColor"
fillRule="evenodd"
d="M12 4.6h2a2 2 0 0 1 2 2v8a4 4 0 0 1-4 4h-2v.4a1 1 0 0 0 1 1h5a1 1 0 0 0 1-1v-4.5a2.5 2.5 0 0 1 5 0V21a1 1 0 1 1-2 0v-6.5a.5.5 0 0 0-1 0V19a3 3 0 0 1-3 3h-5a3 3 0 0 1-3-3v-.4H6a4 4 0 0 1-4-4v-8a2 2 0 0 1 2-2h2a3 3 0 1 1 6 0m2 9.4V6.6H4v1.65h2a.75.75 0 0 1 0 1.5H4v1.5h2a.75.75 0 0 1 0 1.5H4V14zm-4-9.4a1 1 0 1 0-2 0z"
clipRule="evenodd"
/>
</svg>
);
export default SvgMedicineIntravenousDripIcon;
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,10 @@ export { default as MedicalFormIcon } from './MedicalFormIcon';
export { default as MedicalHeartIcon } from './MedicalHeartIcon';
export { default as MedicalSymbolFillIcon } from './MedicalSymbolFillIcon';
export { default as MedicalSymbolOutlineIcon } from './MedicalSymbolOutlineIcon';
export { default as MedicineAutoInjectorIcon } from './MedicineAutoInjectorIcon';
export { default as MedicineEnemaIcon } from './MedicineEnemaIcon';
export { default as MedicineInjectionFormIcon } from './MedicineInjectionFormIcon';
export { default as MedicineIntravenousDripIcon } from './MedicineIntravenousDripIcon';
export { default as MedicinePowderIcon } from './MedicinePowderIcon';
export { default as MedicineSuppositoryIcon } from './MedicineSuppositoryIcon';
export { default as MedicineSyrupIcon } from './MedicineSyrupIcon';
Expand Down

0 comments on commit 1c90aa8

Please sign in to comment.