@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 2.02 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var LinkOnMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.1723 4.92171L11.1369 6.95705C10.8441 7.24994 10.3692 7.24994 10.0763 6.95705C9.78339 6.66416 9.78339 6.18928 10.0763 5.89639L12.1247 3.84796C13.195 2.81189 14.6297 2.23808 16.1193 2.25017C17.6088 2.26227 19.0339 2.85936 20.0873 3.91267C21.1406 4.96599 21.7377 6.39111 21.7498 7.88067C21.7618 9.37023 21.188 10.8049 20.1519 11.8751L20.1434 11.8839L18.1035 13.9236C17.8106 14.2165 17.3358 14.2165 17.0429 13.9236C16.75 13.6307 16.75 13.1559 17.0429 12.863L19.0782 10.8276C19.838 10.0406 20.2587 8.98685 20.2498 7.89285C20.2409 6.79688 19.8016 5.74833 19.0266 4.97333C18.2516 4.19834 17.203 3.75902 16.1071 3.75012C15.0131 3.74124 13.9593 4.16197 13.1723 4.92171ZM15.317 8.68303C15.6099 8.97592 15.6099 9.4508 15.317 9.74369L9.74377 15.317C9.45087 15.6099 8.976 15.6099 8.68311 15.317C8.39021 15.0241 8.39021 14.5492 8.68311 14.2563L14.2564 8.68303C14.5493 8.39014 15.0241 8.39014 15.317 8.68303ZM6.95706 10.0763C7.24996 10.3692 7.24996 10.8441 6.95706 11.137L4.92173 13.1723C4.16198 13.9594 3.74126 15.0131 3.75014 16.1071C3.75904 17.2031 4.19836 18.2517 4.97335 19.0266C5.74834 19.8016 6.7969 20.241 7.89287 20.2499C8.98687 20.2587 10.0406 19.838 10.8276 19.0783L12.863 17.0429C13.1559 16.75 13.6308 16.75 13.9237 17.0429C14.2165 17.3358 14.2165 17.8107 13.9237 18.1036L11.8752 20.152C10.8049 21.1881 9.37025 21.7619 7.88069 21.7498C6.39113 21.7377 4.966 21.1406 3.91269 20.0873C2.85938 19.034 2.26228 17.6089 2.25019 16.1193C2.23809 14.6298 2.81197 13.1951 3.84804 12.1248L3.85652 12.1161L5.8964 10.0763C6.1893 9.78345 6.66417 9.78345 6.95706 10.0763Z", fill: "currentColor" }))); });
LinkOnMIcon.displayName = 'LinkOnMIcon';