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 904 B
import * as React from "react"; function TypeStrike01Icon({ 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: "M7.936 21.6h3.934m0 0h4.117m-4.117 0v-9.29M4.22 7.318V5.497c0-.368.16-.698.413-.924m7.237-.315h5.902c.684 0 1.24.555 1.24 1.239v2.331m-7.142-3.57v2.477m0-2.477H9.794M20.323 21.6 3.6 2.4" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(TypeStrike01Icon); export default ForwardRef;