UNPKG

@semcore/icon

Version:
27 lines 1.18 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 RootLogistic({ width = '16', height = '16', viewBox = '0 0 16 16', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Logistic", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 13a2 2 0 1 1-4 0H1a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3h1.586a1 1 0 0 1 .707.293l3.414 3.414a1 1 0 0 1 .293.707V12a1 1 0 0 1-1 1h-1a2 2 0 1 1-4 0H6Zm-4-2V3h6v8H2Zm8 0h4V9.828L11.172 7H10v4Z", shapeRendering: "geometricPrecision" })); } RootLogistic.displayName = 'Logistic'; const Logistic = createBaseComponent(RootLogistic); export { Logistic as default };