UNPKG

@semcore/icon

Version:
35 lines 1.87 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 RootMilitary({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Military", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "M14.957 3.239a.146.146 0 0 0-.082-.248l-1.86-.309-.883-1.606a.152.152 0 0 0-.264 0l-.883 1.606-1.86.31a.146.146 0 0 0-.082.247l1.314 1.297-.269 1.795c-.017.116.106.204.214.153L12 5.682l1.698.802c.108.05.231-.037.214-.154l-.27-1.794 1.315-1.297Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 9.089 2.385 5.077A1 1 0 0 0 1 6v3.832a1 1 0 0 0 .615.923l10 4.17a1 1 0 0 0 .77 0l10-4.17A1 1 0 0 0 23 9.832V6a1 1 0 0 0-1.385-.923L12 9.089Zm0 2.167L3 7.5v1.666l9 3.752 9-3.752V7.5l-9 3.756Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "m12 17.089-9.615-4.012A1 1 0 0 0 1 14v3.832a1 1 0 0 0 .615.923l10 4.17a1 1 0 0 0 .77 0l10-4.17a1 1 0 0 0 .615-.923V14a1 1 0 0 0-1.385-.923L12 17.089Zm0 2.167L3 15.5v1.666l9 3.752 9-3.752V15.5l-9 3.756Z", shapeRendering: "geometricPrecision" })); } RootMilitary.displayName = 'Military'; const Military = createBaseComponent(RootMilitary); export { Military as default };