UNPKG

@icongo/fc

Version:
19 lines 552 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var FCLeft = props => /*#__PURE__*/_jsx("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 48 48" }, props, { children: /*#__PURE__*/_jsxs("g", { fill: "#3F51B5", children: [/*#__PURE__*/_jsx("path", { d: "m4 24 14-11.7v23.4z" }), /*#__PURE__*/_jsx("path", { d: "M15 20h27v8H15z" })] }) })); export { FCLeft };