@theguild/components
Version:
6 lines (5 loc) • 702 B
JavaScript
import { jsx } from "react/jsx-runtime";
const SvgPencil = (props) => /* @__PURE__ */ jsx("svg", { width: 24, height: 24, viewBox: "0 0 24 24", fill: "currentColor", ...props, children: /* @__PURE__ */ jsx("path", { d: "M15.3552 9.91741L14.0826 8.64481L5.70002 17.0274V18.3H6.97262L15.3552 9.91741ZM16.6278 8.64481L17.9004 7.37221L16.6278 6.09961L15.3552 7.37221L16.6278 8.64481ZM7.71782 20.1H3.90002V16.2813L15.9915 4.18981C16.1603 4.02108 16.3892 3.9263 16.6278 3.9263C16.8665 3.9263 17.0954 4.02108 17.2641 4.18981L19.8102 6.73591C19.9789 6.90468 20.0737 7.13356 20.0737 7.37221C20.0737 7.61086 19.9789 7.83973 19.8102 8.00851L7.71872 20.1H7.71782Z" }) });
export {
SvgPencil as ReactComponent
};