@ozen-ui/icons
Version:
A collection of icons
10 lines (9 loc) • 1.33 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var UnlinkSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
React.createElement("g", { clipPath: "url(#UnlinkSIcon__a)" },
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M.47.47a.75.75 0 0 1 1.06 0L8 6.94l1.624-1.624a.75.75 0 0 1 1.06 1.06L9.061 8l6.47 6.47a.75.75 0 0 1-1.061 1.06l-14-14a.75.75 0 0 1 0-1.06m8.556 2.18L7.453 4.224a.75.75 0 1 1-1.06-1.061l1.585-1.585a4.558 4.558 0 0 1 6.445 6.445l-.008.009-1.577 1.576a.75.75 0 0 1-1.06-1.06l1.572-1.572A3.058 3.058 0 0 0 9.026 2.65M4.223 6.394a.75.75 0 0 1 0 1.06L2.65 9.026a3.058 3.058 0 0 0 4.324 4.324l1.572-1.573a.75.75 0 1 1 1.06 1.061l-1.585 1.585a4.558 4.558 0 0 1-6.445-6.445l.008-.009 1.577-1.576a.75.75 0 0 1 1.06 0m2.692 2.692a.75.75 0 0 1 0 1.06l-.539.54a.75.75 0 1 1-1.06-1.062l.538-.538a.75.75 0 0 1 1.06 0", clipRule: "evenodd" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "UnlinkSIcon__a" },
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); });
UnlinkSIcon.displayName = 'UnlinkSIcon';