UNPKG

@geneui/icons

Version:

Gene UI icons distributed as SVG React components.

24 lines (21 loc) 1.21 kB
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js'; import React from 'react'; var _excluded = ["size", "color"]; var SvgMaximize = function SvgMaximize(_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 24 24", fill: color, xmlns: "http://www.w3.org/2000/svg" }, props), /*#__PURE__*/React.createElement("path", { d: "M12.748 3.001h7.554l.1.015.099.027.061.026a.72.72 0 0 1 .218.15l.04.045.061.081.037.065.039.09.02.065.013.064.009.093v7.533a.75.75 0 0 1-1.493.102l-.006-.102-.001-5.696-13.94 13.945 5.69.001a.75.75 0 0 1 .744.648l.007.102a.75.75 0 0 1-.649.743l-.101.007h-7.536l-.03-.003a.709.709 0 0 1-.187-.04l-.09-.039-.018-.01a.746.746 0 0 1-.384-.553l-.007-.105v-7.504a.75.75 0 0 1 1.493-.101l.007.101v5.692l13.94-13.943-5.69.001a.75.75 0 0 1-.743-.648l-.007-.102a.75.75 0 0 1 .648-.743l.102-.007Z", fill: color })); }; export { SvgMaximize as S };