UNPKG

@nomercyicons/react

Version:
41 lines 1.32 kB
import * as React from "react"; function SummarizeTwoToneIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "none", "aria-hidden": "true", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("path", { fill: "none", d: "M0 0h24v24H0V0z" }), /*#__PURE__*/React.createElement("path", { d: "M14 5H5v14h14v-9h-5V5zM8 17c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1zm0-4c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z", opacity: 0.3 }), /*#__PURE__*/React.createElement("circle", { cx: 8, cy: 8, r: 1 }), /*#__PURE__*/React.createElement("path", { d: "M15 3H5c-1.1 0-1.99.9-1.99 2L3 19c0 1.1.89 2 1.99 2H19c1.1 0 2-.9 2-2V9l-6-6zm4 16H5V5h9v5h5v9z" }), /*#__PURE__*/React.createElement("circle", { cx: 8, cy: 12, r: 1 }), /*#__PURE__*/React.createElement("circle", { cx: 8, cy: 16, r: 1 })); } const ForwardRef = React.forwardRef(SummarizeTwoToneIcon); export default ForwardRef;