@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.01 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var PinOffSIcon = 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("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.207.97a.75.75 0 0 1 1.06 0l5.263 5.263a.75.75 0 0 1-1.06 1.06l-.188-.187-2.886 2.887 3.476 3.477a.75.75 0 1 1-1.06 1.06L.97 2.688a.75.75 0 0 1 1.06-1.06l3.477 3.476 2.887-2.886-.187-.188a.75.75 0 0 1 0-1.06m1.248 2.308L6.568 6.165l2.767 2.767 2.887-2.887zm-8.11 2.72a.75.75 0 0 1 .693-.463H3a.75.75 0 0 1 .578 1.228l5.159 5.16a.75.75 0 0 1 1.229.578v.96a.75.75 0 0 1-1.281.531L1.508 6.815a.75.75 0 0 1-.163-.817M3.36 9.969a.75.75 0 0 1 .644.211l1.435 1.436a.75.75 0 0 1-.217 1.212L2.35 14.144a.75.75 0 0 1-.978-1.03l1.436-2.75a.75.75 0 0 1 .55-.395", clipRule: "evenodd" }))); });
PinOffSIcon.displayName = 'PinOffSIcon';