UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.21 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BurgerMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.BurgerMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.89294 6C2.89294 5.58579 3.22873 5.25 3.64294 5.25H20.3572C20.7714 5.25 21.1072 5.58579 21.1072 6C21.1072 6.41421 20.7714 6.75 20.3572 6.75H3.64294C3.22873 6.75 2.89294 6.41421 2.89294 6ZM2.89294 12C2.89294 11.5858 3.22873 11.25 3.64294 11.25H12.6429C13.0572 11.25 13.3929 11.5858 13.3929 12C13.3929 12.4142 13.0572 12.75 12.6429 12.75H3.64294C3.22873 12.75 2.89294 12.4142 2.89294 12ZM2.89294 18C2.89294 17.5858 3.22873 17.25 3.64294 17.25H20.3572C20.7714 17.25 21.1072 17.5858 21.1072 18C21.1072 18.4142 20.7714 18.75 20.3572 18.75H3.64294C3.22873 18.75 2.89294 18.4142 2.89294 18Z", fill: "currentColor" }))); }); exports.BurgerMIcon.displayName = 'BurgerMIcon';