UNPKG

@ozen-ui/icons

Version:

A collection of icons

13 lines (12 loc) 1.53 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UnlinkSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.UnlinkSIcon = (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(#UnlinkSIcon__a)" }, react_1.default.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_1.default.createElement("defs", null, react_1.default.createElement("clipPath", { id: "UnlinkSIcon__a" }, react_1.default.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" }))))); }); exports.UnlinkSIcon.displayName = 'UnlinkSIcon';