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 928 B
const React = require("react"); function CheckDoubleIcon({ 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: "M8.603 4.264a.75.75 0 0 0-.479.32L4.634 9.82 2.783 7.97a.75.75 0 0 0-1.062 0 .75.75 0 0 0 0 1.062L4.22 11.53a.75.75 0 0 0 1.155-.116l3.999-5.998a.75.75 0 0 0-.771-1.152Zm5.195-.012a.75.75 0 0 0-.672.332L9.633 9.818l-.836-.836-.85 1.276 1.272 1.271a.75.75 0 0 0 1.156-.115l3.999-5.998a.75.75 0 0 0-.576-1.164Z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(CheckDoubleIcon); module.exports = ForwardRef;