UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 886 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UnpinSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.UnpinSIcon = (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", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "m13.282 6.045.718.718m-.718-.718L9.455 2.218m3.827 3.827L9.335 9.993M8.737 1.5l.718.718m0 0L5.507 6.165M1.5 2.158l4.007 4.007M13.342 14 9.335 9.993M3 6.285h-.962l7.177 7.177V12.5M5.507 6.165l3.828 3.828m-5.861.717 1.435 1.436-2.87 1.316z" }))); }); exports.UnpinSIcon.displayName = 'UnpinSIcon';