@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.44 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiResizeSmall = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiResizeSmall = function LIGuiResizeSmall(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: "M6.491 7h-3.56a.488.488 0 0 0-.357.151.487.487 0 0 0-.151.358c0 .138.05.257.15.357l1.145 1.145-2.639 2.638a.251.251 0 0 0 0 .366l.906.906a.251.251 0 0 0 .366 0l2.638-2.639 1.145 1.144c.1.101.22.151.357.151a.49.49 0 0 0 .358-.15c.1-.101.15-.22.15-.358v-3.56a.488.488 0 0 0-.15-.358.489.489 0 0 0-.358-.15zM13 2.168a.251.251 0 0 0-.08-.182l-.906-.906a.25.25 0 0 0-.365 0L9.01 3.718 7.866 2.574a.489.489 0 0 0-.357-.151.489.489 0 0 0-.358.15.492.492 0 0 0-.151.358v3.56c0 .138.05.257.151.358.1.1.22.151.358.151h3.56c.138 0 .257-.05.357-.15a.492.492 0 0 0 .152-.359.489.489 0 0 0-.152-.357L10.282 4.99l2.639-2.639A.252.252 0 0 0 13 2.168z"
})
}));
};
exports.LIGuiResizeSmall = LIGuiResizeSmall;