iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 825 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 Burger1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M8.5 3.75A5.25 5.25 0 003.25 9v1.484a2.25 2.25 0 000 4.032V18a2.25 2.25 0 002.25 2.25h13A2.25 2.25 0 0020.75 18v-3.484a2.25 2.25 0 000-4.032V9c0-2.9-2.35-5.25-5.25-5.25h-7zm11.25 8a.75.75 0 010 1.5H4.25a.75.75 0 010-1.5h15.5zm-.5-1.5H4.75V9A3.75 3.75 0 018.5 5.25h7A3.75 3.75 0 0119.25 9v1.25zm-14.5 4.5h14.5V18a.75.75 0 01-.75.75h-13a.75.75 0 01-.75-.75v-3.25z", fill: "#323544" }));
exports.default = Burger1;