@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.94 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var PinOffMIcon = 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.4697 1.46967C13.7626 1.17678 14.2374 1.17678 14.5303 1.46967L22.5303 9.46967C22.8232 9.76256 22.8232 10.2374 22.5303 10.5303C22.2374 10.8232 21.7626 10.8232 21.4697 10.5303L20.9091 9.96975L15.9698 14.9091L21.5303 20.4697C21.8232 20.7626 21.8232 21.2374 21.5303 21.5303C21.2374 21.8232 20.7626 21.8232 20.4697 21.5303L2.46968 3.53033C2.17679 3.23744 2.17679 2.76256 2.46968 2.46967C2.76257 2.17678 3.23745 2.17678 3.53034 2.46967L9.09092 8.03025L14.0303 3.09091L13.4697 2.53033C13.1768 2.23744 13.1768 1.76256 13.4697 1.46967ZM15.0909 4.15157L10.1516 9.09091L14.9091 13.8484L19.8484 8.90909L15.0909 4.15157ZM3.12528 8.98571C3.24137 8.70546 3.51485 8.52273 3.81819 8.52273H6.36365C6.77786 8.52273 7.11365 8.85851 7.11365 9.27273C7.11365 9.68694 6.77786 10.0227 6.36365 10.0227H5.62885L13.9773 18.3712V17.6364C13.9773 17.2221 14.3131 16.8864 14.7273 16.8864C15.1415 16.8864 15.4773 17.2221 15.4773 17.6364V20.1818C15.4773 20.4852 15.2946 20.7586 15.0143 20.8747C14.734 20.9908 14.4115 20.9266 14.197 20.7121L3.28786 9.80306C3.07336 9.58856 3.0092 9.26597 3.12528 8.98571ZM5.92611 15.2536C6.14971 15.2315 6.37146 15.3108 6.53034 15.4697L8.71216 17.6515C8.87427 17.8136 8.95333 18.0409 8.92678 18.2687C8.90024 18.4964 8.771 18.6994 8.57595 18.8199L2.39413 22.6381C2.09412 22.8234 1.70554 22.7747 1.46056 22.521C1.21558 22.2674 1.18037 21.8774 1.37597 21.584L5.37597 15.584C5.50061 15.397 5.70251 15.2758 5.92611 15.2536ZM6.11658 17.1772L4.53143 19.555L6.9812 18.0419L6.11658 17.1772Z", fill: "currentColor" }))); });
PinOffMIcon.displayName = 'PinOffMIcon';