UNPKG

@semcore/icon

Version:
30 lines 1.41 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '../../lib/esm/index.mjs'; function RootReportsToolkit({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "ReportsToolkit", "data-group": "", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", d: "M14 11.002h5v7a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3v-12a3 3 0 0 1 3-3h3v5a3 3 0 0 0 3 3Zm-6 2a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2H9a1 1 0 0 1-1-1Zm0 4a1 1 0 0 1 1-1h6a1 1 0 0 1 0 2H9a1 1 0 0 1-1-1Z", clipRule: "evenodd", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M13.755 9.002H18c.92 0 1.352-1.137.664-1.747l-4.244-4c-.645-.574-1.665-.116-1.665.747v4a1 1 0 0 0 1 1Z", shapeRendering: "geometricPrecision" })); } RootReportsToolkit.displayName = 'ReportsToolkit'; const ReportsToolkit = createBaseComponent(RootReportsToolkit); export { ReportsToolkit as default };