@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.46 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CallBackMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.CallBackMIcon = (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: "M21.39 1.826h-5.055a.75.75 0 0 0 0 1.5h3.245L13.637 9.27a.75.75 0 1 0 1.061 1.061l5.943-5.943v3.246a.75.75 0 0 0 1.5 0V2.576a.75.75 0 0 0-.75-.75M5.66 6.013l2.226 2.312a.55.55 0 0 1 0 .777l-.001.001a2.065 2.065 0 0 0 0 2.904l.003.003 3.684 3.684.002.003a2.065 2.065 0 0 0 2.905 0l.001-.002a.55.55 0 0 1 .777 0l2.309 2.295a.565.565 0 0 1 0 .791l-.002.001-.546.546a3.15 3.15 0 0 1-3.926.424 34.3 34.3 0 0 1-9.26-9.258 3.15 3.15 0 0 1 .485-3.922l.008-.008.546-.546.002-.001a.565.565 0 0 1 .787-.004M6.72 4.95a2.065 2.065 0 0 0-2.903 0l-.003.003-.545.545a4.65 4.65 0 0 0-.688 5.822 35.8 35.8 0 0 0 9.68 9.68l.013.008a4.65 4.65 0 0 0 5.804-.62l.55-.549.002-.003a2.065 2.065 0 0 0 0-2.904l-.004-.004-2.311-2.297a2.05 2.05 0 0 0-2.892 0 .564.564 0 0 1-.793 0v-.001L8.95 10.952a.565.565 0 0 1 0-.793 2.05 2.05 0 0 0 .003-2.887l-2.22-2.308z", clipRule: "evenodd" }))); });
exports.CallBackMIcon.displayName = 'CallBackMIcon';