@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.09 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LinkMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.LinkMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m13.172 4.922-2.035 2.035a.75.75 0 1 1-1.06-1.06l2.048-2.049a5.677 5.677 0 0 1 8.027 8.027l-.009.009-2.04 2.04a.75.75 0 1 1-1.06-1.061l2.035-2.035a4.176 4.176 0 0 0-5.906-5.906m2.145 3.761a.75.75 0 0 1 0 1.06l-5.573 5.574a.75.75 0 1 1-1.06-1.06l5.572-5.574a.75.75 0 0 1 1.061 0m-8.36 1.393a.75.75 0 0 1 0 1.061l-2.035 2.035a4.177 4.177 0 0 0 5.906 5.906l2.035-2.035a.75.75 0 0 1 1.06 1.06l-2.048 2.049a5.677 5.677 0 0 1-8.027-8.027l.009-.009 2.04-2.04a.75.75 0 0 1 1.06 0", clipRule: "evenodd" }))); });
exports.LinkMIcon.displayName = 'LinkMIcon';