@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.94 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({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.1431 3.7485C17.0586 3.7485 16.9749 3.7654 16.897 3.79819C16.819 3.83098 16.7484 3.879 16.6893 3.93945L16.6822 3.94678L5.41267 15.1615L4.08077 19.9183L8.83756 18.5864L20.0523 7.31691L20.0552 7.31398C20.1147 7.25487 20.1619 7.18458 20.1941 7.10716C20.2263 7.02973 20.2429 6.94671 20.2429 6.86285C20.2429 6.779 20.2263 6.69597 20.1941 6.61855C20.1619 6.54113 20.1147 6.47084 20.0552 6.41173L20.0521 6.4086L17.5969 3.93947C17.5378 3.87902 17.4672 3.83098 17.3893 3.79819C17.3113 3.7654 17.2277 3.7485 17.1431 3.7485ZM16.3152 2.41561C16.5773 2.30532 16.8588 2.2485 17.1431 2.2485C17.4275 2.2485 17.709 2.30532 17.9711 2.41561C18.2321 2.52545 18.4686 2.68612 18.6669 2.88826C18.6677 2.88909 18.6686 2.88993 18.6694 2.89076L21.1126 5.34779C21.1132 5.3484 21.1138 5.349 21.1144 5.34961C21.3133 5.54775 21.4712 5.78316 21.5791 6.04238C21.6872 6.3024 21.7429 6.58123 21.7429 6.86285C21.7429 7.14447 21.6872 7.42331 21.5791 7.68333C21.4712 7.94266 21.3132 8.17816 21.1142 8.37635C21.1137 8.37687 21.1131 8.37739 21.1126 8.37791L9.76153 19.7844C9.67024 19.8761 9.55676 19.9427 9.43213 19.9776L3.20126 21.7222C2.94034 21.7953 2.66031 21.7219 2.46871 21.5303C2.27712 21.3387 2.20376 21.0587 2.27682 20.7978L4.02146 14.5669C4.05636 14.4423 4.12291 14.3288 4.21465 14.2375L15.6208 2.88671C15.8188 2.6853 16.0548 2.52517 16.3152 2.41561Z", fill: "currentColor" }))); });
exports.EditMIcon.displayName = 'EditMIcon';