iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 742 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const AlignBottomBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M228 216a12 12 0 01-12 12H40a12 12 0 010-24h176a12 12 0 0112 12zm-92-48V80a20 20 0 0120-20h36a20 20 0 0120 20v88a20 20 0 01-20 20h-36a20 20 0 01-20-20zm24-4h28V84h-28zm-116 4V40a20 20 0 0120-20h36a20 20 0 0120 20v128a20 20 0 01-20 20H64a20 20 0 01-20-20zm24-4h28V44H68z" }));
exports.default = AlignBottomBold;