aboutsummaryrefslogtreecommitdiff
path: root/icons-react/icons-js/prescription.js
diff options
context:
space:
mode:
Diffstat (limited to 'icons-react/icons-js/prescription.js')
-rw-r--r--icons-react/icons-js/prescription.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons-react/icons-js/prescription.js b/icons-react/icons-js/prescription.js
index 5b7b7a2a..9748fd13 100644
--- a/icons-react/icons-js/prescription.js
+++ b/icons-react/icons-js/prescription.js
@@ -6,7 +6,7 @@ function IconPrescription({
stroke = 2,
...props
}) {
- return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-prescription" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><desc>{"Download more icon variants from https://tabler-icons.io/i/prescription"}</desc><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M6 19v-16h4.5a4.5 4.5 0 1 1 0 9h-4.5" /><path d="M19 21l-9 -9" /><path d="M13 21l6 -6" /></svg>;
+ return <svg xmlns="http://www.w3.org/2000/svg" className="icon icon-tabler icon-tabler-prescription" width={size} height={size} viewBox="0 0 24 24" strokeWidth={stroke} stroke={color} fill="none" strokeLinecap="round" strokeLinejoin="round" {...props}><path stroke="none" d="M0 0h24v24H0z" fill="none" /><path d="M6 19v-16h4.5a4.5 4.5 0 1 1 0 9h-4.5" /><path d="M19 21l-9 -9" /><path d="M13 21l6 -6" /></svg>;
}
export default IconPrescription; \ No newline at end of file