iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 791 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 BeltLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M248 162h-58V94h58a6 6 0 000-12h-59.37A14 14 0 00176 74h-64a14 14 0 00-12.63 8H62v-2a6 6 0 00-12 0v2H8a6 6 0 000 12h42v68H8a6 6 0 000 12h42v2a6 6 0 0012 0v-2h37.37a14 14 0 0012.63 8h64a14 14 0 0012.63-8H248a6 6 0 000-12zM62 94h36v68H62zm114 76h-64a2 2 0 01-2-2V88a2 2 0 012-2h64a2 2 0 012 2v34h-34a6 6 0 000 12h34v34a2 2 0 01-2 2z" }));
exports.default = BeltLight;