UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

21 lines (17 loc) 1.09 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 FaDiamond = function FaDiamond(props) { return React.createElement( IconBase, _extends({ viewBox: "0 0 2048.0005 1896.0833" }, props), React.createElement( "g", null, React.createElement("path", { d: "m212.0005 768l623 665-300-665h-323z m812.0000000000001 772l349-772h-698z m-486.0000000000001-900l204-384h-262l-288 384h346z m675.0000000000001 793l623-665h-323z m-530.0000000000001-793h682l-204-384h-274z m827.0000000000001 0h346l-288-384h-262z m141-486l384 512q14 18 13 41.5t-17 40.5l-960 1024q-18 20-47 20t-47-20l-960-1024q-16-17-17-40.5t13-41.5l384-512q18-26 51-26h1152q33 0 51 26z" }) ) ); }; exports["default"] = FaDiamond; module.exports = exports["default"];