UNPKG

@vector-im/compound-design-tokens

Version:
19 lines 926 B
import { forwardRef } from "react"; import { jsx as _jsx } from "react/jsx-runtime"; function ChevronUpDownIcon(props, ref) { return /*#__PURE__*/_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", viewBox: "0 0 24 24", ref: ref, ...props, children: /*#__PURE__*/_jsx("path", { d: "M8.225 8.325Q7.95 8.05 7.95 7.6t.275-.725L11.3 3.8q.15-.15.325-.212.175-.063.375-.063t.387.063.313.212l3.1 3.1q.274.274.262.713-.012.437-.287.712t-.725.275-.725-.275L12 6 9.65 8.35q-.274.274-.713.263a1 1 0 0 1-.712-.288M12 20.575a.9.9 0 0 1-.375-.075 1.3 1.3 0 0 1-.325-.2l-3.075-3.075q-.275-.275-.275-.725t.275-.725.725-.275.725.275L12 18.1l2.35-2.35q.274-.274.713-.262.437.012.712.287t.275.725-.275.725L12.7 20.3a1.03 1.03 0 0 1-.7.275" }) }); } ; ChevronUpDownIcon.displayName = "ChevronUpDownIcon"; export default forwardRef(ChevronUpDownIcon);