@brizy/ui-icons
Version:
4 lines (3 loc) • 792 B
JavaScript
import React from "react";
export const Key = ({ className, onClick, style }) => (React.createElement("svg", { className: className, style: style, onClick: onClick, width: "1em", height: "1em", viewBox: "0 0 16 16" },
React.createElement("path", { fill: "currentColor", d: "M14.492 1.508a5.162 5.162 0 0 0-7.292 0A5.155 5.155 0 0 0 5.944 6.74L.137 12.548a.468.468 0 0 0-.137.331v2.652c0 .26.21.469.469.469H3.12c.124 0 .243-.05.331-.137l.663-.664a.469.469 0 0 0 .134-.385l-.082-.712.986-.093a.468.468 0 0 0 .423-.423l.093-.987.712.083a.47.47 0 0 0 .523-.466v-.872h.857c.124 0 .243-.05.331-.138l1.202-1.186c1.836.595 3.825.154 5.198-1.22a5.162 5.162 0 0 0 0-7.292Zm-1.326 3.315a1.407 1.407 0 0 1-1.989 0 1.407 1.407 0 0 1 0-1.989 1.407 1.407 0 0 1 1.989 0c.548.548.548 1.44 0 1.989Z" })));