|  | 
|  | 1 | +import React, { Component } from 'react'; | 
|  | 2 | +import { Badge, Card, CardBody, CardHeader, Col, Row } from 'reactstrap'; | 
|  | 3 | + | 
|  | 4 | +class CoreUIIcons extends Component { | 
|  | 5 | +  render() { | 
|  | 6 | +    return ( | 
|  | 7 | +      <div className="animated fadeIn"> | 
|  | 8 | +        <Card> | 
|  | 9 | +          <CardHeader> | 
|  | 10 | +            <i className="fa fa-picture-o"></i>CoreUI Icons{' '} <Badge color={'info'}>New</Badge> | 
|  | 11 | +            <div className="card-header-actions"> | 
|  | 12 | +              <a href="https://github.com/coreui/coreui-icons" rel="noreferrer noopener" target="_blank" className="card-header-action"> | 
|  | 13 | +                <small className="text-muted">Github</small> | 
|  | 14 | +              </a> | 
|  | 15 | +            </div> | 
|  | 16 | +          </CardHeader> | 
|  | 17 | +          <CardBody> | 
|  | 18 | +            <Row className="text-center"> | 
|  | 19 | +              <Col xs="6" sm="4" md="3"> | 
|  | 20 | +                <i className="cui-basket-loaded icons font-2xl d-block mt-4"></i> | 
|  | 21 | +                <div>basket-loaded</div> | 
|  | 22 | +              </Col> | 
|  | 23 | +              <Col xs="6" sm="4" md="3"> | 
|  | 24 | +                <i className="cui-bell icons font-2xl d-block mt-4"></i> | 
|  | 25 | +                <div>bell</div> | 
|  | 26 | +              </Col> | 
|  | 27 | +              <Col xs="6" sm="4" md="3"> | 
|  | 28 | +                <i className="cui-calculator icons font-2xl d-block mt-4"></i> | 
|  | 29 | +                <div>calculator</div> | 
|  | 30 | +              </Col> | 
|  | 31 | +              <Col xs="6" sm="4" md="3"> | 
|  | 32 | +                <i className="cui-calendar icons font-2xl d-block mt-4"></i> | 
|  | 33 | +                <div>calendar</div> | 
|  | 34 | +              </Col> | 
|  | 35 | +              <Col xs="6" sm="4" md="3"> | 
|  | 36 | +                <i className="cui-camera icons font-2xl d-block mt-4"></i> | 
|  | 37 | +                <div>camera</div> | 
|  | 38 | +              </Col> | 
|  | 39 | +              <Col xs="6" sm="4" md="3"> | 
|  | 40 | +                <i className="cui-chart icons font-2xl d-block mt-4"></i> | 
|  | 41 | +                <div>chart</div> | 
|  | 42 | +              </Col> | 
|  | 43 | +              <Col xs="6" sm="4" md="3"> | 
|  | 44 | +                <i className="cui-cloud-download icons font-2xl d-block mt-4"></i> | 
|  | 45 | +                <div>cloud-download</div> | 
|  | 46 | +              </Col> | 
|  | 47 | +              <Col xs="6" sm="4" md="3"> | 
|  | 48 | +                <i className="cui-cursor icons font-2xl d-block mt-4"></i> | 
|  | 49 | +                <div>cursor</div> | 
|  | 50 | +              </Col> | 
|  | 51 | +              <Col xs="6" sm="4" md="3"> | 
|  | 52 | +                <i className="cui-cursor-move icons font-2xl d-block mt-4"></i> | 
|  | 53 | +                <div>cursor-move</div> | 
|  | 54 | +              </Col> | 
|  | 55 | +              <Col xs="6" sm="4" md="3"> | 
|  | 56 | +                <i className="cui-drop icons font-2xl d-block mt-4"></i> | 
|  | 57 | +                <div>drop</div> | 
|  | 58 | +              </Col> | 
|  | 59 | +              <Col xs="6" sm="4" md="3"> | 
|  | 60 | +                <i className="cui-energy icons font-2xl d-block mt-4"></i> | 
|  | 61 | +                <div>energy</div> | 
|  | 62 | +              </Col> | 
|  | 63 | +              <Col xs="6" sm="4" md="3"> | 
|  | 64 | +                <i className="cui-envelope-letter icons font-2xl d-block mt-4"></i> | 
|  | 65 | +                <div>envelope-letter</div> | 
|  | 66 | +              </Col> | 
|  | 67 | +              <Col xs="6" sm="4" md="3"> | 
|  | 68 | +                <i className="cui-equalizer icons font-2xl d-block mt-4"></i> | 
|  | 69 | +                <div>equalizer</div> | 
|  | 70 | +              </Col> | 
|  | 71 | +              <Col xs="6" sm="4" md="3"> | 
|  | 72 | +                <i className="cui-globe icons font-2xl d-block mt-4"></i> | 
|  | 73 | +                <div>globe</div> | 
|  | 74 | +              </Col> | 
|  | 75 | +              <Col xs="6" sm="4" md="3"> | 
|  | 76 | +                <i className="cui-graph icons font-2xl d-block mt-4"></i> | 
|  | 77 | +                <div>graph</div> | 
|  | 78 | +              </Col> | 
|  | 79 | +              <Col xs="6" sm="4" md="3"> | 
|  | 80 | +                <i className="cui-home icons font-2xl d-block mt-4"></i> | 
|  | 81 | +                <div>home</div> | 
|  | 82 | +              </Col> | 
|  | 83 | +              <Col xs="6" sm="4" md="3"> | 
|  | 84 | +                <i className="cui-layers icons font-2xl d-block mt-4"></i> | 
|  | 85 | +                <div>layers</div> | 
|  | 86 | +              </Col> | 
|  | 87 | +              <Col xs="6" sm="4" md="3"> | 
|  | 88 | +                <i className="cui-list icons font-2xl d-block mt-4"></i> | 
|  | 89 | +                <div>list</div> | 
|  | 90 | +              </Col> | 
|  | 91 | +              <Col xs="6" sm="4" md="3"> | 
|  | 92 | +                <i className="cui-location-pin icons font-2xl d-block mt-4"></i> | 
|  | 93 | +                <div>location-pin</div> | 
|  | 94 | +              </Col> | 
|  | 95 | +              <Col xs="6" sm="4" md="3"> | 
|  | 96 | +                <i className="cui-map icons font-2xl d-block mt-4"></i> | 
|  | 97 | +                <div>map</div> | 
|  | 98 | +              </Col> | 
|  | 99 | +              <Col xs="6" sm="4" md="3"> | 
|  | 100 | +                <i className="cui-note icons font-2xl d-block mt-4"></i> | 
|  | 101 | +                <div>note</div> | 
|  | 102 | +              </Col> | 
|  | 103 | +              <Col xs="6" sm="4" md="3"> | 
|  | 104 | +                <i className="cui-options icons font-2xl d-block mt-4"></i> | 
|  | 105 | +                <div>options</div> | 
|  | 106 | +              </Col> | 
|  | 107 | +              <Col xs="6" sm="4" md="3"> | 
|  | 108 | +                <i className="cui-pencil icons font-2xl d-block mt-4"></i> | 
|  | 109 | +                <div>pencil</div> | 
|  | 110 | +              </Col> | 
|  | 111 | +              <Col xs="6" sm="4" md="3"> | 
|  | 112 | +                <i className="cui-people icons font-2xl d-block mt-4"></i> | 
|  | 113 | +                <div>people</div> | 
|  | 114 | +              </Col> | 
|  | 115 | +              <Col xs="6" sm="4" md="3"> | 
|  | 116 | +                <i className="cui-pie-chart icons font-2xl d-block mt-4"></i> | 
|  | 117 | +                <div>pie-chart</div> | 
|  | 118 | +              </Col> | 
|  | 119 | +              <Col xs="6" sm="4" md="3"> | 
|  | 120 | +                <i className="cui-puzzle icons font-2xl d-block mt-4"></i> | 
|  | 121 | +                <div>puzzle</div> | 
|  | 122 | +              </Col> | 
|  | 123 | +              <Col xs="6" sm="4" md="3"> | 
|  | 124 | +                <i className="cui-screen-desktop icons font-2xl d-block mt-4"></i> | 
|  | 125 | +                <div>screen-desktop</div> | 
|  | 126 | +              </Col> | 
|  | 127 | +              <Col xs="6" sm="4" md="3"> | 
|  | 128 | +                <i className="cui-screen-smartphone icons font-2xl d-block mt-4"></i> | 
|  | 129 | +                <div>screen-smartphone</div> | 
|  | 130 | +              </Col> | 
|  | 131 | +              <Col xs="6" sm="4" md="3"> | 
|  | 132 | +                <i className="cui-settings icons font-2xl d-block mt-4"></i> | 
|  | 133 | +                <div>settings</div> | 
|  | 134 | +              </Col> | 
|  | 135 | +              <Col xs="6" sm="4" md="3"> | 
|  | 136 | +                <i className="cui-social-facebook icons font-2xl d-block mt-4"></i> | 
|  | 137 | +                <div>social-facebook</div> | 
|  | 138 | +              </Col> | 
|  | 139 | +              <Col xs="6" sm="4" md="3"> | 
|  | 140 | +                <i className="cui-social-skype icons font-2xl d-block mt-4"></i> | 
|  | 141 | +                <div>social-skype</div> | 
|  | 142 | +              </Col> | 
|  | 143 | +              <Col xs="6" sm="4" md="3"> | 
|  | 144 | +                <i className="cui-social-twitter icons font-2xl d-block mt-4"></i> | 
|  | 145 | +                <div>social-twitter</div> | 
|  | 146 | +              </Col> | 
|  | 147 | +              <Col xs="6" sm="4" md="3"> | 
|  | 148 | +                <i className="cui-speech icons font-2xl d-block mt-4"></i> | 
|  | 149 | +                <div>speech</div> | 
|  | 150 | +              </Col> | 
|  | 151 | +              <Col xs="6" sm="4" md="3"> | 
|  | 152 | +                <i className="cui-speedometer icons font-2xl d-block mt-4"></i> | 
|  | 153 | +                <div>speedometer</div> | 
|  | 154 | +              </Col> | 
|  | 155 | +              <Col xs="6" sm="4" md="3"> | 
|  | 156 | +                <i className="cui-star icons font-2xl d-block mt-4"></i> | 
|  | 157 | +                <div>star</div> | 
|  | 158 | +              </Col> | 
|  | 159 | +              <Col xs="6" sm="4" md="3"> | 
|  | 160 | +                <i className="cui-user icons font-2xl d-block mt-4"></i> | 
|  | 161 | +                <div>user</div> | 
|  | 162 | +              </Col> | 
|  | 163 | +              <Col xs="6" sm="4" md="3"> | 
|  | 164 | +                <i className="cui-user-female icons font-2xl d-block mt-4"></i> | 
|  | 165 | +                <div>user-female</div> | 
|  | 166 | +              </Col> | 
|  | 167 | +              <Col xs="6" sm="4" md="3"> | 
|  | 168 | +                <i className="cui-user-follow icons font-2xl d-block mt-4"></i> | 
|  | 169 | +                <div>user-follow</div> | 
|  | 170 | +              </Col> | 
|  | 171 | +              <Col xs="6" sm="4" md="3"> | 
|  | 172 | +                <i className="cui-user-unfollow icons font-2xl d-block mt-4"></i> | 
|  | 173 | +                <div>user-unfollow</div> | 
|  | 174 | +              </Col> | 
|  | 175 | +            </Row> | 
|  | 176 | +          </CardBody> | 
|  | 177 | +        </Card> | 
|  | 178 | +      </div> | 
|  | 179 | +    ); | 
|  | 180 | +  } | 
|  | 181 | +} | 
|  | 182 | + | 
|  | 183 | +export default CoreUIIcons; | 
0 commit comments