iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 733 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 BeltBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M244 156h-48v-56h48a12 12 0 000-24h-52a20 20 0 00-16-8h-64a20 20 0 00-16 8H67.3a12 12 0 00-22.6 0H12a12 12 0 000 24h32v56H12a12 12 0 000 24h32.7a12 12 0 0022.6 0H96a20 20 0 0016 8h64a20 20 0 0016-8h52a12 12 0 000-24zM68 100h24v56H68zm48-8h56v24h-28a12 12 0 000 24h28v24h-56z" }));
exports.default = BeltBold;