UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 2.01 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PinOffSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.PinOffSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.20651 0.969669C8.49941 0.676776 8.97428 0.676777 9.26717 0.96967L14.5303 6.23283C14.8232 6.52572 14.8232 7.00059 14.5303 7.29349C14.2374 7.58638 13.7626 7.58638 13.4697 7.29349L13.2823 7.10611L10.3956 9.99282L13.8724 13.4697C14.1653 13.7626 14.1653 14.2374 13.8724 14.5303C13.5795 14.8232 13.1047 14.8232 12.8118 14.5303L0.96967 2.68822C0.676777 2.39533 0.676777 1.92046 0.96967 1.62756C1.26256 1.33467 1.73744 1.33467 2.03033 1.62756L5.50718 5.10441L8.39388 2.2177L8.20651 2.03033C7.91362 1.73744 7.91362 1.26256 8.20651 0.969669ZM9.45454 3.27836L6.56784 6.16507L9.33493 8.93216L12.2216 6.04545L9.45454 3.27836ZM1.34537 5.99768C1.46145 5.71742 1.73493 5.53469 2.03828 5.53469H3C3.41421 5.53469 3.75 5.87047 3.75 6.28469C3.75 6.4666 3.68523 6.63339 3.5775 6.76325L8.73675 11.9225C8.86661 11.8148 9.03339 11.75 9.21531 11.75C9.62952 11.75 9.96531 12.0858 9.96531 12.5V13.4617C9.96531 13.7651 9.78258 14.0385 9.50232 14.1546C9.22207 14.2707 8.89948 14.2065 8.68498 13.9921L1.50795 6.81502C1.29345 6.60052 1.22928 6.27793 1.34537 5.99768ZM3.35994 9.9692C3.59598 9.93298 3.83516 10.0113 4.00401 10.1802L5.43942 11.6156C5.61306 11.7892 5.6907 12.0369 5.64726 12.2786C5.60383 12.5203 5.44482 12.7254 5.22158 12.8277L2.35075 14.1435C2.05937 14.2771 1.71532 14.2107 1.49454 13.9783C1.27376 13.746 1.22505 13.399 1.37332 13.1148L2.80875 10.3636C2.91921 10.1519 3.12389 10.0054 3.35994 9.9692Z", fill: "currentColor" }))); }); exports.PinOffSIcon.displayName = 'PinOffSIcon';