@icongo/fc
Version:
Flat Color Icons
32 lines (31 loc) • 1.26 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCKindle = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCKindle = function FCKindle(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#37474F",
d: "M8 41V7c0-2.2 1.8-4 4-4h24c2.2 0 4 1.8 4 4v34c0 2.2-1.8 4-4 4H12c-2.2 0-4-1.8-4-4z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#eee",
d: "M35 6H13c-.6 0-1 .4-1 1v29c0 .6.4 1 1 1h22c.6 0 1-.4 1-1V7c0-.6-.4-1-1-1z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#546E7A",
d: "M20 40h8v2h-8z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#A1A1A1",
d: "M16 11h16v3H16zm0 7h16v2H16zm0 4h12v2H16zm0 4h16v2H16zm0 4h12v2H16z"
})]
}));
};
exports.FCKindle = FCKindle;