Dash-Icons added

This commit is contained in:
2023-04-08 05:03:46 -04:00
parent dee383efb5
commit 4695e934e6
10 changed files with 13 additions and 4 deletions
+13 -4
View File
@@ -1,4 +1,13 @@
import React, {Component} from 'react';
import Motivated from '../pages/assests/images/motivated.ico'
// import Instruction from '../pages/assests/images/instruction.ico'
// import Usr from '../pages/assests/images/user-friendly.ico'
import Guide from '../pages/assests/images/guide-book.ico'
// import Tracking from '../pages/assests/images/tracking3.ico'
// import Support from '../pages/assests/images/support.ico'
import QuickAccess from '../pages/assests/images/charging-station.ico'
import Metrics from '../pages/assests/images/metrics.ico'
// import Follow from '../pages/assests/images/self-driving.ico'
class Fleet extends React.Component {
render() {
@@ -82,7 +91,7 @@ class Fleet extends React.Component {
{/* FEATURE BOX #1 */}
<div id="fb-13-1" className="fbox-13 mt-50 mb-30 wow fadeInUp" data-wow-delay="0.4s">
{/* Icon */}
<div className="fbox-13-ico ico-75 skyblue-color"><span className="flaticon-clock" /></div>
<div className="fbox-13-ico ico-75 skyblue-color"><img src={Metrics} /></div>
{/* Title */}
<h5 className="h5-sm">{statsSection.metrics.title}</h5>
{/* Text */}
@@ -91,7 +100,7 @@ class Fleet extends React.Component {
{/* FEATURE BOX #2 */}
<div id="fb-13-2" className="fbox-13 wow fadeInUp" data-wow-delay="0.6s">
{/* Icon */}
<div className="fbox-13-ico ico-75 skyblue-color"><span className="flaticon-exercise" /></div>
<div className="fbox-13-ico ico-75 skyblue-color"><img src={Guide} /></div>
{/* Title */}
<h5 className="h5-sm">{statsSection.guide.title}</h5>
{/* Text */}
@@ -102,7 +111,7 @@ class Fleet extends React.Component {
{/* FEATURE BOX #3 */}
<div id="fb-13-3" className="fbox-13 mb-30 wow fadeInUp" data-wow-delay="0.8s">
{/* Icon */}
<div className="fbox-13-ico ico-75 skyblue-color"><span className="flaticon-salad" /></div>
<div className="fbox-13-ico ico-75 skyblue-color"><img src={QuickAccess} /></div>
{/* Title */}
<h5 className="h5-sm">{statsSection.access.title}</h5>
{/* Text */}
@@ -111,7 +120,7 @@ class Fleet extends React.Component {
{/* FEATURE BOX #4 */}
<div id="fb-13-4" className="fbox-13 wow fadeInUp" data-wow-delay="1s">
{/* Icon */}
<div className="fbox-13-ico ico-75 skyblue-color"><span className="flaticon-lose-weight" /></div>
<div className="fbox-13-ico ico-75 skyblue-color"><img src={Motivated} /></div>
{/* Title */}
<h5 className="h5-sm">{statsSection.motivated.title}</h5>
{/* Text */}
Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB