UNPKG

@jfstech/icons-react

Version:

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

26 lines 965 B
import * as React from "react"; function FileQuestion02Icon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "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", { strokeLinecap: "round", strokeLinejoin: "round", d: "M12 21.555H6a2.4 2.4 0 0 1-2.4-2.4v-14.4a2.4 2.4 0 0 1 2.4-2.4h10.8a2.4 2.4 0 0 1 2.4 2.4v4.2m-3.6 7.058c0-1.297 1.075-2.348 2.4-2.348 1.326 0 2.4 1.05 2.4 2.348 0 1.296-1.074 2.347-2.4 2.347m0 3.285v-.09M7.8 7.155H15m-7.2 3.6H15m-7.2 3.6h3.6" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(FileQuestion02Icon); export default ForwardRef;