UNPKG

@icongo/fc

Version:
14 lines 421 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; var FCCollapse = props => /*#__PURE__*/_jsx("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 48 48" }, props, { children: /*#__PURE__*/_jsx("path", { fill: "#2196F3", d: "M5 30.9 8.1 34 24 18.1 39.9 34l3.1-3.1L24 12z" }) })); export { FCCollapse };