@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 955 B
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIShapeOctagonO = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIShapeOctagonO = function LIShapeOctagonO(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m9.104 1.92 2.976 2.976v4.208L9.104 12.08H4.896L1.92 9.104V4.896L4.896 1.92h4.208zM9.692.5H4.308L.5 4.308v5.384L4.308 13.5h5.384L13.5 9.692V4.308L9.692.5Z"
})
}));
};
exports.LIShapeOctagonO = LIShapeOctagonO;