@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.01 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EditSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.EditSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.432 2.745a.17.17 0 0 0-.125.052l-.007.007-7.472 7.436-.751 2.683 2.683-.751L13.195 4.7l.003-.003a.174.174 0 0 0 0-.248l-.003-.003-1.64-1.65a.17.17 0 0 0-.123-.051m-.65-1.37a1.67 1.67 0 0 1 1.844.37l1.63 1.64.002.002a1.676 1.676 0 0 1 0 2.372l-.002.002-7.572 7.609a.75.75 0 0 1-.33.193l-4.157 1.164a.75.75 0 0 1-.924-.925l1.164-4.157a.75.75 0 0 1 .193-.33l7.609-7.571c.155-.158.34-.283.543-.368", clipRule: "evenodd" }))); });
exports.EditSIcon.displayName = 'EditSIcon';