@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.18 kB
JavaScript
;
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({ 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("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" }))); });
exports.PinOffSIcon.displayName = 'PinOffSIcon';