iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 750 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 AlignCenterVerticalBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M224 116h-8V72a20 20 0 00-20-20h-40a20 20 0 00-20 20v44h-16V48a20 20 0 00-20-20H60a20 20 0 00-20 20v68h-8a12 12 0 000 24h8v68a20 20 0 0020 20h40a20 20 0 0020-20v-68h16v44a20 20 0 0020 20h40a20 20 0 0020-20v-44h8a12 12 0 000-24zM96 204H64V52h32zm96-24h-32V76h32z" }));
exports.default = AlignCenterVerticalBold;