UNPKG

@icongo/fc

Version:
14 lines 417 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; var FCExpand = 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: "M43 17.1 39.9 14 24 29.9 8.1 14 5 17.1 24 36z" }) })); export { FCExpand };