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.83 kB
const React = require("react"); function MaskIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", 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: "M5.89 6.62c-.245.002-.49.009-.73.019-.962.04-1.873.123-2.66.123a.75.75 0 0 0-.744.664s-.097.828-.145 1.853c-.047 1.026-.066 2.228.16 3.17.278 1.153.771 2.38 1.704 3.297.804.792 1.862 1.22 2.877 1.426 1.399.283 3.011.358 4.45-.276.539-.237.885-.631 1.198-.982.313.35.66.745 1.197.982 1.44.634 3.052.56 4.451.276 1.015-.206 2.073-.634 2.877-1.426.933-.918 1.426-2.144 1.704-3.297.226-.942.207-2.144.16-3.17-.048-1.025-.145-1.853-.145-1.853a.75.75 0 0 0-.744-.664c-1.573 0-3.645-.331-5.627.01-.822.14-1.825.507-2.67.84-.672.264-1.003.416-1.203.505-.2-.089-.53-.241-1.203-.506-.845-.332-1.848-.698-2.67-.84a12.402 12.402 0 0 0-2.236-.152zm1.376 3.7c.37.001.762.05 1.162.149.64.157 1.188.406 1.601.746.207.17.385.364.504.615.12.251.166.587.057.889-.218.603-.783.817-1.324.91-.541.093-1.16.06-1.801-.098-.64-.157-1.189-.406-1.602-.746a1.801 1.801 0 0 1-.504-.615 1.184 1.184 0 0 1-.056-.889c.218-.603.783-.817 1.324-.91.203-.035.417-.051.639-.05zm9.293.022c.302-.007.592.015.86.07.539.11 1.098.338 1.298.947.1.305.045.64-.082.887s-.31.436-.522.6c-.423.328-.978.56-1.623.699-.644.138-1.265.152-1.802.043-.538-.11-1.097-.338-1.297-.947-.1-.305-.045-.64.082-.887s.312-.436.523-.6c.423-.328.976-.56 1.621-.699.323-.069.639-.106.942-.113z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(MaskIcon); module.exports = ForwardRef;