@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.15 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FrankMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FrankMIcon = (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", { d: "M8.80546 3.80546C9.32118 3.28973 10.0207 3 10.75 3H17C17.4142 3 17.75 3.33579 17.75 3.75C17.75 4.16421 17.4142 4.5 17 4.5H10.75C10.4185 4.5 10.1005 4.6317 9.86612 4.86612C9.6317 5.10054 9.5 5.41848 9.5 5.75V9.5H16C16.4142 9.5 16.75 9.83579 16.75 10.25C16.75 10.6642 16.4142 11 16 11H9.5V14.25H11C11.4142 14.25 11.75 14.5858 11.75 15C11.75 15.4142 11.4142 15.75 11 15.75H9.5V20.25C9.5 20.6642 9.16421 21 8.75 21C8.33579 21 8 20.6642 8 20.25V15.75H6.25C5.83579 15.75 5.5 15.4142 5.5 15C5.5 14.5858 5.83579 14.25 6.25 14.25H8V5.75C8 5.02065 8.28973 4.32118 8.80546 3.80546Z", fill: "currentColor" }))); });
exports.FrankMIcon.displayName = 'FrankMIcon';