UNPKG

@geneui/icons

Version:

Gene UI icons distributed as SVG React components.

27 lines (24 loc) 1.29 kB
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js'; import React from 'react'; var _excluded = ["size", "color"]; var SvgOpenInNew = function SvgOpenInNew(_ref) { var _ref$size = _ref.size, size = _ref$size === void 0 ? 24 : _ref$size, _ref$color = _ref.color, color = _ref$color === void 0 ? "currentColor" : _ref$color, props = _objectWithoutProperties(_ref, _excluded); return /*#__PURE__*/React.createElement("svg", _extends({ width: size, height: size, viewBox: "0 0 20 20", fill: color, xmlns: "http://www.w3.org/2000/svg" }, props), /*#__PURE__*/React.createElement("path", { d: "M16.898 10.23a.577.577 0 0 0-.577.577v4.551a.963.963 0 0 1-.967.959h-10.767a.959.959 0 0 1-.958-.959v-10.772a.96.96 0 0 1 .958-.96h4.55a.577.577 0 0 0 0-1.154h-4.55a2.116 2.116 0 0 0-2.112 2.114v10.772a2.116 2.116 0 0 0 2.112 2.114h10.767a2.12 2.12 0 0 0 2.12-2.114v-4.551a.577.577 0 0 0-.576-.578Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M11.496 9.03c.154 0 .3-.06.409-.168l4.407-4.409v3.381a.576.576 0 1 0 1.152 0v-4.729a.563.563 0 0 0-.572-.632l-.004-.001h-4.85a.577.577 0 0 0 0 1.154h3.466l-4.416 4.42a.577.577 0 0 0 .409.985Z", fill: color })); }; export { SvgOpenInNew as S };