@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.09 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BurgerSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.BurgerSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2 3.88235C2 3.39504 2.35817 3 2.8 3H13.2C13.6418 3 14 3.39504 14 3.88235C14 4.36966 13.6418 4.76471 13.2 4.76471H2.8C2.35817 4.76471 2 4.36966 2 3.88235ZM2 8C2 7.51269 2.35817 7.11765 2.8 7.11765H8.4C8.84183 7.11765 9.2 7.51269 9.2 8C9.2 8.48731 8.84183 8.88235 8.4 8.88235H2.8C2.35817 8.88235 2 8.48731 2 8ZM2 12.1176C2 11.6303 2.35817 11.2353 2.8 11.2353H13.2C13.6418 11.2353 14 11.6303 14 12.1176C14 12.605 13.6418 13 13.2 13H2.8C2.35817 13 2 12.605 2 12.1176Z", fill: "currentColor" }))); });
exports.BurgerSIcon.displayName = 'BurgerSIcon';