UNPKG

@semcore/icon

Version:
34 lines 1.88 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '@semcore/icon'; function Military({ 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" })); } Military.displayName = 'Military'; export default createBaseComponent(Military);