@semcore/icon
Version:
Semrush Icon Component
30 lines • 1.54 kB
JavaScript
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 = '16',
height = '16',
viewBox = '0 0 16 16',
...props
}, ref) {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
"data-name": "Military",
"data-group": "m",
width: width,
height: height,
viewBox: viewBox
}, props), /*#__PURE__*/React.createElement("path", {
d: "M10.957 3.242a.146.146 0 0 0-.082-.247l-1.86-.31-.883-1.606a.152.152 0 0 0-.264 0l-.883 1.607-1.86.309a.146.146 0 0 0-.082.247L6.357 4.54l-.269 1.794c-.017.116.106.204.214.153L8 5.685l1.698.802c.108.051.231-.037.214-.153l-.27-1.794 1.315-1.298Z",
shapeRendering: "geometricPrecision"
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M1.458 5.753 8 9.122l6.542-3.37a1 1 0 0 1 1.458.89v3.75a1 1 0 0 1-.542.89l-7.004 3.605a1 1 0 0 1-.916 0L.542 11.281A1 1 0 0 1 0 10.392v-3.75a1 1 0 0 1 1.458-.89ZM2 8.282l6 3.09 6-3.09v1.5l-6.003 3.091L2 9.783V8.282Z",
shapeRendering: "geometricPrecision"
}));
}
RootMilitary.displayName = 'Military';
const Military = createBaseComponent(RootMilitary);
export { Military as default };