UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.03 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var PinOffMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.47 1.47a.75.75 0 0 1 1.06 0l8 8a.75.75 0 1 1-1.06 1.06l-.56-.56-4.94 4.94 5.56 5.56a.75.75 0 1 1-1.06 1.06l-18-18a.75.75 0 0 1 1.06-1.06l5.56 5.56 4.94-4.94-.56-.56a.75.75 0 0 1 0-1.06m1.62 2.682L10.153 9.09l4.757 4.757 4.94-4.939zM3.126 8.986a.75.75 0 0 1 .693-.463h2.546a.75.75 0 1 1 0 1.5h-.735l8.348 8.348v-.735a.75.75 0 1 1 1.5 0v2.546a.75.75 0 0 1-1.28.53L3.287 9.803a.75.75 0 0 1-.162-.817m2.801 6.268a.75.75 0 0 1 .604.216l2.182 2.181a.75.75 0 0 1-.136 1.169l-6.182 3.818a.75.75 0 0 1-1.018-1.054l4-6a.75.75 0 0 1 .55-.33m.19 1.923-1.585 2.378 2.45-1.513z", clipRule: "evenodd" }))); }); PinOffMIcon.displayName = 'PinOffMIcon';