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

25 lines 1.25 kB
const React = require("react"); function ArrowDownContained02Icon({ 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", { fill: "#000", d: "M16.618 13.431a1 1 0 0 0-1.28-1.536zM12 15.978l-.64.768a1 1 0 0 0 1.28 0zm-3.337-4.083a1 1 0 0 0-1.28 1.536zM13 8.023a1 1 0 1 0-2 0zm2.337 3.872-3.977 3.314 1.28 1.537 3.978-3.315zm-2.697 3.314-3.977-3.314-1.28 1.536 3.977 3.315zm.36.768V8.023h-2v7.954zm4.657 1.68a8 8 0 0 1-11.314 0L4.93 19.07c3.905 3.905 10.237 3.905 14.142 0zm-11.314 0a8 8 0 0 1 0-11.314L4.93 4.93c-3.905 3.905-3.905 10.237 0 14.142zm0-11.314a8 8 0 0 1 11.314 0L19.07 4.93c-3.905-3.905-10.237-3.905-14.142 0zm11.314 0a8 8 0 0 1 0 11.314l1.414 1.414c3.905-3.905 3.905-10.237 0-14.142z" })); } const ForwardRef = /*#__PURE__*/ React.forwardRef(ArrowDownContained02Icon); module.exports = ForwardRef;