File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -1355,6 +1355,19 @@ export const HardDriveFilled = () => (
13551355 </ svg >
13561356) ;
13571357
1358+ export const HardDriveOutline = ( ) => (
1359+ < svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 24 24" >
1360+ < g data-name = "Layer 2" >
1361+ < g data-name = "hard-drive" >
1362+ < rect width = "24" height = "24" opacity = "0" />
1363+ < path d = "M20.79 11.34l-3.34-6.68A3 3 0 0 0 14.76 3H9.24a3 3 0 0 0-2.69 1.66l-3.34 6.68a2 2 0 0 0-.21.9V18a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3v-5.76a2 2 0 0 0-.21-.9zM8.34 5.55a1 1 0 0 1 .9-.55h5.52a1 1 0 0 1 .9.55L18.38 11H5.62zM18 19H6a1 1 0 0 1-1-1v-5h14v5a1 1 0 0 1-1 1z" />
1364+ < path d = "M16 15h-4a1 1 0 0 0 0 2h4a1 1 0 0 0 0-2z" />
1365+ < circle cx = "8" cy = "16" r = "1" />
1366+ </ g >
1367+ </ g >
1368+ </ svg >
1369+ ) ;
1370+
13581371export const Histogram = ( ) => (
13591372 < svg xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 24 24" >
13601373 < g data-name = "Layer 2" >
You can’t perform that action at this time.
0 commit comments