@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.29 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiResizeHorizontal = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiResizeHorizontal = function LIGuiResizeHorizontal(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: "m12.873 6.699-1.714-1.715a.412.412 0 0 0-.302-.127.412.412 0 0 0-.301.127.412.412 0 0 0-.127.302v.857H3.57v-.857a.412.412 0 0 0-.127-.302.412.412 0 0 0-.301-.127.412.412 0 0 0-.301.127L1.127 6.7A.412.412 0 0 0 1 7a.41.41 0 0 0 .127.301l1.715 1.715a.412.412 0 0 0 .3.127.412.412 0 0 0 .302-.127.412.412 0 0 0 .127-.302v-.857h6.858v.857c0 .116.042.217.127.302a.413.413 0 0 0 .301.127.412.412 0 0 0 .302-.127L12.873 7.3A.412.412 0 0 0 13 7a.412.412 0 0 0-.127-.301z"
})
}));
};
exports.LIGuiResizeHorizontal = LIGuiResizeHorizontal;