@icongo/fc
Version:
Flat Color Icons
24 lines • 854 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var FCKindle = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_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__*/_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__*/_jsx("path", {
fill: "#546E7A",
d: "M20 40h8v2h-8z"
}), /*#__PURE__*/_jsx("path", {
fill: "#A1A1A1",
d: "M16 11h16v3H16zm0 7h16v2H16zm0 4h12v2H16zm0 4h16v2H16zm0 4h12v2H16z"
})]
}));
export { FCKindle };