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.05 kB
import * as React from "react"; function QuotationMarkIcon({ 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: "M4 5c-1.649.002-3 1.35-3 3 0 .725.153 1.4.54 1.956.274.397.746.63 1.196.88.005.79-.005.984-.629 2.023-.407.678.377 1.443 1.045 1.02 1.418-.902 2.384-1.709 3.006-2.66C6.78 10.27 7 9.208 7 8a3.005 3.005 0 0 0-3-3zm8 0c-1.649.002-3 1.35-3 3 0 .725.153 1.4.54 1.956.274.397.746.63 1.196.88.005.79-.004.984-.629 2.023-.407.678.377 1.443 1.045 1.02 1.418-.902 2.384-1.709 3.006-2.66C14.78 10.27 15 9.208 15 8a3.005 3.005 0 0 0-3-3z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(QuotationMarkIcon); export default ForwardRef;