UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 908 B
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var KeySIcon = 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", { fill: "currentColor", fillRule: "evenodd", d: "M12.495 1.464a.75.75 0 0 1 1.049 0l2.23 2.182a.75.75 0 0 1-1.048 1.072l-1.707-1.669-1.437 1.406 1.404 1.372A.75.75 0 0 1 11.937 6.9L10.51 5.504l-3.027 2.96a3.95 3.95 0 0 1 .71 2.263c0 2.238-1.85 4.023-4.097 4.023C1.85 14.75 0 12.965 0 10.727s1.85-4.022 4.096-4.022c.858 0 1.657.26 2.318.706l3.57-3.491.003-.004zm-6.593 7.45a2.62 2.62 0 0 0-1.806-.71c-1.45 0-2.596 1.146-2.596 2.523s1.147 2.523 2.596 2.523 2.596-1.145 2.596-2.523a2.48 2.48 0 0 0-.79-1.812", clipRule: "evenodd" }))); }); KeySIcon.displayName = 'KeySIcon';