UNPKG

@activecollab/components

Version:

ActiveCollab Components

19 lines 730 B
import _extends from "@babel/runtime/helpers/esm/extends"; import React, { forwardRef } from "react"; import { StyledExpandSingle } from "./Styles"; export const ExpandSingle = /*#__PURE__*/forwardRef((_ref, ref) => { let { expanded = false, ...rest } = _ref; return /*#__PURE__*/React.createElement(StyledExpandSingle, _extends({ ref: ref, viewBox: "0 0 24 24", $expanded: expanded }, rest), /*#__PURE__*/React.createElement("path", { d: "M15.372 14.736a.993.993 0 001.349 0 .867.867 0 000-1.275L12 9l-4.72 4.461a.867.867 0 000 1.275.993.993 0 001.348 0L12 11.549l3.372 3.187z", fillRule: "nonzero" })); }); ExpandSingle.displayName = "ExpandSingle"; //# sourceMappingURL=ExpandSingle.js.map