react-icons
Version:
svg react icons of popular icon packs using ES6 imports
21 lines (17 loc) • 988 B
JavaScript
;
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 FaTrello = function FaTrello(props) {
return React.createElement(
IconBase,
_extends({ viewBox: "0 0 1567.1139 1896.0833" }, props),
React.createElement(
"g",
null,
React.createElement("path", { d: "m704 1344v-1024q0-14-9-23t-23-9h-480q-14 0-23 9t-9 23v1024q0 14 9 23t23 9h480q14 0 23-9t9-23z m672-384v-640q0-14-9-23t-23-9h-480q-14 0-23 9t-9 23v640q0 14 9 23t23 9h480q14 0 23-9t9-23z m160-768v1408q0 26-19 45t-45 19h-1408q-26 0-45-19t-19-45v-1408q0-26 19-45t45-19h1408q26 0 45 19t19 45z" })
)
);
};
exports["default"] = FaTrello;
module.exports = exports["default"];