@geneui/icons
Version:
Gene UI icons distributed as SVG React components.
24 lines (21 loc) • 1.28 kB
JavaScript
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
import React from 'react';
var _excluded = ["size", "color"];
var SvgDocumentPen = function SvgDocumentPen(_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: "M6.25 3.5a.75.75 0 0 0-.75.75v15.5c0 .414.336.75.75.75h3.78a2.077 2.077 0 0 0 .27 1.5h-4.05a2.25 2.25 0 0 1-2.25-2.25v-15.5a2.25 2.25 0 0 1 2.25-2.25h6.086c.464 0 .909.184 1.237.513l5.914 5.914c.329.328.513.773.513 1.237v.336h-.13a3.324 3.324 0 0 0-.332 0h-5.538a2 2 0 0 1-2-2v-4.5h-5.75Zm7.25 1.06v3.44a.5.5 0 0 0 .5.5h3.44l-3.94-3.94Zm6.213 6.44h.002a2.286 2.286 0 0 1 1.615 3.902l-5.902 5.902a2.684 2.684 0 0 1-1.247.707l-1.831.457a1.087 1.087 0 0 1-1.318-1.318l.457-1.83c.118-.473.362-.904.707-1.248l5.902-5.902a2.278 2.278 0 0 1 1.615-.67Z",
fill: color
}));
};
export { SvgDocumentPen as S };