UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.43 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var KeySIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.4948 1.46382C12.7863 1.17873 13.2522 1.17873 13.5436 1.46382L15.7744 3.64564C16.0705 3.93526 16.0758 4.41011 15.7862 4.70623C15.4966 5.00236 15.0217 5.00762 14.7256 4.718L13.0192 3.04909L11.5822 4.45455L12.986 5.82746C13.2821 6.11708 13.2873 6.59193 12.9977 6.88805C12.7081 7.18418 12.2332 7.18944 11.9371 6.89982L10.5096 5.50363L7.48326 8.46358C7.93011 9.10665 8.19231 9.88494 8.19231 10.7273C8.19231 12.9646 6.34261 14.75 4.09615 14.75C1.8497 14.75 0 12.9646 0 10.7273C0 8.48999 1.84969 6.70455 4.09615 6.70455C4.95365 6.70455 5.75334 6.96469 6.41441 7.4108L9.98364 3.91989C9.98483 3.91872 9.98603 3.91755 9.98722 3.91639L12.4948 1.46382ZM5.90204 8.91489C5.43716 8.47654 4.80264 8.20455 4.09615 8.20455C2.64657 8.20455 1.5 9.34961 1.5 10.7273C1.5 12.105 2.64656 13.25 4.09615 13.25C5.54575 13.25 6.69231 12.105 6.69231 10.7273C6.69231 10.0556 6.41973 9.43913 5.97235 8.98377C5.95594 8.96966 5.94 8.95472 5.92459 8.93896C5.91686 8.93106 5.90935 8.92303 5.90204 8.91489Z", fill: "currentColor" }))); }); KeySIcon.displayName = 'KeySIcon';