import _objectSpread from "@babel/runtime/helpers/objectSpread2";
import React from "react";
import { jsx as _jsx } from "react/jsx-runtime";
var ChevronsLeftIcon = function ChevronsLeftIcon(props) {
return /*#__PURE__*/_jsx("svg", _objectSpread(_objectSpread({}, props), {}, {
children: /*#__PURE__*/_jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M12.53 5.03a.75.75 0 0 0-1.06-1.06l-3.5 3.5a.75.75 0 0 0 0 1.06l3.5 3.5a.75.75 0 1 0 1.06-1.06L9.56 8zm-5 0a.75.75 0 0 0-1.06-1.06l-3.5 3.5a.75.75 0 0 0 0 1.06l3.5 3.5a.75.75 0 0 0 1.06-1.06L4.56 8z",
clipRule: "evenodd"
})
}));
};
ChevronsLeftIcon.defaultProps = {
xmlns: "http://www.w3.org/2000/svg",
width: "16",
height: "16",
fill: "none",
viewBox: "0 0 16 16"
};
console.log(ChevronsLeftIcon);
// #sourceMappingURL=index.js.map
With config
SVG import like
Transformed to JSX component with deprecated
defaultProps, possibly caused by airbnb/babel-plugin-inline-react-svg#126Details