UNPKG

@gechiui/icons

Version:
23 lines (19 loc) 581 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _element = require("@gechiui/element"); var _primitives = require("@gechiui/primitives"); /** * GeChiUI dependencies */ const pencil = (0, _element.createElement)(_primitives.SVG, { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" }, (0, _element.createElement)(_primitives.Path, { d: "M20.1 5.1L16.9 2 6.2 12.7l-1.3 4.4 4.5-1.3L20.1 5.1zM4 20.8h8v-1.5H4v1.5z" })); var _default = pencil; exports.default = _default; //# sourceMappingURL=pencil.js.map