@geneui/icons
Version:
Gene UI icons distributed as SVG React components.
24 lines (21 loc) • 1.1 kB
JavaScript
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
import React from 'react';
var _excluded = ["size", "color"];
var SvgPencil = function SvgPencil(_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: "M20.057 3.943a3.22 3.22 0 0 0-4.555 0l-10.755 10.757a2.796 2.796 0 0 0-.743 1.329l-.986 4.141a.675.675 0 0 0 .813.813l4.141-.986c.504-.12.964-.377 1.33-.743l10.755-10.756a3.22 3.22 0 0 0 0-4.555Zm-3.6.955a1.87 1.87 0 0 1 2.645 2.645l-.802.803-2.645-2.646.802-.802Zm-1.757 1.757 2.645 2.645-8.998 9c-.19.189-.427.322-.687.384l-3.074.732.732-3.075c.062-.26.195-.498.384-.687l8.998-9Z",
fill: color
}));
};
export { SvgPencil as S };