@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.03 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EditMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.EditMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M17.143 3.749a.63.63 0 0 0-.454.19l-.007.008-11.27 11.215-1.331 4.756 4.757-1.332 11.214-11.27.003-.002a.636.636 0 0 0 0-.902l-.003-.003-2.455-2.47a.64.64 0 0 0-.454-.19m-.828-1.333a2.135 2.135 0 0 1 2.352.472l.002.003 2.444 2.457.001.002a2.137 2.137 0 0 1 0 3.026l-.001.002L9.762 19.784a.75.75 0 0 1-.33.194l-6.23 1.744a.75.75 0 0 1-.925-.924l1.744-6.231a.75.75 0 0 1 .194-.33L15.62 2.888c.198-.202.434-.362.694-.471", clipRule: "evenodd" }))); });
exports.EditMIcon.displayName = 'EditMIcon';