UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

21 lines (17 loc) 1.23 kB
"use strict"; exports.__esModule = true; var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; var IconBase = require("../IconBase"); var FaCab = function FaCab(props) { return React.createElement( IconBase, _extends({ viewBox: "0 0 2048 1896.0833" }, props), React.createElement( "g", null, React.createElement("path", { d: "m1824 896q93 0 158.5 65.5t65.5 158.5v384q0 14-9 23t-23 9h-96v64q0 80-56 136t-136 56-136-56-56-136v-64h-1024v64q0 80-56 136t-136 56-136-56-56-136v-64h-96q-14 0-23-9t-9-23v-384q0-93 65.5-158.5t158.5-65.5h28l105-419q23-94 104-157.5t179-63.5h128v-224q0-14 9-23t23-9h448q14 0 23 9t9 23v224h128q98 0 179 63.5t104 157.5l105 419h28z m-1504 480q66 0 113-47t47-113-47-113-113-47-113 47-47 113 47 113 113 47z m196-480h1016l-89-357q-2-8-14-17.5t-21-9.5h-768q-9 0-21 9.5t-14 17.5z m1212 480q66 0 113-47t47-113-47-113-113-47-113 47-47 113 47 113 113 47z" }) ) ); }; exports["default"] = FaCab; module.exports = exports["default"];