UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 725 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var UnpinSIcon = 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", { 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" }))); }); UnpinSIcon.displayName = 'UnpinSIcon';