@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.44 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CallBackSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.CallBackSIcon = (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: "M15 .242h-3.769a.75.75 0 0 0 0 1.5h1.958L9.085 5.846a.75.75 0 0 0 1.061 1.06l4.104-4.103v1.958a.75.75 0 0 0 1.5 0V.992a.75.75 0 0 0-.75-.75M3.14 3.69l1.658 1.723a.22.22 0 0 1 0 .31l-.001.001a1.73 1.73 0 0 0 0 2.433l.002.003 2.75 2.75a1.73 1.73 0 0 0 2.433 0l.001-.003a.22.22 0 0 1 .31 0l1.72 1.71a.23.23 0 0 1 0 .321l-.001.001-.407.406a2.16 2.16 0 0 1-2.686.292A25.3 25.3 0 0 1 2.072 6.79a2.16 2.16 0 0 1 .334-2.683l.008-.008.407-.407a.23.23 0 0 1 .319-.004m1.059-1.062a1.73 1.73 0 0 0-2.433 0l-.003.003-.406.405A3.66 3.66 0 0 0 .82 7.617a26.8 26.8 0 0 0 7.268 7.267l.012.009a3.66 3.66 0 0 0 4.566-.488l.41-.41.002-.002a1.73 1.73 0 0 0 0-2.433l-.005-.005-1.722-1.712a1.72 1.72 0 0 0-2.426 0l.53.532-.528-.533a.23.23 0 0 1-.323 0l-2.741-2.74-.001-.001a.23.23 0 0 1 0-.322 1.72 1.72 0 0 0 .004-2.42l-1.654-1.72z", clipRule: "evenodd" }))); });
exports.CallBackSIcon.displayName = 'CallBackSIcon';