UNPKG

@sidekickicons/react

Version:

<p align="center"> <a href="https://heroicons.com" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/ndri/sidekickicons/HEAD/.github/logo-dark.svg"> <source media="(prefers-

22 lines 1.28 kB
const React = require("react"); function PasswordPencilIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", fill: "currentColor", "aria-hidden": "true", "data-slot": "icon", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { d: "M14.313 3.322a1.063 1.063 0 0 0-.43.076c-.237.09-.421.226-.594.399l-2.533 2.531c-.196.196-.366.411-.506.64l-.39.643a.75.75 0 0 0 1.029 1.03l.642-.391c.23-.14.445-.31.64-.506l2.532-2.533c.173-.173.309-.357.399-.594.044-.118.081-.252.076-.43a.924.924 0 0 0-.258-.607.923.923 0 0 0-.607-.258ZM3.23 4.5C2.014 4.5 1 5.489 1 6.705v2.59C1 10.51 2.014 11.5 3.23 11.5h9.54c1.216 0 2.23-.989 2.23-2.205v-2.26l-1.768 1.768c-.273.273-.58.52-.921.728l-.637.389c-.91.556-2.116.322-2.766-.328-.65-.65-.884-1.856-.328-2.766l.389-.637c.208-.341.455-.648.728-.921l.768-.768Zm.27 2.25a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Zm3 0a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(PasswordPencilIcon); module.exports = ForwardRef;