UNPKG

626 BJavaScriptView Raw
1import * as React from "react";
2
3function PencilAltIcon(props) {
4 return /*#__PURE__*/React.createElement("svg", Object.assign({
5 xmlns: "http://www.w3.org/2000/svg",
6 viewBox: "0 0 20 20",
7 fill: "currentColor",
8 "aria-hidden": "true"
9 }, props), /*#__PURE__*/React.createElement("path", {
10 d: "M17.414 2.586a2 2 0 00-2.828 0L7 10.172V13h2.828l7.586-7.586a2 2 0 000-2.828z"
11 }), /*#__PURE__*/React.createElement("path", {
12 fillRule: "evenodd",
13 d: "M2 6a2 2 0 012-2h4a1 1 0 010 2H4v10h10v-4a1 1 0 112 0v4a2 2 0 01-2 2H4a2 2 0 01-2-2V6z",
14 clipRule: "evenodd"
15 }));
16}
17
18export default PencilAltIcon;
\No newline at end of file