@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.5 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SearchMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.SearchMIcon = (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: "M4.70017 4.70017C6.26898 3.13135 8.39675 2.25 10.6154 2.25C12.834 2.25 14.9618 3.13135 16.5306 4.70017C18.0994 6.26898 18.9808 8.39675 18.9808 10.6154C18.9808 12.5826 18.2878 14.4784 17.0371 15.9765L21.5303 20.4697C21.8232 20.7626 21.8232 21.2374 21.5303 21.5303C21.2374 21.8232 20.7625 21.8232 20.4697 21.5303L15.9765 17.0371C14.4784 18.2878 12.5826 18.9808 10.6154 18.9808C8.39675 18.9808 6.26898 18.0994 4.70017 16.5306C3.13135 14.9618 2.25 12.834 2.25 10.6154C2.25 8.39675 3.13135 6.26898 4.70017 4.70017ZM10.6154 3.75C8.79457 3.75 7.04834 4.47332 5.76083 5.76083C4.47332 7.04834 3.75 8.79457 3.75 10.6154C3.75 12.4362 4.47332 14.1824 5.76083 15.47C7.04834 16.7575 8.79457 17.4808 10.6154 17.4808C12.4362 17.4808 14.1824 16.7575 15.47 15.47C16.7575 14.1824 17.4808 12.4362 17.4808 10.6154C17.4808 8.79457 16.7575 7.04834 15.47 5.76083C14.1824 4.47332 12.4362 3.75 10.6154 3.75Z", fill: "currentColor" }))); });
exports.SearchMIcon.displayName = 'SearchMIcon';