@ozen-ui/icons
Version:
A collection of icons
13 lines (12 loc) • 1.38 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.LinkSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.LinkSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("g", { clipPath: "url(#LinkSIcon__a)" },
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.029 2.614 7.447 4.196a.75.75 0 1 1-1.06-1.061L7.98 1.54a4.582 4.582 0 0 1 6.48 6.479l-.01.009-1.586 1.586a.75.75 0 0 1-1.06-1.06l1.582-1.583a3.082 3.082 0 0 0-4.358-4.357m1.669 2.688a.75.75 0 0 1 0 1.06l-4.335 4.336a.75.75 0 1 1-1.06-1.06l4.334-4.336a.75.75 0 0 1 1.06 0M4.196 6.386a.75.75 0 0 1 0 1.06L2.614 9.03a3.082 3.082 0 0 0 4.357 4.358l1.582-1.582a.75.75 0 1 1 1.061 1.06L8.02 14.46a4.582 4.582 0 0 1-6.48-6.479l.01-.008 1.586-1.587a.75.75 0 0 1 1.06 0", clipRule: "evenodd" })),
react_1.default.createElement("defs", null,
react_1.default.createElement("clipPath", { id: "LinkSIcon__a" },
react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
exports.LinkSIcon.displayName = 'LinkSIcon';